Skip to content

Commit

Permalink
[Filebeat] Fix id for config map (#37545)
Browse files Browse the repository at this point in the history
* Fix config map
  • Loading branch information
constanca-m committed Jan 8, 2024
1 parent 6cb79c0 commit 95f0f85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data:
filebeat.yml: |-
filebeat.inputs:
- type: filestream
id: kubernetes-container-logs-${data.kubernetes.pod.name}-${data.kubernetes.container.id}
id: kubernetes-container-logs
paths:
- /var/log/containers/*.log
parsers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat/filebeat-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
filebeat.yml: |-
filebeat.inputs:
- type: filestream
id: kubernetes-container-logs-${data.kubernetes.pod.name}-${data.kubernetes.container.id}
id: kubernetes-container-logs
paths:
- /var/log/containers/*.log
parsers:
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/filebeat/manifest.debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data:
filebeat.yml: |-
filebeat.inputs:
- type: filestream
id: kubernetes-container-logs-${data.kubernetes.pod.name}-${data.kubernetes.container.id}
id: kubernetes-container-logs
paths:
- /var/log/containers/*.log
parsers:
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/kubernetes/filebeat/manifest.run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data:
filebeat.yml: |-
filebeat.inputs:
- type: filestream
id: kubernetes-container-logs-${data.kubernetes.pod.name}-${data.kubernetes.container.id}
id: kubernetes-container-logs
paths:
- /var/log/containers/*.log
parsers:
Expand Down

0 comments on commit 95f0f85

Please sign in to comment.