Skip to content

Commit

Permalink
Merge pull request #529 from Cargill/rsyslog_ecs
Browse files Browse the repository at this point in the history
Added remove host to rsyslog incase ecs is not configured correctly
  • Loading branch information
lyradc authored Aug 21, 2024
2 parents 4b57382 + 1972340 commit 2a6f414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/processors/syslog_audit_linux_rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ filter {
mutate {
add_field => { "[event][module]" => "linux" }
add_field => { "[event][dataset]" => "linux.rsyslog" }
remove_field => [ "host" ]
}
mutate {
replace => {
Expand Down

0 comments on commit 2a6f414

Please sign in to comment.