Skip to content

Instantly share code, notes, and snippets.

@mbornoz
Created January 21, 2014 12:24
Show Gist options
  • Save mbornoz/8539081 to your computer and use it in GitHub Desktop.
Save mbornoz/8539081 to your computer and use it in GitHub Desktop.
input {
stdin {}
}
filter {
grok {
pattern => "(?<gis.version>([0-9\.]{5}))\/(?<gis.layer>([a-z0-9\.-]*))\/default\/(?<gis.release>([0-9]{8}))\/(?<gis.reference-system>([0-9]*))\/(?<gis.zoomlevel>([ 0-9]*))\/(?<gis.row>([0-9]*))\/(?<gis.col>([0-9]*))\.(?<gis.filetype>([a-zA-Z]*))"
}
wmts { }
}
output {
stdout {
debug => true
codec => json
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment