Skip to content

Commit 9d49b80

Browse files
w0rk3randrewkroh
andauthored
Update packages/o365/data_stream/audit/elasticsearch/ingest_pipeline/default.yml
Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
1 parent a7913b7 commit 9d49b80

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ processors:
14181418
if: ctx.o365audit?.OperationCount != null
14191419
source: |-
14201420
if (ctx.o365audit.OperationCount instanceof Number) {
1421-
ctx.o365audit.OperationCount = ((long)ctx.o365audit.OperationCount).longValue();
1421+
ctx.o365audit.OperationCount = ((Number)ctx.o365audit.OperationCount).longValue();
14221422
}
14231423
- append:
14241424
field: email.message_id

0 commit comments

Comments
 (0)