summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/parsers_multiline.conf
blob: 8ac34806b2bdad5a8ed611aabc989261d046e534 (plain)
1
2
3
4
5
6
[MULTILINE_PARSER]
    name          exception_test
    type          regex
    flush_timeout 1000
    rule          "start_state"  "/(Dec \d+ \d+\:\d+\:\d+)(.*)/" "cont"
    rule          "cont" "/^\s+at.*/" "cont"