changed tag eval to type

This commit is contained in:
dlee35
2018-12-05 15:05:11 -05:00
parent 705b242042
commit 7fc1f576d9

View File

@@ -9,7 +9,7 @@ input {
} }
} }
filter { filter {
if "ids" in [tags] { if [type] == "ids" {
mutate { mutate {
rename => { "host" => "beat_host" } rename => { "host" => "beat_host" }
remove_tag => ["beat"] remove_tag => ["beat"]