Skip to content

Commit

Permalink
Merge pull request #542 from Cargill/cisco_router_fix
Browse files Browse the repository at this point in the history
cisco_router_fix
  • Loading branch information
MehaSal authored Sep 27, 2024
2 parents 5b9e998 + 6166fef commit bdfb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/processors/syslog_audit_cisco.router.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ filter {
tag_on_failure => "_dateparsefailure_ei"
}
mutate {
remove_field => [ "[tmp]"]
remove_field => [ "[tmp]", "[log][syslog]", "[observer][egress]", "[observer][ingress]" ]
}
}
output {
Expand Down

0 comments on commit bdfb49d

Please sign in to comment.