Add missing character

This commit is contained in:
Josh Brower
2019-01-01 11:11:29 -05:00
committed by GitHub
parent 739c8b8d5e
commit f21e52b431

View File

@@ -25,7 +25,7 @@ filter {
add_field => { "syslog-host_from" => "%{[beat][name]}" }
remove_field => [ "beat", "prospector", "input", "offset" ]
}
}
if [type] == "osquery" {
mutate {
remove_tag => ["beat"]
@@ -35,6 +35,5 @@ filter {
source => "message"
target => "osquery"
}
}
}