FluentD - Parse
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FluentD : Parse
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Some of the Fluentd plugins support the <parse> section to specify how to parse the raw data.
Parse Section Overview :
The parse section can be under <source>, <match> or <filter> section. It is enabled for the plugins that support parser plugin features.
<source>
@type tail
# ...
<parse>
# ...
</parse>
</source>
Parse Plugin Type :
The @type parameter of <parse> section specifies the type of the parser plugin. Fluentd core bundles some useful
<parse>
@type apache2
</parse>

Comments
Post a Comment