Fluentd插件:解析插件概述
“ 解析插件用于适配各种源数据”
<source>
@type tail
path /path/to/input/file
<parse>
@type nginx
keep_time_key true
</parse>
</source>
【解析插件列表】
内置解析插件
regexp
apache2
apache_error
nginx
syslog
csv
tsv
ltsv
json
msgpack
multiline
none
第三方解析插件
grok
multi-format-parser
protobuf
avro
后续,我们会一起了解一下常见解析插件的用法。
赞 (0)