Conversation
…evice attribute field layout (#50472) The Active Directory provider emitted device (computer) attributes under activedirectory.user.* instead of activedirectory.device.*, because collate() hardcoded the "user" wrapping key for all entity types. This caused the entityanalytics_ad device.yml ingest pipeline to fail on the dot-expander step since the expected device fields were absent. Add a Device field to Entry and thread an entTyp parameter through GetDetails and collate so that device results are wrapped under "device" and populate Entry.Device. User results are unchanged. Fixes #50471 Assisted-By: Cursor (cherry picked from commit 981bba9) # Conflicts: # x-pack/filebeat/input/entityanalytics/provider/activedirectory/internal/activedirectory/activedirectory.go
|
Cherry-pick of 981bba9 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
🤖 GitHub commentsJust comment with:
|
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
TL;DRBoth failed Buildkite jobs are caused by unresolved Git conflict markers left in Remediation
Investigation detailsRoot CauseThe backport PR includes unresolved conflict markers in Evidence
Verification
Follow-upAfter resolving the conflict file, CI should move past both current failures. If any subsequent failures appear, they can then be triaged independently. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
TL;DR
Remediation
Investigation detailsRoot CauseThe failing step is Evidence
Validation
Follow-up
What is this? | From workflow: PR Actions Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Proposed commit message
Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Disruptive User Impact
How to test this PR locally
Related issues
activedirectory.userinstead ofactivedirectory.device#50471Use cases
Screenshots
Logs
This is an automatic backport of pull request #50472 done by [Mergify](https://mergify.com).