summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf')
-rw-r--r--src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf b/src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf
new file mode 100644
index 000000000..ac883c957
--- /dev/null
+++ b/src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_rotation.conf
@@ -0,0 +1,19 @@
+[SERVICE]
+ flush 1
+ daemon off
+ log_level debug
+ log_file ${TEST_DIR}/out.log
+
+[INPUT]
+ name tail
+ tag a
+ path ${TEST_DIR}/a.log
+ db ${TEST_DIR}/a.db
+ db.sync full
+ rotate_wait 5
+ refresh_interval 2
+
+[OUTPUT]
+ name file
+ match *
+ path ${TEST_DIR}