From 6bcf8414d2f331630b934a96e1b6b575f2c03af5 Mon Sep 17 00:00:00 2001 From: ganmacs Date: Sun, 7 Aug 2016 22:29:24 +0900 Subject: [PATCH] Add an example to measure a optimizing filter pipleine performance --- example/multi_filters.conf | 61 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 example/multi_filters.conf 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 +