Skip to content

Commit 582242a

Browse files
committed
indicator type url is in upper case
1 parent 3ca53aa commit 582242a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/filebeat/module/threatintel/otx/ingest/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ processors:
8989
field: threatintel.otx.indicator
9090
target_field: threatintel.indicator.url.full
9191
ignore_missing: true
92-
if: "ctx?.threatintel?.otx?.type == 'url' && ctx?.threatintel?.indicator?.url?.original == null"
92+
if: "ctx?.threatintel?.otx?.type == 'URL' && ctx?.threatintel?.indicator?.url?.original == null"
9393
- rename:
9494
field: threatintel.otx.indicator
9595
target_field: threatintel.indicator.url.path

0 commit comments

Comments
 (0)