diff --git a/example/copy_roundrobin.conf b/example/copy_roundrobin.conf index 935d29a45c..a05cabd9bc 100644 --- a/example/copy_roundrobin.conf +++ b/example/copy_roundrobin.conf @@ -1,12 +1,12 @@ - @type dummy + @type sample @label @test tag test.copy auto_increment_key id - @type dummy + @type sample @label @test tag test.rr auto_increment_key id @@ -36,4 +36,4 @@ output_type ltsv - \ No newline at end of file + diff --git a/example/counter.conf b/example/counter.conf index e8fcbaf6a8..0b394991de 100644 --- a/example/counter.conf +++ b/example/counter.conf @@ -8,7 +8,7 @@ - @type dummy + @type sample tag "test.data" auto_increment_key number diff --git a/example/filter_stdout.conf b/example/filter_stdout.conf index 5754fea023..08b582a8fb 100644 --- a/example/filter_stdout.conf +++ b/example/filter_stdout.conf @@ -1,6 +1,6 @@ - @type dummy - tag dummy + @type sample + tag sample diff --git a/example/in_dummy_blocks.conf b/example/in_sample_blocks.conf similarity index 61% rename from example/in_dummy_blocks.conf rename to example/in_sample_blocks.conf index b1635d9425..8977b367d8 100644 --- a/example/in_dummy_blocks.conf +++ b/example/in_sample_blocks.conf @@ -1,11 +1,11 @@ - @type dummy - tag dummy + @type sample + tag sample rate 100 - dummy {"message":"yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay"} + sample {"message":"yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay"} - + @type null never_flush true diff --git a/example/in_dummy_with_compression.conf b/example/in_sample_with_compression.conf similarity index 68% rename from example/in_dummy_with_compression.conf rename to example/in_sample_with_compression.conf index 55dda796e2..d46eaedeee 100644 --- a/example/in_dummy_with_compression.conf +++ b/example/in_sample_with_compression.conf @@ -1,16 +1,16 @@ - @type dummy + @type sample @label @main tag "test.data" size 2 rate 10 - dummy {"message":"yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay"} + sample {"message":"yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay"} auto_increment_key number \ No newline at end of file + diff --git a/example/multi_filters.conf b/example/multi_filters.conf index 0a33d211e8..02a2ab8a7b 100644 --- a/example/multi_filters.conf +++ b/example/multi_filters.conf @@ -1,7 +1,7 @@ # This example is to measure optimized filter pipeline performance. - @type dummy + @type sample tag test size 1000 diff --git a/example/out_exec_filter.conf b/example/out_exec_filter.conf index 5ec0f26c5d..5f6d2f48ae 100644 --- a/example/out_exec_filter.conf +++ b/example/out_exec_filter.conf @@ -1,10 +1,10 @@ - @type dummy + @type sample @label @exec tag exec_input rate 10 auto_increment_key num - dummy {"data":"mydata"} + sample {"data":"mydata"}