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
[8.19] [Security Solution][Sourcerer] Fix timeline filters for DV manager (#224834) (#225010)
# Backport
This will backport the following commits from `main` to `8.19`:
- [[Security Solution][Sourcerer] Fix timeline filters for DV manager
(#224834)](#224834)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Luke
Gmys","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-06-24T07:52:23Z","message":"[Security
Solution][Sourcerer] Fix timeline filters for DV manager (#224834)\n\n##
Summary\n\nFilters we applied but no listed in the timeline, again -
some mismatch\nin how the data view object was passed around.\n\n##
Testing\n\nSet the feature
flag:\n\n```\nxpack.securitySolution.enableExperimental:
['newDataViewPickerEnabled']\n```\nThen, adding a filter via cell action
should render the correct pill in\nthe top level filters pane.\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n- [x] [Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common
scenarios","sha":"ba6b87418178acaa89ec9e578b45161bc8944552","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat
Hunting:Investigations","backport:version","v9.1.0","v8.19.0"],"title":"[Security
Solution][Sourcerer] Fix timeline filters for DV
manager","number":224834,"url":"https://github.com/elastic/kibana/pull/224834","mergeCommit":{"message":"[Security
Solution][Sourcerer] Fix timeline filters for DV manager (#224834)\n\n##
Summary\n\nFilters we applied but no listed in the timeline, again -
some mismatch\nin how the data view object was passed around.\n\n##
Testing\n\nSet the feature
flag:\n\n```\nxpack.securitySolution.enableExperimental:
['newDataViewPickerEnabled']\n```\nThen, adding a filter via cell action
should render the correct pill in\nthe top level filters pane.\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n- [x] [Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common
scenarios","sha":"ba6b87418178acaa89ec9e578b45161bc8944552"}},"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/224834","number":224834,"mergeCommit":{"message":"[Security
Solution][Sourcerer] Fix timeline filters for DV manager (#224834)\n\n##
Summary\n\nFilters we applied but no listed in the timeline, again -
some mismatch\nin how the data view object was passed around.\n\n##
Testing\n\nSet the feature
flag:\n\n```\nxpack.securitySolution.enableExperimental:
['newDataViewPickerEnabled']\n```\nThen, adding a filter via cell action
should render the correct pill in\nthe top level filters pane.\n\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n- [x] [Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common
scenarios","sha":"ba6b87418178acaa89ec9e578b45161bc8944552"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Luke Gmys <[email protected]>
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ import deepEqual from 'fast-deep-equal';
0 commit comments