[SIEM] Components not receiving filters when initially added #54211
Labels
bug
Fixes for quality problems that affect the customer experience
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
Looks like some of our components are not getting the correct filters after they're initially added.
Take the
HostsTable
for example -- I've added a console log toquery.hosts.dsl.ts
to print the ES query, and in the below gif you'll notice that the filter is not added until I navigate to a new tab and then back to theAll Hosts
tab:Inspecting the GQL requests show that the filters are not being sent to the server, so looks like we're getting stale
filter
state when creating the request. Note, this behavior is also present when removing filters as well.The text was updated successfully, but these errors were encountered: