We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde1d9e commit 6854718Copy full SHA for 6854718
cmake/plugins_options.cmake
@@ -85,7 +85,6 @@ DEFINE_OPTION(FLB_FILTER_GREP "Enable grep filter"
85
DEFINE_OPTION(FLB_FILTER_KUBERNETES "Enable kubernetes filter" ON)
86
DEFINE_OPTION(FLB_FILTER_LOG_TO_METRICS "Enable log-derived metrics filter" ON)
87
DEFINE_OPTION(FLB_FILTER_LUA "Enable Lua scripting filter" ON)
88
-DEFINE_OPTION(FLB_FILTER_LUA_USE_MPACK "Enable mpack on the lua filter" OFF)
89
DEFINE_OPTION(FLB_FILTER_MODIFY "Enable modify filter" ON)
90
DEFINE_OPTION(FLB_FILTER_MULTILINE "Enable multiline filter" ON)
91
DEFINE_OPTION(FLB_FILTER_NEST "Enable nest filter" ON)
0 commit comments