elastic/logstash

URL / URI filter would be very handy

Open

#2,546 opened on Feb 7, 2015

View on GitHub
 (2 comments) (4 reactions) (0 assignees)Ruby (3,496 forks)batch import
help wantednew plugin

Repository metrics

Stars
 (14,197 stars)
PR merge metrics
 (Avg merge 2d 22h) (75 merged PRs in 30d)

Description

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

  • protocol
  • host
  • port
  • uri
  • query string
  • list of key / values for each parameters

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.

Contributor guide