zentrick / logstash-filter-qs

Logstash filter plugin that parses a query string into a hash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logstash-filter-qs

Parses a query string into a hash.

Config

filter {
  qs {
    source => "source_key"            # Key for query string. Required.
    destination => "destination_key"  # Key for output. Default: "query".
    match => "^(foo|ba[rz])$"         # Regexp to filter keys. Optional.
    multi => true                     # Values as arrays. Default: false.
  }
}

Maintainer

Tim De Pauw

License

MIT

About

Logstash filter plugin that parses a query string into a hash.

License:MIT License


Languages

Language:Ruby 100.0%