Skip to content

Commit

Permalink
add s7comm upload/download log support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 10, 2022
1 parent 515c170 commit 106bf61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions logstash/pipelines/zeek/12_zeek_normalize.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,6 @@ filter {
if ([zeek][tftp][fname]) { mutate { id => "mutate_merge_normalize_zeek_tftp_fname"
merge => { "[file][path]" => "[zeek][tftp][fname]" } } }

if ([zeek][tftp][fname]) { mutate { id => "mutate_merge_normalize_zeek_tftp_fname"
merge => { "[file][path]" => "[zeek][tftp][fname]" } } }

# as we already did a bunch of work parsing out smb.host, smb.share and smb.filename in 11_zeek_logs, use those here as well
# this should cover smb_files, smb_cmd and smb_mapping
if [smb] {
Expand Down

0 comments on commit 106bf61

Please sign in to comment.