summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/in_xbee.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 /fluent-bit/conf/in_xbee.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 'fluent-bit/conf/in_xbee.conf')
-rw-r--r--fluent-bit/conf/in_xbee.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/fluent-bit/conf/in_xbee.conf b/fluent-bit/conf/in_xbee.conf
new file mode 100644
index 00000000..a978ed24
--- /dev/null
+++ b/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 *