Skip to content

Commit

Permalink
Merge pull request #543 from Cargill/cisco_observer
Browse files Browse the repository at this point in the history
Removed field with wrong data in cisco router
  • Loading branch information
MehaSal authored Sep 30, 2024
2 parents bdfb49d + 50c03b9 commit adb4408
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]", "[log][syslog]", "[observer][egress]", "[observer][ingress]" ]
remove_field => [ "[tmp]", "[log][syslog]", "[observer]" ]
}
}
output {
Expand Down

0 comments on commit adb4408

Please sign in to comment.