File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ option(FLB_FILTER_GEOIP2 "Enable geoip2 filter"
271271option (FLB_FILTER_NIGHTFALL "Enable Nightfall filter" Yes )
272272option (FLB_FILTER_WASM "Enable WASM filter" Yes )
273273option (FLB_PROCESSOR_LABELS "Enable metrics label manipulation processor" Yes )
274+ option (FLB_PROCESSOR_ATTRIBUTES "Enable atributes manipulation processor" Yes )
274275
275276
276277if (DEFINED FLB_NIGHTLY_BUILD AND NOT "${FLB_NIGHTLY_BUILD} " STREQUAL "" )
Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ REGISTER_IN_PLUGIN("in_random")
274274
275275# PROCESSORS
276276# ==========
277- REGISTER_PROCESSOR_PLUGIN("processor_test" )
278277REGISTER_PROCESSOR_PLUGIN("processor_labels" )
278+ REGISTER_PROCESSOR_PLUGIN("processor_attributes" )
279279
280280# OUTPUTS
281281# =======
You can’t perform that action at this time.
0 commit comments