diff --git a/example/multi_filters.conf b/example/multi_filters.conf new file mode 100644 index 0000000000..0a33d211e8 --- /dev/null +++ b/example/multi_filters.conf @@ -0,0 +1,61 @@ +# This example is to measure optimized filter pipeline performance. + + + @type dummy + tag test + size 1000 + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type grep + exclude1 hello . + + + + @type buffered_null +