-
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
[RAC][Alert Triage] Alerts Table Component #93873
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
There are a couple of things that I hope we can improve on this table as we move to a shared component. I ordered them according to what I think of as the highest priority. cc @lindseypoli @mdefazio
Something like the EUI health badge
|
Great points @katrin-freihofner , thanks for putting this together. In regards to your 1st point, are there downsides to switching to the EuiDatagrid? Perhaps doing so solves a few of these issues right out of the box (accessibility, responsiveness). Or do we simply take the Datagrid control bar and place it above the table? |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Switching to the EuiDatagrid sounds like a good idea. I agree that it'll most likely solve the accessibility issues. |
We definitely want to adopt the EuiDatagrid, we're just waiting for it to be ready. We have actually evaluated switching a few times already but there were missing capabilities. From what I understand, the main thing holding us now is support for variable-height rows, but when that is supported, we'll be most happy to switch. Thank you for the review @katrin-freihofner, perhaps we can work together to solve some of these. |
Implemented by #103270 |
Description
This issue is for the generification of the
Alerts Table
component used within the Alert Triage workflow on the main Security Detections page and Rule Details page.As used within the Observability mocks:
Interface
Inputs
.alerts
index to query againstalert
as contextOutputs
API Requirements
.alerts
index. Currently implementation is all handled server side, and takesindex
andquery
and timeline magic handles the rest 🙂Destination Plugin/Package 🏠
Feature Extension
EventsViewer
Existing Source
Table wrapper, including utility bar, actions, and default configuration (columns, sort, etc) located here. Underlying table implemented as StatefulEventsViewer.
The text was updated successfully, but these errors were encountered: