Open erempel opened 4 weeks ago
https://syslog-ng.github.io/admin-guide/120_Parser/002_Parsing_key-value_pairs/000_kv_parser_options
The "prefix" documentations has
By default, kv-parser-parser() uses the .kv. prefix. To modify it, use the following format:
parser { kv-parser-parser(prefix("myprefix.")); };
I believe that the works kv-parser-parser should just be kv-parser
Thank you for reporting!
Could you please report documentation issues in the future, at https://github.com/syslog-ng/syslog-ng.github.io/issues
Thank you so much!
Added to https://github.com/syslog-ng/syslog-ng.github.io/issues/151
Documentation version
https://syslog-ng.github.io/admin-guide/120_Parser/002_Parsing_key-value_pairs/000_kv_parser_options
Description of the problem
The "prefix" documentations has
By default, kv-parser-parser() uses the .kv. prefix. To modify it, use the following format:
parser { kv-parser-parser(prefix("myprefix.")); };
Proposed solution
I believe that the works kv-parser-parser should just be kv-parser