summaryrefslogtreecommitdiffstats
path: root/logsmanagement/stock_conf/logsmanagement.d/example_serial.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /logsmanagement/stock_conf/logsmanagement.d/example_serial.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'logsmanagement/stock_conf/logsmanagement.d/example_serial.conf')
-rw-r--r--logsmanagement/stock_conf/logsmanagement.d/example_serial.conf38
1 files changed, 0 insertions, 38 deletions
diff --git a/logsmanagement/stock_conf/logsmanagement.d/example_serial.conf b/logsmanagement/stock_conf/logsmanagement.d/example_serial.conf
deleted file mode 100644
index 7b0bb0bcb..000000000
--- a/logsmanagement/stock_conf/logsmanagement.d/example_serial.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-[Serial logs]
- ## Example: Log collector that will collect logs from a serial interface.
-
- ## Required settings
- enabled = no
- log type = flb_serial
-
- ## Optional settings, common to all log source.
- ## Uncomment to override global equivalents in netdata.conf.
- # 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
- # db mode = none
- # circular buffer flush to db = 6
- # disk space limit MiB = 500
-
- ## Set up configuration specific to flb_serial
- log path = /dev/pts/4
- bitrate = 115200
- min bytes = 1
- # separator = X
- # format = json
-
- ## Submit structured log entries to the system journal
- # submit logs to system journal = no
-
- ## Charts to enable
- # collected logs total chart enable = no
- # collected logs rate chart enable = yes
-
- ## Example of extracting custom metrics from serial interface messages:
- # custom 1 chart = UART0
- # # custom 1 regex name = test
- # custom 1 regex = .*\bUART0\b.*
- # # custom 1 ignore case = no