Skip to content

Commit

Permalink
work in progress incorporating icsnpp-profinet-io-cm, idaholab#429
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 27, 2024
1 parent d1718b1 commit 09cf72d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions logstash/pipelines/zeek/11_zeek_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,13 @@ filter {
split => { "[zeek_cols][sel_ack]" => "," } }
}

if ([zeek_cols][packet_type]) and ((![zeek_cols][operation]) or ([zeek_cols][operation] == '(empty)') or
([zeek_cols][operation] == 'unknown') or ([zeek_cols][operation] == '-') or
([zeek_cols][operation] == '')) {
mutate { id => "mutate_replace_zeek_profinet_io_cm_operation"
replace => { "[zeek_cols][operation]" => "%{[zeek_cols][packet_type]}" } }
}

mutate {
id => "mutate_add_fields_zeek_profinet_io_cm"
add_field => {
Expand Down

0 comments on commit 09cf72d

Please sign in to comment.