We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f519d11 commit 953a141Copy full SHA for 953a141
x-pack/plugin/apm-data/src/main/resources/ingest-pipelines/[email protected]
@@ -33,7 +33,7 @@ processors:
33
- script:
34
if: ctx.event?.outcome == 'success'
35
source: |
36
- ctx.event.success_count = ctx[ctx.processor?.event].representative_count;
+ ctx.event.success_count = ctx[ctx.processor?.event]?.representative_count;
37
- set:
38
if: ctx.event?.outcome == 'failure'
39
field: event.success_count
0 commit comments