Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 449 Bytes

feature-4213.md

File metadata and controls

6 lines (5 loc) · 449 Bytes

kubernetes source: Added key-delimiter() option.

Some metadata fields can contain .-s in their name. This does not work with syslog-ng-s macros, which by default use . as a delimiter. The added key-delimiter() option changes this behavior by storing the parsed metadata fields with a custom delimiter. In order to reach the fields, the accessor side has to use the new delimiter format, e.g. --key-delimiter option in $(format-json).