Skip to content

Commit

Permalink
updated panw module to use new nullcheck in set processors (elastic#1…
Browse files Browse the repository at this point in the history
…9425) (elastic#19443)

(cherry picked from commit 5b2b6dc)

Co-authored-by: Marius Iversen <[email protected]>
  • Loading branch information
marc-gr and P1llus authored Jul 2, 2020
1 parent 4fc4227 commit 7526a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/panw/panos/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ processors:
- set:
field: rule.name
value: "{{panw.panos.ruleset}}"
if: "ctx?.panw?.panos?.ruleset != null"
ignore_empty_value: true

- append:
field: related.user
Expand Down

0 comments on commit 7526a31

Please sign in to comment.