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 953a141 commit 8bbe4d6Copy full SHA for 8bbe4d6
x-pack/plugin/apm-data/src/main/resources/ingest-pipelines/[email protected]
@@ -31,7 +31,7 @@ processors:
31
ignore_failure: true
32
ignore_missing: true
33
- script:
34
- if: ctx.event?.outcome == 'success'
+ if: ctx.event?.outcome == 'success' && ctx[ctx.processor?.event]?.representative_count != null
35
source: |
36
ctx.event.success_count = ctx[ctx.processor?.event]?.representative_count;
37
- set:
0 commit comments