Skip to content

Commit

Permalink
updated apache module to use new nullcheck in set processors (elastic…
Browse files Browse the repository at this point in the history
…#19411) (elastic#19440)

(cherry picked from commit 4d82dd0)

Co-authored-by: Marius Iversen <[email protected]>
  • Loading branch information
marc-gr and P1llus authored Jul 13, 2020
1 parent 42542f5 commit 5d93594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/module/apache/access/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ processors:
- set:
field: tls.cipher
value: '{{apache.access.ssl.cipher}}'
if: ctx?.apache?.access?.ssl?.cipher != null
ignore_empty_value: true

- script:
lang: painless
Expand Down

0 comments on commit 5d93594

Please sign in to comment.