-
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]data viewOnly .alerts-security.alerts-default index should show under add filter alert page #173958
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
This inconsistency happens because the global filters are linked with a data view, using the dataview id. The data view saved object is retrieved to render the index pattern in the component, assuming the entire index pattern is used. In Security, we have the sourcerer which allows selecting a subset of the index patterns present in the data view. However, the global filters do not support that. To fix this inconsistency we would have to either adapt the global filters to work with explicit index patterns (not likely since data views exist to abstract this information), or drop the sourcerer implementation in favor of raw data views in Security. |
cc @paulewing we're currently focused on sourcerer performance wins. A longer term discussions needs to be had around migrating to core components and endpoints. |
@paulewing revisiting this ticket - we may need more insight into the enhancements needed for sourcerer. There are a number of asks that require thinking through what we want the user experience to be. |
@yctercero I tried to reproduce this behavior but I don't see the option to filter by Data View and I also see by the evidences that it was under Technical Preview. |
@pborgonovi sourcerer has been out for a while. If we can't reproduce, let's close out. |
Closing this bug since it's not reproducible. |
Describe the bug:
Only .alerts-security.alerts-default index should show under add filter data view
Kibana/Elasticsearch Stack version
Browser and Browser OS Version:
Firefox for windows OS
Version: 121.0
Elastic Endpoint Version:
N/A
Original install method:
None
Functional Area:
Add Filter on Alert Page
Initial Setup:
precondition
Steps to reproduce
Additional Result
Current Result
Expected behavior:
Screen-Cast:
add.filter.mp4
The text was updated successfully, but these errors were encountered: