Skip to content

Commit

Permalink
fix: k8s collector logs path (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Aug 30, 2024
1 parent 5acd7af commit 809b4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/configmap-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
start_at: end
exclude:
# exlude collector logs
- /var/log/pods/default_otel-daemonset-opentelemetry-collector-agent*_*/opentelemetry-collector/*.log
- /var/log/pods/*/opentelemetry-collector/*.log
include:
- /var/log/pods/*/*/*.log
include_file_name: false
Expand Down

0 comments on commit 809b4d1

Please sign in to comment.