From 7a9bd9411e476f4a48816fb747e0bbdd1f4ab9bf Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Sat, 30 Apr 2022 09:45:17 +0200 Subject: [PATCH] bugfix: logstash mutate - remove_field - [host][ip] - [host][mac] --- templates/logstash/config/logstash/pipeline/filebeat.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/logstash/config/logstash/pipeline/filebeat.conf.j2 b/templates/logstash/config/logstash/pipeline/filebeat.conf.j2 index bac9ce6..15b41af 100644 --- a/templates/logstash/config/logstash/pipeline/filebeat.conf.j2 +++ b/templates/logstash/config/logstash/pipeline/filebeat.conf.j2 @@ -41,7 +41,7 @@ filter { } } mutate { - remove_field => [ "[id]", "[agent]", "[log][file][path]", "[docker][container][labels]" ] + remove_field => [ "[id]", "[agent]", "[log][file][path]", "[docker][container][labels]", "[host][ip]", "[host][mac]" ] } }