Skip to content

Commit

Permalink
indicator type url is in upper case (elastic#24152) (elastic#24153)
Browse files Browse the repository at this point in the history
(cherry picked from commit e315d66)
  • Loading branch information
P1llus authored Feb 22, 2021
1 parent 20026ba commit 53e596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/threatintel/otx/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ processors:
field: threatintel.otx.indicator
target_field: threatintel.indicator.url.full
ignore_missing: true
if: "ctx?.threatintel?.otx?.type == 'url' && ctx?.threatintel?.indicator?.url?.original == null"
if: "ctx?.threatintel?.otx?.type == 'URL' && ctx?.threatintel?.indicator?.url?.original == null"
- rename:
field: threatintel.otx.indicator
target_field: threatintel.indicator.url.path
Expand Down

0 comments on commit 53e596d

Please sign in to comment.