Skip to content

Commit

Permalink
can't write to aliases dumbkoff
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 13, 2025
1 parent 350aa20 commit 41ef918
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions logstash/pipelines/beats/13_normalize.conf
Original file line number Diff line number Diff line change
Expand Up @@ -280,20 +280,14 @@ filter {
if ([process][hash][sha1]) {
mutate { id => "mutate_merge_eventdata_related_hash_sha1"
merge => { "[related][hash]" => "[process][hash][sha1]" } }
mutate { id => "mutate_merge_eventdata_hash_sha1"
merge => { "[hash][sha1]" => "[process][hash][sha1]" } }
}
if ([process][hash][md5]) {
mutate { id => "mutate_merge_eventdata_related_hash_md5"
merge => { "[related][hash]" => "[process][hash][md5]" } }
mutate { id => "mutate_merge_eventdata_hash_md5"
merge => { "[hash][md5]" => "[process][hash][md5]" } }
}
if ([process][hash][sha256]) {
mutate { id => "mutate_merge_eventdata_related_hash_sha256"
merge => { "[related][hash]" => "[process][hash][sha256]" } }
mutate { id => "mutate_merge_eventdata_hash_sha256"
merge => { "[hash][sha256]" => "[process][hash][sha256]" } }
}
if ([pe][imphash]) {
mutate { id => "mutate_merge_eventdata_related_hash_imphash"
Expand Down

0 comments on commit 41ef918

Please sign in to comment.