Skip to content

Commit

Permalink
split tenable.asm on cve
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Sep 25, 2024
1 parent 133dc4d commit 73461dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/processors/vuln_tenable_asm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ filter {
mutate {
remove_field => [ "tmp" ]
}
split {
field => "[vulnerability][id]"
}
}
output {
pipeline { send_to => [enrichments] }
Expand Down

0 comments on commit 73461dc

Please sign in to comment.