Skip to content

Commit

Permalink
removed field with wrong data in cisco router
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Sep 30, 2024
1 parent bdfb49d commit 50c03b9
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 50c03b9

Please sign in to comment.