elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
69 stars 3.5k forks source link

URL / URI filter would be very handy #2546

Open agirbal opened 9 years ago

agirbal commented 9 years ago

Would be awesome if URL could get parsed, same style as user agent filter. Fields to extract:

Same applies if just URI. Since many logs include URLs, it would make visualizations on those very easy. Getting aggregations on host, uri, params would be very handy.

petitchevalroux commented 9 years ago

+1 a bit like the useragent filter

Useful for referrer and request uri

petitchevalroux commented 9 years ago

That may help : http://ruby-doc.org/stdlib-1.9.3/libdoc/uri/rdoc/URI.html#method-c-parse http://ruby-doc.org/stdlib-1.9.3/libdoc/cgi/rdoc/CGI.html#method-c-parse