bugfix: logstash mutate - remove_field

- [host][ip]
- [host][mac]
feature/DEV-380
Sven Ketelsen 4 years ago
parent c4a7359e6c
commit 7a9bd9411e

@ -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]" ]
}
}

Loading…
Cancel
Save