mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Add missing character
This commit is contained in:
@@ -25,7 +25,7 @@ filter {
|
|||||||
add_field => { "syslog-host_from" => "%{[beat][name]}" }
|
add_field => { "syslog-host_from" => "%{[beat][name]}" }
|
||||||
remove_field => [ "beat", "prospector", "input", "offset" ]
|
remove_field => [ "beat", "prospector", "input", "offset" ]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if [type] == "osquery" {
|
if [type] == "osquery" {
|
||||||
mutate {
|
mutate {
|
||||||
remove_tag => ["beat"]
|
remove_tag => ["beat"]
|
||||||
@@ -35,6 +35,5 @@ filter {
|
|||||||
source => "message"
|
source => "message"
|
||||||
target => "osquery"
|
target => "osquery"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user