Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Sep 13, 2024
1 parent d3d008b commit 02dcaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/sumologic/conf/logs/collector/otelcol/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ receivers:
{{- end }}
{{- end }}
{{- if .Values.sumologic.logs.kubelet.enabled }}
- kubelet.service
{{- end }}
- snap.microk8s.daemon-kubelite.service
{{- end }}
{{- end }}

service:
Expand All @@ -140,7 +140,7 @@ service:
receivers:
- filelog/containers
{{- end }}
{{ if or .Values.sumologic.logs.systemd.enabled .Values.sumologic.logs.kubelet.enabled}}
{{- if or .Values.sumologic.logs.systemd.enabled .Values.sumologic.logs.kubelet.enabled }}}
logs/systemd:
exporters:
- otlphttp
Expand Down

0 comments on commit 02dcaa6

Please sign in to comment.