Skip to content

Commit 4c490b1

Browse files
authored
Merge pull request #55 from maddevsio/fix/filebeat-configuration
#41 removed unused conflicts filebeat configuration
2 parents 681fd63 + 01a0756 commit 4c490b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

terraform/layer2-k8s/templates/elk-values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,14 @@ filebeat:
145145
hints.default_config:
146146
type: container
147147
paths:
148-
- /var/log/containers/*-$${data.kubernetes.container.id}.log
148+
- /var/log/containers/*$${data.kubernetes.container.id}.log
149149
150150
processors:
151151
- drop_event:
152152
when:
153153
equals:
154154
kubernetes.container.name: "filebeat"
155155
156-
- add_cloud_metadata:
157-
- add_kubernetes_metadata:
158-
- add_docker_metadata:
159-
160156
output.elasticsearch:
161157
username: '$${ELASTICSEARCH_USERNAME}'
162158
password: '$${ELASTICSEARCH_PASSWORD}'

0 commit comments

Comments
 (0)