Skip to content
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

[SIEM] Components not receiving filters when initially added #54211

Closed
spong opened this issue Jan 8, 2020 · 3 comments
Closed

[SIEM] Components not receiving filters when initially added #54211

spong opened this issue Jan 8, 2020 · 3 comments
Assignees
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

Comments

@spong
Copy link
Member

spong commented Jan 8, 2020

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 to query.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 the All Hosts tab:

missing_filters

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.

@spong spong added bug Fixes for quality problems that affect the customer experience Team:SIEM labels Jan 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@XavierM
Copy link
Contributor

XavierM commented Jan 8, 2020

This PR should fix it #54218

@spong
Copy link
Member Author

spong commented Jan 17, 2020

Closing as resolved by #54218

@spong spong closed this as completed Jan 17, 2020
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Oct 27, 2020
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 Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM
Projects
None yet
Development

No branches or pull requests

4 participants