Open WafaaNasr opened 1 year ago
Pinging @elastic/security-solution (Team: SecuritySolution)
Pinging @elastic/security-threat-hunting (Team:Threat Hunting)
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations)
@WafaaNasr - Thank you for opening this issue! If you don't mind, can you check if this is also happening for the new expandable flyout as well?
Linking this related issue: https://github.com/elastic/kibana/issues/170167
@michaelolo24 it appears this is happening in the new flyout as well.
Opening an endpoint event and filter in a field in table tab
This is still an ongoing issue and part of a broader issue about working with non-ECS compliant fields. We can keep this ticket open but the issue will most likely be resolved in a broader effort...
Kibana version: recent
Describe the bug: The Alert details flyout displays the icon for filtering and sorting for non-ECS fields. However, clicking these icons leads to a blank page, and the associated API requests fail to provide the expected results.
Steps to reproduce:
Create an index containing a non-ecs field using the following POST request:
Expected behavior:
The Alerts UI should avoid indicating that users have the ability to filter on fields that are absent from the Alerts mapping.