Fix Lỗi:
failed to parse field [host] of type in document with id
Khi logstash thấy lỗi: failed to parse field [host] of type in document with id
filebeat(kube) -> logstack -> elasticseacrch
https://my.oschina.net/hxily/blog/1932662
thêm vào file pipeline đang nhận log. trên logstash.
filter {
mutate{
remove_field => "host"
}
...
}