-
Notifications
You must be signed in to change notification settings - Fork 474
azure: add related.entity field to auditlogs and signinlogs default ingest pipeline #11344
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
5c5457a
to
62557f7
Compare
c0a0273
to
30a8c39
Compare
30a8c39
to
06cb8f6
Compare
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
signinlogs |
2392.34 | 1937.98 | -454.36 (-18.99%) | 💔 |
eventhub |
500000 | 333333.33 | -166666.67 (-33.33%) | 💔 |
firewall_logs |
1869.16 | 1406.47 | -462.69 (-24.75%) | 💔 |
To see the full report comment with /test benchmark fullreport
/test benchmark fullreport |
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.
@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.
packages/azure/data_stream/auditlogs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/azure/data_stream/auditlogs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
|
💚 Build Succeeded
History
cc @orouz |
Package azure - 1.18.0 containing this change is available at https://epr.elastic.co/search?package=azure |
https://www.elastic.co/guide/en/ecs/current/ecs-related.html I have an integration going through the works right now that would like to use something like Will this cause issues down the road or those that use the Data Quality dashboard to reveal actual ECS fields? Is there already a precedent set here that any field can live beneath |
it's currently being worked on at elastic/ecs#2360
@tinnytintin10 can comment more on that. |
Proposed commit message
adds processors to auditlogs and signinlogs ingest pipelines that appends all entity identifiers from the log event 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 fieldbenchmark (100 runs)
Related issues