summaryrefslogtreecommitdiffstats
path: root/logsmanagement/stock_conf/logsmanagement.d.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:57:58 +0000
commitbe1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /logsmanagement/stock_conf/logsmanagement.d.conf
parentInitial commit. (diff)
downloadnetdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.tar.xz
netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.zip
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'logsmanagement/stock_conf/logsmanagement.d.conf')
-rw-r--r--logsmanagement/stock_conf/logsmanagement.d.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/logsmanagement/stock_conf/logsmanagement.d.conf b/logsmanagement/stock_conf/logsmanagement.d.conf
new file mode 100644
index 00000000..1089aee1
--- /dev/null
+++ b/logsmanagement/stock_conf/logsmanagement.d.conf
@@ -0,0 +1,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