Skip to content

Commit

Permalink
Add an example to measure a optimizing filter pipleine performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ganmacs committed Aug 7, 2016
1 parent 10dfefd commit 6bcf841
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions example/multi_filters.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# This example is to measure optimized filter pipeline performance.

<source>
@type dummy
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>

0 comments on commit 6bcf841

Please sign in to comment.