-
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] "Filter In", "Filter Out" and "Show top values" are not working for alerts table Data under cases. #134442
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
@kqualters-elastic Does it make sense to filter in the alerts table inside cases? |
if we add the query bar maybe, without it, no imo. |
Thanks! There is no plan to add a query bar in Cases at the moment. I think this is related to how the security solution registers the alerts' table configuration. Who should I assign for? cc @XavierM |
@michaelolo24 Any update on this? |
I will remove this filtering from the cell actions |
Removal of this functionality has negatively impacted the ability to filter inside the security > explore > hosts panel (the CMD integration that was brought into Elastic). Also it notes this ticket is still open, how did this function (removal of the filtering) get merged into a mainline branch that's impacting my 8.7.1 deployment if this ticket is still open? We rely on this ability to filter our session data. We have a query bar on that application. It seems this was removed from the wrong section, or it has some negative regression on another section it shouldn't have ... Either way as an enterprise customer seeing an open ticket noted as the breaking change that removed functionality in an elastic cloud deployment running the latest version of code looks like a major security hole. Are you deploying non production versions to your cloud deploy base, or do you have customers running on improperly vetted code? At a minimum I'd expect the ticket to be closed on our side (and merged on your side though I don't think I could see that) before it gets deployed to a customer. Please add this capability back in, and remove it only from the alerts panel where it wasn't working. It was working properly where we needed it and can no longer quickly filter without building a filter in the query bar. |
Hi @abo1787, Thank you for reporting this issue! I can reproduce that "Filter In" and "Filter Out" actions are absent from Hosts/Session and Alerts/Cases on 8.7.1. The bug you found isn't related to this ticket. The ticket is still open because we haven't merged the branch yet. Another change caused this regression bug. I apologize for any inconvenience you may have faced and assure you that we are working to resolve it. Update: The bug shall get fixed on version 8.8 |
Hi @abo1787, As @machadoum said, this issue is unrelated to your problem. It is still open because we did not fix it. What you encountered is a bug introduced in 8.7. I can ensure you that there is no way to have code from the |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
I don't have the capacity to take it, but an easy fix would be to conditionally add FILTER as Lines 79 to 88 in 87f0c8e
like this:
This should hide filter actions in the Cases alerts table |
Thank you for confirming that the two issues are not related. I'll follow up with my support ticket that landed me here and see if he can link me to the bug in question that caused my actual problem. |
… fix show_top_n action (#161150) issue #134442 ## Summary * Remove filter actions from the cases alerts page because it has no search bar (as suggested by Sergi). * Fix the `show_top_n` action not executing from inside a table cell * Fix the `show_top_n` action not preselecting alerts on the cases alerts table Warning: `show_top_n` uses the global `timerange` but the cases page doesn't have the time range picker.
Hi Team, we have validated this issue on main and found the issue to be fixed. Filter in and Filter out action are now not showing and show top is now started working. Observations: However, in the show top n modal incorrect count video1573097995.mp4thanks!! c.c @MadameSheema |
Hey Karanbir, thank you for reviewing it. Can you tell me why it's wrong and what the expected behavior is? At the moment, this component displays all alerts in the global time range. If we want it to only display alerts within a case, we'll need to submit a feature request. |
ok @machadoum thanks for clearing the time range for which seeing the alert count on show top modal. We can close this ticket as this is fixed ✔️ thanks !! |
Describe the bug:
"Filter In", "Filter Out" and "Show top values" are not working for alerts table Data under cases.
Build Details:
Preconditions
Steps to Reproduce
Expected Result
"Filter In", "Filter Out" and "Show top values" should work on alerts table data.
Actual Result
"Filter In", "Filter Out" and "Show top values" is not working on alerts table data.
Screen Records
Cases.-.Kibana.-.Google.Chrome.2022-06-15.15-44-03.mp4
The text was updated successfully, but these errors were encountered: