Skip to content

Commit 16996e1

Browse files
Leonardo Alminanaedsiper
authored andcommitted
build: add attributes processor
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent d57b358 commit 16996e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ option(FLB_FILTER_GEOIP2 "Enable geoip2 filter"
271271
option(FLB_FILTER_NIGHTFALL "Enable Nightfall filter" Yes)
272272
option(FLB_FILTER_WASM "Enable WASM filter" Yes)
273273
option(FLB_PROCESSOR_LABELS "Enable metrics label manipulation processor" Yes)
274+
option(FLB_PROCESSOR_ATTRIBUTES "Enable atributes manipulation processor" Yes)
274275

275276

276277
if(DEFINED FLB_NIGHTLY_BUILD AND NOT "${FLB_NIGHTLY_BUILD}" STREQUAL "")

plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ REGISTER_IN_PLUGIN("in_random")
274274

275275
# PROCESSORS
276276
# ==========
277-
REGISTER_PROCESSOR_PLUGIN("processor_test")
278277
REGISTER_PROCESSOR_PLUGIN("processor_labels")
278+
REGISTER_PROCESSOR_PLUGIN("processor_attributes")
279279

280280
# OUTPUTS
281281
# =======

0 commit comments

Comments
 (0)