summaryrefslogtreecommitdiffstats
path: root/fluent-bit/documentation/examples/multiline/regex-001/fluent-bit.conf
blob: 202a9163ace75ba6466e46729f90f8b8bbd5d15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[SERVICE]
    flush        1
    log_level    info
    parsers_file parsers_multiline.conf

[INPUT]
    name             tail
    path             test.log
    read_from_head   true
    multiline.parser multiline-regex-test

[OUTPUT]
    name             stdout
    match            *