You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Backport
This will backport the following commits from `main` to `8.19`:
- [[Security solution][Explore] Integrate new dataView in explore's map
(elastic#233674)](elastic#233674)
<!--- Backport version: 10.0.2 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Nicholas
Peretti","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-09-15T11:30:41Z","message":"[Security
solution][Explore] Integrate new dataView in explore's map
(elastic#233674)\n\n## Summary\n\nCloses elastic#232379.\n\n### 🛑 Problem\n\nAs
described in elastic#232379, when the `newDataViewPickerEnabled` is
enabled,\nthe maps doesn't show data anymore.\n\n### 💡 Solution\n\nIn
this contribution we integrate the new `useDataView` hook inside
the\n`embeddable_map` component.\n\nWe use the feature flag
from\n`useIsExperimentalFeatureEnabled('newDataViewPickerEnabled')` to
decide\nwhich data to use to create the layers list for the map.\n\nThe
feature flag is also used to cancel effects in case it's enabled
as\nthey wouldn't be needed anymore.\n\n---------\n\nCo-authored-by:
Philippe Oberti
<[email protected]>","sha":"188c7ea5e7120a3d346bb622a2a40e92c686b482","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Threat
Hunting","Team:
SecuritySolution","backport:version","v9.1.0","v8.19.0","v9.2.0","v9.1.4"],"title":"[Security
solution][Explore] Integrate new dataView in explore's
map","number":233674,"url":"https://github.com/elastic/kibana/pull/233674","mergeCommit":{"message":"[Security
solution][Explore] Integrate new dataView in explore's map
(elastic#233674)\n\n## Summary\n\nCloses elastic#232379.\n\n### 🛑 Problem\n\nAs
described in elastic#232379, when the `newDataViewPickerEnabled` is
enabled,\nthe maps doesn't show data anymore.\n\n### 💡 Solution\n\nIn
this contribution we integrate the new `useDataView` hook inside
the\n`embeddable_map` component.\n\nWe use the feature flag
from\n`useIsExperimentalFeatureEnabled('newDataViewPickerEnabled')` to
decide\nwhich data to use to create the layers list for the map.\n\nThe
feature flag is also used to cancel effects in case it's enabled
as\nthey wouldn't be needed anymore.\n\n---------\n\nCo-authored-by:
Philippe Oberti
<[email protected]>","sha":"188c7ea5e7120a3d346bb622a2a40e92c686b482"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/235060","number":235060,"state":"MERGED","mergeCommit":{"sha":"7000b0a67cda718a192e4add98eab257d4d3f12c","message":"[9.1]
[Security solution][Explore] Integrate new dataView in explore's map
(elastic#233674) (elastic#235060)\n\n# Backport\n\nThis will backport the following
commits from `main` to `9.1`:\n- [[Security solution][Explore] Integrate
new dataView in explore's
map\n(elastic#233674)](https://github.com/elastic/kibana/pull/233674)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Nicholas Peretti <[email protected]>\nCo-authored-by: Philippe
Oberti
<[email protected]>"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/233674","number":233674,"mergeCommit":{"message":"[Security
solution][Explore] Integrate new dataView in explore's map
(elastic#233674)\n\n## Summary\n\nCloses elastic#232379.\n\n### 🛑 Problem\n\nAs
described in elastic#232379, when the `newDataViewPickerEnabled` is
enabled,\nthe maps doesn't show data anymore.\n\n### 💡 Solution\n\nIn
this contribution we integrate the new `useDataView` hook inside
the\n`embeddable_map` component.\n\nWe use the feature flag
from\n`useIsExperimentalFeatureEnabled('newDataViewPickerEnabled')` to
decide\nwhich data to use to create the layers list for the map.\n\nThe
feature flag is also used to cancel effects in case it's enabled
as\nthey wouldn't be needed anymore.\n\n---------\n\nCo-authored-by:
Philippe Oberti
<[email protected]>","sha":"188c7ea5e7120a3d346bb622a2a40e92c686b482"}}]}]
BACKPORT-->
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/public/explore/network/components/embeddables/embedded_map.tsx
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ import { sourcererSelectors } from '../../../../sourcerer/store';
0 commit comments