mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fluent-bit: enable tail plugin to help read files
This commit is contained in:
parent
c8bbe8725a
commit
dcfe80ad8e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ CMAKE_OPTIONS += \
|
|||
-DFLB_IN_DISK=Yes \
|
||||
-DFLB_IN_EXEC=Yes \
|
||||
-DFLB_IN_HEAD=Yes \
|
||||
-DFLB_IN_TAIL=Yes \
|
||||
-DFLB_IN_FORWARD=No \
|
||||
-DFLB_IN_KMSG=No \
|
||||
-DFLB_IN_PROC=No \
|
||||
|
|
@ -73,7 +74,6 @@ CMAKE_OPTIONS += \
|
|||
-DFLB_IN_MQTT=No \
|
||||
-DFLB_IN_STDIN=No \
|
||||
-DFLB_IN_SYSTEMD=No \
|
||||
-DFLB_IN_TAIL=No \
|
||||
-DFLB_IN_TCP=No \
|
||||
-DFLB_IN_THERMAL=No \
|
||||
-DFLB_IN_UDP=No \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue