[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata#225105
[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata#225105logeekal merged 2 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
|
PhilippeOberti
left a comment
There was a problem hiding this comment.
Code LGTM and did some smoke test locally, everything looks good!
davismcphee
left a comment
There was a problem hiding this comment.
Data Discovery changes LGTM, thanks for addressing it so quickly!
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15869029849 |
…ldsMetadata (elastic#225105) ## Summary As per [comments](elastic#204756 (comment)) by @davismcphee , this PR removes the usage of `EcsFlat` and replaces it with `fieldsMetadata`. (cherry picked from commit 2ed4e8a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ith fieldsMetadata (#225105) (#225205) # Backport This will backport the following commits from `main` to `8.19`: - [[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata (#225105)](#225105) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jatin Kathuria","email":"jatin.kathuria@elastic.co"},"sourceCommit":{"committedDate":"2025-06-25T06:28:05Z","message":"[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata (#225105)\n\n## Summary\n\nAs per\n[comments](https://github.com/elastic/kibana/pull/204756#discussion_r2162038673)\nby @davismcphee , this PR removes the usage of `EcsFlat` and replaces it\nwith `fieldsMetadata`.","sha":"2ed4e8a3411dc7825eb8fd5d42f6418a3eed00c5","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat Hunting","backport:version","v9.1.0","v8.19.0"],"title":"[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata","number":225105,"url":"https://github.com/elastic/kibana/pull/225105","mergeCommit":{"message":"[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata (#225105)\n\n## Summary\n\nAs per\n[comments](https://github.com/elastic/kibana/pull/204756#discussion_r2162038673)\nby @davismcphee , this PR removes the usage of `EcsFlat` and replaces it\nwith `fieldsMetadata`.","sha":"2ed4e8a3411dc7825eb8fd5d42f6418a3eed00c5"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/225105","number":225105,"mergeCommit":{"message":"[One Discover][Security Solution] Replace the use of Ecsflat with fieldsMetadata (#225105)\n\n## Summary\n\nAs per\n[comments](https://github.com/elastic/kibana/pull/204756#discussion_r2162038673)\nby @davismcphee , this PR removes the usage of `EcsFlat` and replaces it\nwith `fieldsMetadata`.","sha":"2ed4e8a3411dc7825eb8fd5d42f6418a3eed00c5"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jatin Kathuria <jatin.kathuria@elastic.co>
…ldsMetadata (elastic#225105) ## Summary As per [comments](elastic#204756 (comment)) by @davismcphee , this PR removes the usage of `EcsFlat` and replaces it with `fieldsMetadata`.
Summary
As per comments by @davismcphee , this PR removes the usage of
EcsFlatand replaces it withfieldsMetadata.