-
Notifications
You must be signed in to change notification settings - Fork 474
[GCP] Preserve original value of resource name #13633
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
[GCP] Preserve original value of resource name #13633
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
firewall |
4032.26 | 3021.15 | -1011.11 (-25.08%) | 💔 |
vpcflow |
3952.57 | 2967.36 | -985.21 (-24.93%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
💚 Build Succeeded
|
@@ -510,7 +510,6 @@ processors: | |||
field: gcp.audit.resource_name | |||
copy_from: json.protoPayload.resourceName | |||
ignore_failure: true | |||
if: ctx.orchestrator?.type != 'kubernetes' |
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.
Could we please check why this was excluded before?
Also, in case we are not using this. We might as well not have set orchestrator.type as we were creating and using that field only for this check.
Package gcp - 2.41.1 containing this change is available at https://epr.elastic.co/package/gcp/2.41.1/ |
Proposed commit message
Checklist
changelog.yml
file.How to test this PR locally
Related issues