fluent/fluentd

View on GitHub
example/multi_filters.conf

Summary

Maintainability
Test Coverage
# This example is to measure optimized filter pipeline performance.

<source>
  @type sample
  tag   test
  size 1000
</source>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<filter test>
  @type grep
  exclude1 hello .
</filter>

<match test>
  @type buffered_null
</match>