summaryrefslogtreecommitdiffstats
path: root/fluent-bit/documentation/examples/multiline/filter_multiline/fluent-bit.conf
blob: 7ac6e63a109cda276d816b0d1a5ff7c2e7b9f206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[SERVICE]
    flush                 1
    log_level             info
    parsers_file          parsers_multiline.conf

[INPUT]
    name                  tail
    path                  test.log
    read_from_head        true

[FILTER]
    name                  multiline
    match                 *
    multiline.key_content log
    multiline.parser      go, multiline-regex-test

[OUTPUT]
    name                  stdout
    match                 *