Skip to content

Commit

Permalink
work in progress for idaholab#395, malcolm reporting capture statisti…
Browse files Browse the repository at this point in the history
…cs from zeek/suricata
  • Loading branch information
mmguero committed Feb 6, 2024
1 parent 7669c6c commit 1ea5296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logstash/pipelines/beats/11_beats_logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ filter {

mutate { id => "mutate_add_field_event_module_zeek_diagnostic"
add_field => { "[event][module]" => "zeek" } }
mutate { id => "mutate_remove_field_event_original_zeek_diagnostic"
remove_field => [ "[event][original]" ] }

} # event type (filebeat.nginx, miscbeat, etc)

Expand Down

0 comments on commit 1ea5296

Please sign in to comment.