- Notifications
You must be signed in to change notification settings - Fork 519
[arista_ngfw] Generate processor tags and normalize error handler #15524
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
[arista_ngfw] Generate processor tags and normalize error handler #15524
Conversation
🚀 Benchmarks reportTo see the full report comment with |
| Pinging @elastic/integration-experience (Team:Integration-Experience) |
| ctx.event.provider = params.get((ctx.arista.succeeded).toString()).get('provider'); | ||
| ctx.arista.remove('succeeded'); | ||
| tag: script_cef61fad |
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.
I still think we need a space after for the comment
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.
In general I like it - the tag however after the script processors are a bit hard to read due to spacing, it is at all possible to add them at the top of the processor instead of at the end? would that complicate things greatly?
Not sure, but I'll look into it. I'm putting this one back into draft, I forgot to run the duplicate tag checker and 6 of the generated tags are duplicates (likely because the processors themselves were repeated). Either way, looking into that as well. Edit: these are the 6 duplicated tags, all resulting in duplicated processors. I initially had the index of the processor influencing the hash, but I removed it. I'm glad I did, because it's finding these duplicated processors. |
| /test |
- Generate tags for processors missing tags - Normalize the pipeline error handler
7bd90d9 to 42146a6 Compare 💚 Build Succeeded
History
|
| Package arista_ngfw - 1.4.2 containing this change is available at https://epr.elastic.co/package/arista_ngfw/1.4.2/ |
…astic#15524) - Generate tags for processors missing tags - Normalize the pipeline error handler - Removed duplicate processors
Proposed commit message
Checklist
changelog.ymlfile.- [ ] I have verified that any added dashboard complies with Kibana's Dashboard good practices