Skip to content

Commit a06c7b8

Browse files
committed
address pr comment
1 parent 2ea6ff4 commit a06c7b8

File tree

1 file changed

+4
-1
lines changed
  • packages/o365/data_stream/audit/elasticsearch/ingest_pipeline

1 file changed

+4
-1
lines changed

packages/o365/data_stream/audit/elasticsearch/ingest_pipeline/default.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,10 @@ processors:
14041404
type: ip
14051405
ignore_missing: true
14061406
if: ctx.o365audit?.Data?.sip != ''
1407-
ignore_failure: true
1407+
on_failure:
1408+
- remove:
1409+
field: o365audit.Data.sip
1410+
ignore_missing: true
14081411
- date:
14091412
field: o365audit.Data.at
14101413
target_field: o365audit.Data.at

0 commit comments

Comments
 (0)