Skip to content

Instantly share code, notes, and snippets.

@tegud
Created January 25, 2015 11:39
Show Gist options
  • Save tegud/d1a9e79770645818b1ec to your computer and use it in GitHub Desktop.
Save tegud/d1a9e79770645818b1ec to your computer and use it in GitHub Desktop.
Grok Url Example
filter {
grok { match => [ "url", "%{URIPATH:url_path}%{URIPARAM:url_querystring}?" ] }
}
@naisanza
Copy link

naisanza commented Jul 6, 2017

Does this cover all cases, even New Domain Extensions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment