osquery: fix host field conflict

This commit is contained in:
Wes Lambert
2019-01-16 19:25:06 +00:00
parent 05a4c6410f
commit cdfc3a15ad

View File

@@ -28,6 +28,7 @@ filter {
}
if [type] == "osquery" {
mutate {
rename => { "host" => "beat_host" }
remove_tag => ["beat"]
add_tag => ["osquery"]
}