-
Notifications
You must be signed in to change notification settings - Fork 500
entityanalytics_ad: improve field mappings for device entities #15642
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
Test sample provided by user with sanitisation.
c5ae185
to
5778c3e
Compare
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
entity |
1418.44 | 909.92 | -508.52 (-35.85%) | 💔 |
To see the full report comment with /test benchmark fullreport
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
7c55810
to
5778c3e
Compare
- script: | ||
lang: painless | ||
ignore_failure: false | ||
tag: Set User Account Control |
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.
tag: Set User Account Control | |
tag: script_set_user_account_control |
Following the convention used inside this pipeline already.
}, | ||
"related": { | ||
"hosts": [ | ||
"CN=TEST12009,OU=Policy Exception 3,OU=Computers,OU=Information Technology Services,OU=Executive,OU=Users and Computers,DC=org,DC=test,DC=local", |
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.
Not sure if related.hosts
is good place for adding distinguished names. WDYT?
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.
Copying from host.name
(ex: test12009.org.test.local
) might be better fit.
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.
Yeah, host.name
should be in there. I'm wondering though is the DN is not an "alias" per the documentation (yes, this is tenuous). We could do both.
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.
Sounds good
💚 Build Succeeded
History
cc @efd6 |
Package entityanalytics_ad - 0.17.0 containing this change is available at https://epr.elastic.co/package/entityanalytics_ad/0.17.0/ |
Proposed commit message
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots