elastic-system: Exclude logging ECK stack itself

This commit is contained in:
Lauri Võsandi 2022-10-21 00:57:11 +03:00
parent 9275f745ce
commit 2fd0112c28
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,9 @@ spec:
- /var/log/containers/*${data.kubernetes.container.id}.log
daemonSet:
podTemplate:
metadata:
annotations:
co.elastic.logs/enabled: 'false'
spec:
serviceAccountName: filebeat
automountServiceAccountToken: true
@ -105,6 +108,9 @@ spec:
deployment:
replicas: 2
podTemplate:
metadata:
annotations:
co.elastic.logs/enabled: 'false'
spec:
terminationGracePeriodSeconds: 30
containers:
@ -259,6 +265,9 @@ spec:
- key: elastic
path: xpack.security.authc.providers.anonymous.anonymous1.credentials.password
podTemplate:
metadata:
annotations:
co.elastic.logs/enabled: 'false'
spec:
containers:
- name: kibana