Skip to content

Commit

Permalink
fix attributesprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Dec 11, 2023
1 parent ce34e74 commit 415ab27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415ab27

Please sign in to comment.