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>

Third-party plugins may also be installed and configured.
 
 

 
 
 
 
 
 
 
 
 












Comments

Popular posts from this blog

FluentD : Tags : Prefix : Suffix

Fluentd :