summaryrefslogtreecommitdiffstats
path: root/fluent-bit/examples/perf_test/fluent-bit.conf
blob: 3defa36e2275488e480204f8ecfda2e7f6771c84 (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
[SERVICE]
    Daemon Off
    # Log_Level debug
    HTTP_Server On
    # HTTP_Listen 0.0.0.0
    HTTP_Port 2020
    flush        1
    storage.metrics           on
    storage.path              /data/
    storage.sync              normal
    storage.checksum          off
    storage.backlog.mem_limit 1G
    storage.max_chunks_up     128

[INPUT]
    Name dummy
    fixed_timestamp on

[INPUT]
    Name tail
    Path /logs/*
    # Intended for use with multiline data generator
    multiline.parser java

[OUTPUT]
    Name null
    Match *