-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] The "Show top N" action inside the timeline doesn't take timeline filter and query into consideration #165075
Labels
bug
Fixes for quality problems that affect the customer experience
fixed
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
v8.10.3
v8.11.0
Comments
machadoum
added
bug
Fixes for quality problems that affect the customer experience
triage_needed
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Explore
v8.9.0
labels
Aug 29, 2023
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
machadoum
added a commit
that referenced
this issue
Aug 30, 2023
…165109) issue: #165075 ## Summary The "Show top N" action inside the timeline doesn't take the timeline filter and query into consideration ### Solutions Pass the `combinedQuery` created by the `top_n` component as a filter to Lens and disable `applyGlobalQueriesAndFilters` property (only for `top_n` component).
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Aug 30, 2023
…lastic#165109) issue: elastic#165075 ## Summary The "Show top N" action inside the timeline doesn't take the timeline filter and query into consideration ### Solutions Pass the `combinedQuery` created by the `top_n` component as a filter to Lens and disable `applyGlobalQueriesAndFilters` property (only for `top_n` component). (cherry picked from commit b2371c9)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Aug 30, 2023
…lastic#165109) issue: elastic#165075 ## Summary The "Show top N" action inside the timeline doesn't take the timeline filter and query into consideration ### Solutions Pass the `combinedQuery` created by the `top_n` component as a filter to Lens and disable `applyGlobalQueriesAndFilters` property (only for `top_n` component). (cherry picked from commit b2371c9)
machadoum
referenced
this issue
Sep 27, 2023
…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":"machadoum@gmail.com"},"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 <machadoum@gmail.com>
we have validated this issue on 8.10.3 and found it fixed now. ✔️ Build Details: screen-shot: |
This issue has been fixed on 8.11.0-BC1 as well. Thanks! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
fixed
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
v8.10.3
v8.11.0
Describe the bug:
The "Show top N" action inside the timeline doesn't take timeline filter and query into consideration
Kibana/Elasticsearch Stack version:
8.9
Functional Area (e.g. Endpoint management, timelines, resolver, etc.):
Timeline
Steps to reproduce:
Current behavior:
All values show up in the visualization
Expected behavior:
Only the filtered value shows up in the visualization
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: