mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
fluent-bit: enable lua (for converting pri to facility, severity)
This commit is contained in:
parent
d0ce299c01
commit
21de9e9a37
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ CMAKE_OPTIONS+= \
|
|||
-DFLB_BACKTRACE=No \
|
||||
-DFLB_KAFKA=No \
|
||||
-DFLB_WASM=No \
|
||||
-DFLB_LUAJIT=No
|
||||
-DFLB_LUAJIT=Yes
|
||||
|
||||
# In plugins
|
||||
CMAKE_OPTIONS += \
|
||||
|
|
@ -107,7 +107,7 @@ CMAKE_OPTIONS += \
|
|||
-DFLB_FILTER_AWS=No \
|
||||
-DFLB_FILTER_ECS=No \
|
||||
-DFLB_FILTER_KUBERNETES=No \
|
||||
-DFLB_FILTER_LUA=No \
|
||||
-DFLB_FILTER_LUA=Yes \
|
||||
-DFLB_FILTER_NEST=No \
|
||||
-DFLB_FILTER_RECORD_MODIFIER=No \
|
||||
-DFLB_FILTER_THROTTLE=No \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue