yalp.parsers.keyvalueΒΆ
Extract key, value paired data.
The parser supports the following configuration items:
- field
- The field containing the key value pairs to parse.
- out_field
- Set this to a field to store the parsed pairs under. If not set, the new fields are added at the top level of the event.
- sep
- The seperator between key and value in a pair. Defaults to
: - pair_sep
- The seperator between pairs of key/values. Defaults to a single space.
- type
- A type filter. Events not of this type will be skipped.