summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/in_tail/conf/truncate_link.conf
blob: 6cfa5410ce3bff1d5988ca496d6d861b54a419e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}