summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/runtime_shell/in_tail/conf/multiline_rotation.conf
blob: 3695014a539810f7d284f36b470080281dc1bd7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[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
    multiline.parser cri
    rotate_wait      5
    refresh_interval 2

[INPUT]
    name             tail
    tag              b
    path             ${TEST_DIR}/b.log
    db               ${TEST_DIR}/b.db
    db.sync          full
    multiline.parser cri
    rotate_wait      5
    refresh_interval 2

[INPUT]
    name             tail
    tag              c
    path             ${TEST_DIR}/c.log
    db               ${TEST_DIR}/c.db
    db.sync          full
    multiline.parser cri
    rotate_wait      5
    refresh_interval 2

[INPUT]
    name             tail
    tag              d
    path             ${TEST_DIR}/d.log
    db               ${TEST_DIR}/d.db
    db.sync          full
    multiline.parser cri
    rotate_wait      5
    refresh_interval 2

[INPUT]
    name             tail
    tag              e
    path             ${TEST_DIR}/e.log
    db               ${TEST_DIR}/e.db
    db.sync          full
    multiline.parser cri
    rotate_wait      5
    refresh_interval 2

[OUTPUT]
    name   file
    match  *
    path   ${TEST_DIR}