[9.5](backport #7473) [Cloud Asset Inventory] Fix entity.attribute mapping bug by renaming it to entity.Details#7474
Open
mergify[bot] wants to merge 1 commit into
Open
[9.5](backport #7473) [Cloud Asset Inventory] Fix entity.attribute mapping bug by renaming it to entity.Details#7474mergify[bot] wants to merge 1 commit into
mergify[bot] wants to merge 1 commit into
Conversation
…it to entity.Details (#7473) ### Summary of your changes For: #incident-3395-failing-quality-gate-for-entity-store-synthetics Incident Slack: https://elastic.slack.com/archives/C0BJQCSBT47 Publishing asset details as `entity.attributes` breaks Entity Store extraction. This, along with related integrations PR, fixes the issue by using `entity.Details` instead. Integrations PR contains an ingest pipeline that ensures even old Cloudbeat versions that publish `entity.attributes` get remapped to `Details`. This allows extraction to work as intended. ### Related Issues Towards https://github.com/elastic/security-team/issues/18408 (cherry picked from commit 815379b)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of your changes
For: #incident-3395-failing-quality-gate-for-entity-store-synthetics
Incident Slack: https://elastic.slack.com/archives/C0BJQCSBT47
Publishing asset details as
entity.attributesbreaks Entity Store extraction. This, along with related integrations PR, fixes the issue by usingentity.Detailsinstead. Integrations PR contains an ingest pipeline that ensures even old Cloudbeat versions that publishentity.attributesget remapped toDetails. This allows extraction to work as intended.Related Issues
Towards https://github.com/elastic/security-team/issues/18408
This is an automatic backport of pull request #7473 done by [Mergify](https://mergify.com).