From 415ab272a9965148d36bd13ae193959d1fb9f7c5 Mon Sep 17 00:00:00 2001 From: mackjmr Date: Mon, 11 Dec 2023 18:35:49 +0100 Subject: [PATCH] fix attributesprocessor --- ci/values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/values.yaml b/ci/values.yaml index 4fae55ed65dc..54c0c671b2a8 100644 --- a/ci/values.yaml +++ b/ci/values.yaml @@ -100,14 +100,15 @@ config: action: upsert attributes/kafkasrc: include: - match_type: regexp + match_type: strict attributes: - - {key: "source", value: 'kafka|frauddetectionservice|orderproducer'} + - key: "source" + value: 'kafka' actions: # this makes sure the source for logs that come from kafka|frauddetectionservice|orderproducer is # set to kafka. The OOTB box kafka dashboard filters logs on source:kafka. - key: ddtags - action: update + action: upsert value: "source:kafka" memory_limiter: check_interval: 1s