Skip to content

Commit df2e705

Browse files
committed
making k8sattribute processor default for logs and metrics
1 parent 60ed33c commit df2e705

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/3976.changed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
change: use upstream k8sattributeprocessor as default for logs and metrics

deploy/helm/sumologic/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ metadata:
16031603

16041604
## Use the sumologic k8s processor to add metadata to the logs.
16051605
## This is enabled by default, but can be disabled if you want to use the upstream processor.
1606-
useSumoK8sProcessor: true
1606+
useSumoK8sProcessor: false
16071607

16081608
## Only used if useSumoK8sProcessor is set to false
16091609
waitForMetadata: true
@@ -1720,7 +1720,7 @@ metadata:
17201720

17211721
## Use the sumologic k8s processor to add metadata to the logs.
17221722
## This is enabled by default, but can be disabled if you want to use the upstream processor.
1723-
useSumoK8sProcessor: true
1723+
useSumoK8sProcessor: false
17241724

17251725
## Only used if useSumoK8sProcessor is set to false
17261726
waitForMetadata: true

0 commit comments

Comments
 (0)