Skip to content

Commit

Permalink
trying to fix event.dataset missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedSalihbasic committed Aug 2, 2024
1 parent 6a4ec68 commit 17b698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/processors/syslog_security_skyhigh.swg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ input {
}
filter {
mutate {
remove_field => [ "host","event" ]

add_field => { "[event][module]" => "skyhigh" }
add_field => { "[event][dataset]" => "skyhigh.swg" }
copy => { "message" => "[event][original]" }
Expand Down

0 comments on commit 17b698c

Please sign in to comment.