-
Notifications
You must be signed in to change notification settings - Fork 464
azure: add related.entity field to activitylogs default ingest pipeline #11233
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
47f2eea
to
21b7189
Compare
/test |
f34cd4a
to
da652ec
Compare
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
auditlogs |
2409.64 | 1908.4 | -501.24 (-20.8%) | 💔 |
graphactivitylogs |
1510.57 | 1209.19 | -301.38 (-19.95%) | 💔 |
To see the full report comment with /test benchmark fullreport
packages/azure/data_stream/activitylogs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/azure/data_stream/activitylogs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
/test benchmark fullreport |
@orouz Please revise the proposed commit message to be a stand-alone text that explains what is being done and why. It should preferably not refer to internal issues since it will be read by people who may not have access to those documents. Also note that git commit messages are not markdown, so do not use markdown features. |
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.
Please resolve the review comments.
Change looks good to me!
4776367
to
1f35fa8
Compare
💚 Build Succeeded
History
|
|
Package azure - 1.19.0 containing this change is available at https://epr.elastic.co/search?package=azure |
Proposed commit message
adds processors to activitylogs ingest pipeline that appends principal_id and resource_id to related.entity in order to facilitate pivoting around a piece of data
Context
this PR is part of the cloud security CDR epic. it populates
related.entity
which is an upcoming ECS fieldRelated issues
benchmark (30 runs)