-
Notifications
You must be signed in to change notification settings - Fork 466
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
Remove event.original removal processors (integrations 1Password to Auth0) #10417
Remove event.original removal processors (integrations 1Password to Auth0) #10417
Conversation
Apache pre-release is used to bump version up together with #10416 |
Could someone run CI for the tests? Thank you in advance. I will merge back from main and bump up version in manifests after initial review from anyone. |
/test |
@ishleenk17 Thanks for running tests. I have one question. Do tests fail, when i did not include the new version/pre-release in the maifests.yml. According to doc, on pre-releases this should not be necessary as multiple PR'S can result in the same version. Do I need to populate pre-releases (see Apache integration) in the manifests.yml? |
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.
@Alphayeeeet Yes the same change would be required in the manifest
else the CI won't be happy
@ishleenk17 I added the manifest versions. Can you please run CI again? PS: I might have tagged the wrong people as you have the same avatar @aliabbas-elastic |
/test |
🚀 Benchmarks reportTo see the full report comment with |
Unfortunately I have no access to Sonarqube and cannot review the failed objective on code coverage. |
Please run CI again |
/test |
@aliabbas-elastic @andrewkroh @efd6 Is the CI failing test some kind of bug in the CI or what is wrong with the integration? As I have no idea what the problem is to be honest. |
There is an issue with starting a service required for the system test.
I've tried running this locally and it works. The container does take a while to start up, so maybe in CI it is just taking a little too long? @elastic/sec-linux-platform do you have any ideas what might be going on here? |
…t-original-removal
42d034b
to
be88dc5
Compare
/test |
I have asked the the ecosystem team on Slack about the failure here. Specifically,
I think we can bypass the CI failure if needed, but we'll give that team a little time to investigate. I also saw another auditd_manager PR that is failing (might be the same cause). |
/test |
💚 Build Succeeded
History
cc @Alphayeeeet |
Quality Gate passedIssues Measures |
Package 1password - 1.30.0 containing this change is available at https://epr.elastic.co/search?package=1password |
Package activemq - 1.6.0 containing this change is available at https://epr.elastic.co/search?package=activemq |
Package akamai - 2.25.0 containing this change is available at https://epr.elastic.co/search?package=akamai |
Package amazon_security_lake - 1.4.0 containing this change is available at https://epr.elastic.co/search?package=amazon_security_lake |
Package apache - 1.24.0 containing this change is available at https://epr.elastic.co/search?package=apache |
Package apache_tomcat - 1.8.0 containing this change is available at https://epr.elastic.co/search?package=apache_tomcat |
Package arista_ngfw - 1.2.0 containing this change is available at https://epr.elastic.co/search?package=arista_ngfw |
Package atlassian_bitbucket - 2.2.0 containing this change is available at https://epr.elastic.co/search?package=atlassian_bitbucket |
Package atlassian_confluence - 1.26.0 containing this change is available at https://epr.elastic.co/search?package=atlassian_confluence |
Package atlassian_jira - 1.27.0 containing this change is available at https://epr.elastic.co/search?package=atlassian_jira |
Package auditd - 3.20.0 containing this change is available at https://epr.elastic.co/search?package=auditd |
Package auditd_manager - 1.17.0 containing this change is available at https://epr.elastic.co/search?package=auditd_manager |
Package auth0 - 1.18.0 containing this change is available at https://epr.elastic.co/search?package=auth0 |
…uth0) (elastic#10417) Delete the remove event.original processors from the pipelines because as of 8.11 the Fleet final pipeline now does this automatically when the `preserve_original_event` tag is not present in the event. This bumps the minimum version to 8.11.0 because it depends on the Fleet final pipeline changes. auditd_manager was bumped to require 8.12.0 because the system tests were failing under 8.11.0. Relates elastic#10072
Proposed commit message
Remove event.original removal processors
AWS and Azure will be part of a future PR
Checklist
changelog.yml
file.Related issues
Review #10072 for additional info