summaryrefslogtreecommitdiffstats
path: root/logsmanagement/stock_conf/logsmanagement.d.conf
blob: 1089aee11c9c354c19e255dfaadc8449ad00a992 (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
[global]
    update every = 1
    update timeout = 10
    use log timestamp = auto
    circular buffer max size MiB = 64
    circular buffer drop logs if full = no
    compression acceleration = 1
    collected logs total chart enable = no
    collected logs rate chart enable = yes
    submit logs to system journal = no
    systemd journal fields prefix = LOGS_MANAG_

[db]
    db mode = none
    # db dir = change to use non-default path
    circular buffer flush to db = 6
    disk space limit MiB = 500

[forward input]
    enabled = no
    unix path = 
    unix perm = 0644
    listen = 0.0.0.0
    port = 24224

[fluent bit]
    flush = 0.1
    http listen = 0.0.0.0
    http port = 2020
    http server = false
    # log file = change to use non-default path
    log level = info
    coro stack size = 24576