-
Notifications
You must be signed in to change notification settings - Fork 457
aws: improve error.message and add event.kind:pipeline_error for pipeline errors #11112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
guardduty |
1152.07 | 801.28 | -350.79 (-30.45%) | 💔 |
waf |
7407.41 | 5917.16 | -1490.25 (-20.12%) | 💔 |
cloudfront_logs |
2518.89 | 1923.08 | -595.81 (-23.65%) | 💔 |
cloudwatch_logs |
500000 | 250000 | -250000 (-50%) | 💔 |
elb_logs |
4739.34 | 3937.01 | -802.33 (-16.93%) | 💔 |
firewall_logs |
3184.71 | 2538.07 | -646.64 (-20.3%) | 💔 |
To see the full report comment with /test benchmark fullreport
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
value: pipeline_error | ||
- append: | ||
field: error.message | ||
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.on_failure_pipeline}}} failed with message: {{{_ingest.on_failure_message}}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have an easy way to update these, consider making the "with tag" part conditional on whether the processor has a tag.
For example:
@romulets I would like to understand how to resolve the conflicts in this PR. There are three possible approaches (four):
|
value: "{{ _ingest.on_failure_message }}" | ||
value: >- | ||
Processor '{{{ _ingest.on_failure_processor_type }}}' | ||
{{{#_ingest.on_failure_processor_tag}}}with tag '{{{ _ingest.on_failure_processor_tag }}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
For a few values, with tag
(whitespace in front of with
) is used, for a few this whitespace is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I thought I got all of them with a s///g.
@ishleenk17 and @constanca-m it would be really helpful if you could also check out the blocking PR #11397 that this depends on. |
…line errors Also fix instances of incorrect yaml for script processors.
|
💚 Build Succeeded
History
cc @efd6 |
Package aws - 2.27.0 containing this change is available at https://epr.elastic.co/search?package=aws |
…line errors (elastic#11112) Also fix instances of incorrect yaml for script processors.
…line errors (elastic#11112) Also fix instances of incorrect yaml for script processors.
Proposed commit message
Also fix instances of incorrect yaml for script processors.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
related.entity
(and add missing data) #11397Screenshots