DEV-650: added config stuff to drop docker.container.label to avoid crashing...

feature/DEV-655
Görz, Friedrich 3 years ago committed by Ketelsen, Sven
parent 20718b18c1
commit 2bcffed2d7

@ -61,6 +61,14 @@ fields:
stage: {{ stage }} stage: {{ stage }}
hostname: {{ inventory_hostname }} hostname: {{ inventory_hostname }}
# DEV-650
# avoiding container labels with [] crashing logstash
processors:
- drop_fields:
fields:
- docker.container.labels
ignore_missing: yes
output.logstash: output.logstash:
hosts: ["{{ shared_service_elastic_stack_logstash_01_hostname }}:5044"] hosts: ["{{ shared_service_elastic_stack_logstash_01_hostname }}:5044"]
ssl: ssl:

Loading…
Cancel
Save