-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Cloud Security] [CDR] Handle grouping fields with missing mapp…
…ing (#195702) (#195792) # Backport This will backport the following commits from `main` to `8.x`: - [[Cloud Security] [CDR] Handle grouping fields with missing mapping (#195702)](#195702) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Paulo Silva","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-10T14:52:49Z","message":"[Cloud Security] [CDR] Handle grouping fields with missing mapping (#195702)\n\n## Summary\r\n\r\nThis PR fixes elastic/security-team#10632 by\r\nadding runtime mapping support for fields that are missing in mapping,\r\nthis is useful when querying a DataView that points to multiple indices\r\nwhere the mapping is not guaranteed to exist as it's the case with CDR\r\nthat adds supports to Third Party data.\r\n\r\nAlso added runtime mapping to sorted fields, as it's not guaranteed that\r\nall fields shown on the table have mapped fields.","sha":"e53e54550f9ab9ce2db83ec56a5c704a96f37355","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud Security","v8.16.0","backport:version"],"title":"[Cloud Security] [CDR] Handle grouping fields with missing mapping","number":195702,"url":"https://github.com/elastic/kibana/pull/195702","mergeCommit":{"message":"[Cloud Security] [CDR] Handle grouping fields with missing mapping (#195702)\n\n## Summary\r\n\r\nThis PR fixes elastic/security-team#10632 by\r\nadding runtime mapping support for fields that are missing in mapping,\r\nthis is useful when querying a DataView that points to multiple indices\r\nwhere the mapping is not guaranteed to exist as it's the case with CDR\r\nthat adds supports to Third Party data.\r\n\r\nAlso added runtime mapping to sorted fields, as it's not guaranteed that\r\nall fields shown on the table have mapped fields.","sha":"e53e54550f9ab9ce2db83ec56a5c704a96f37355"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195702","number":195702,"mergeCommit":{"message":"[Cloud Security] [CDR] Handle grouping fields with missing mapping (#195702)\n\n## Summary\r\n\r\nThis PR fixes elastic/security-team#10632 by\r\nadding runtime mapping support for fields that are missing in mapping,\r\nthis is useful when querying a DataView that points to multiple indices\r\nwhere the mapping is not guaranteed to exist as it's the case with CDR\r\nthat adds supports to Third Party data.\r\n\r\nAlso added runtime mapping to sorted fields, as it's not guaranteed that\r\nall fields shown on the table have mapped fields.","sha":"e53e54550f9ab9ce2db83ec56a5c704a96f37355"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Paulo Silva <[email protected]>
- Loading branch information
1 parent
c7fa004
commit e2bed0f
Showing
5 changed files
with
162 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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