-
Notifications
You must be signed in to change notification settings - Fork 510
[fortinet_fortigate] Generate processor tags and normalize error handler #15540
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
[fortinet_fortigate] Generate processor tags and normalize error handler #15540
Conversation
🚀 Benchmarks reportTo see the full report comment with |
|
Pinging @elastic/integration-experience (Team:Integration-Experience) |
| value: "{{{destination.nat.ip}}}" | ||
| if: ctx.destination?.nat?.ip != null | ||
| allow_duplicates: false | ||
| - append: |
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.
out of curiosity, would this duplication set the field twice? can this trigger an error because of allow_duplicates: false?
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.
No, because allow_duplicates is false, it won't set it twice. As far as I know, it shouldn't show up as an error (but then again I don't know, as ignore_failure still yields an increase in the error count 🤷♂️)
The issue here is that the processor does have to actually check every element of related.ip, do a string comparison, and fail out when it finds the existing value in there already.
- Generate tags for processors missing tags - Normalize the pipeline error handler
606f678 to
381a7b5
Compare
packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/fortinet_fortigate/data_stream/log/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
History
|
|
Package fortinet_fortigate - 1.34.1 containing this change is available at https://epr.elastic.co/package/fortinet_fortigate/1.34.1/ |
Proposed commit message
Checklist
changelog.ymlfile.- [ ] I have verified that any added dashboard complies with Kibana's Dashboard good practices