Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.10.3] [Security Solutions] Fix The 'Show top N' action inside the …
…timeline (#165109) (#165231) # Backport This will backport the following commits from `main` to `8.10`: - [[Security Solutions] Fix The 'Show top N' action inside the timeline (#165109)](#165109) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pablo Machado","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-30T12:45:00Z","message":"[Security Solutions] Fix The 'Show top N' action inside the timeline (#165109)\n\nissue: https://github.com/elastic/kibana/issues/165075\r\n\r\n## Summary\r\n\r\nThe \"Show top N\" action inside the timeline doesn't take the timeline\r\nfilter and query into consideration\r\n\r\n### Solutions\r\nPass the `combinedQuery` created by the `top_n` component as a filter to\r\nLens and disable `applyGlobalQueriesAndFilters` property (only for\r\n`top_n` component).","sha":"b2371c9093061760620923e3aa2ef82a68ee700b","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Explore","v8.10.0","v8.11.0","v8.9.2"],"number":165109,"url":"https://github.com/elastic/kibana/pull/165109","mergeCommit":{"message":"[Security Solutions] Fix The 'Show top N' action inside the timeline (#165109)\n\nissue: https://github.com/elastic/kibana/issues/165075\r\n\r\n## Summary\r\n\r\nThe \"Show top N\" action inside the timeline doesn't take the timeline\r\nfilter and query into consideration\r\n\r\n### Solutions\r\nPass the `combinedQuery` created by the `top_n` component as a filter to\r\nLens and disable `applyGlobalQueriesAndFilters` property (only for\r\n`top_n` component).","sha":"b2371c9093061760620923e3aa2ef82a68ee700b"}},"sourceBranch":"main","suggestedTargetBranches":["8.10","8.9"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165109","number":165109,"mergeCommit":{"message":"[Security Solutions] Fix The 'Show top N' action inside the timeline (#165109)\n\nissue: https://github.com/elastic/kibana/issues/165075\r\n\r\n## Summary\r\n\r\nThe \"Show top N\" action inside the timeline doesn't take the timeline\r\nfilter and query into consideration\r\n\r\n### Solutions\r\nPass the `combinedQuery` created by the `top_n` component as a filter to\r\nLens and disable `applyGlobalQueriesAndFilters` property (only for\r\n`top_n` component).","sha":"b2371c9093061760620923e3aa2ef82a68ee700b"}},{"branch":"8.9","label":"v8.9.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Pablo Machado <[email protected]>
- Loading branch information