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 7, 2024
1 parent 2b0c42e commit 6f1c260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash/pipelines/zeek/12_zeek_mutate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ filter {
mutate { id => "mutate_add_field_ecs_event_kind_alert"
add_field => { "[event][kind]" => "alert" } }
} else if ("_zeekdiagnostic" in [tags]) and ([zeek][stats]) {
mutate { id => "mutate_add_field_ecs_event_kind_event"
mutate { id => "mutate_add_field_ecs_event_kind_metric"
add_field => { "[event][kind]" => "metric" } }
} else {
mutate { id => "mutate_add_field_ecs_event_kind_event"
Expand Down

0 comments on commit 6f1c260

Please sign in to comment.