summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.conf b/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.conf
new file mode 100644
index 00000000..6cfa5410
--- /dev/null
+++ b/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.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 1
+
+[OUTPUT]
+ name file
+ match *
+ path ${TEST_DIR}