summaryrefslogtreecommitdiffstats
path: root/src/logsmanagement/stock_conf/logsmanagement.d.conf.in
blob: 8ce4183a2d4a87ba495ad41ee82cf039db7bf360 (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 = @cachedir_POST@/logs_management_db
    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 = @localstatedir_POST@/log/netdata/fluentbit.log
    log level = info
    coro stack size = 24576