Skip to content

Commit

Permalink
WIP omron fins integration, cisagov#554
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 15, 2025
1 parent 2f5a022 commit 9503a4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions logstash/pipelines/zeek/1300_zeek_normalize.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1522,9 +1522,6 @@ filter {
if ([zeek][http][resp_filenames]) { mutate { id => "mutate_merge_normalize_zeek_http_resp_filenames"
merge => { "[file][path]" => "[zeek][http][resp_filenames]" } } }

if ([zeek][http][resp_filenames]) { mutate { id => "mutate_merge_normalize_zeek_http_resp_filenames"
merge => { "[file][path]" => "[zeek][http][resp_filenames]" } } }

if ([zeek][s7comm_upload_download][filename]) { mutate { id => "mutate_merge_normalize_zeek_s7comm_upload_download_filename"
merge => { "[file][path]" => "[zeek][s7comm_upload_download][filename]" } } }

Expand Down

0 comments on commit 9503a4d

Please sign in to comment.