syslog-ng / syslog-ng

syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.
https://www.syslog-ng.com
Other
2.14k stars 477 forks source link

prefix documentation for kv-parser gives example with kv-parser-parser #5164

Open erempel opened 4 weeks ago

erempel commented 4 weeks ago

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

HofiOne commented 1 week ago

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!

HofiOne commented 1 week ago

Added to https://github.com/syslog-ng/syslog-ng.github.io/issues/151