summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/conf/in_xbee.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:08:18 +0000
commit5da14042f70711ea5cf66e034699730335462f66 (patch)
tree0f6354ccac934ed87a2d555f45be4c831cf92f4a /src/fluent-bit/conf/in_xbee.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-5da14042f70711ea5cf66e034699730335462f66.tar.xz
netdata-5da14042f70711ea5cf66e034699730335462f66.zip
Merging upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/fluent-bit/conf/in_xbee.conf')
-rw-r--r--src/fluent-bit/conf/in_xbee.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/fluent-bit/conf/in_xbee.conf b/src/fluent-bit/conf/in_xbee.conf
new file mode 100644
index 000000000..a978ed242
--- /dev/null
+++ b/src/fluent-bit/conf/in_xbee.conf
@@ -0,0 +1,46 @@
+[SERVICE]
+ # Flush
+ # =====
+ # Set an interval of seconds before to flush records to a destination
+ Flush 5
+
+ # Daemon
+ # ======
+ # Instruct Fluent Bit to run in foreground or background mode.
+ Daemon Off
+
+ # Log_Level
+ # =========
+ # Set the verbosity level of the service, values can be:
+ #
+ # - error
+ # - warning
+ # - info
+ # - debug
+ # - trace
+ #
+ # By default 'info' is set, that means it includes 'error' and 'warning'.
+ Log_Level trace
+
+# XBee Input
+# ==========
+# This configuration file specify the information to be used
+# when gathering data from XBee input plugin. All key fields
+# in the 'XBEE' section are mandatory.
+[INPUT]
+ Name xbee
+ Tag xbee
+
+ # File
+ # ====
+ # Filename of serial port. e.g. /dev/ttyS0, /dev/ttyAMA0
+ File /dev/ttyUSB0
+
+ # Baudrate
+ # ========
+ # Specify the bitrate to communicate using the port.
+ Baudrate 9600
+
+[OUTPUT]
+ Name stdout
+ Match *