-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Issue 1: Incident Alert View Does Not Show Payload
When I open an incident and click "View alert," the UI does not navigate or display the alert payload. The screen stays blank and I cannot see the details of the alert. This makes it difficult to investigate incidents.
Issue 2: Correlation Rule Edit Does Not Show Existing Filters
When editing a correlation rule, the editor does not display the existing filter rows or conditions. Instead, it only shows an empty editor where I can add new filters. I am unable to view or modify the current filters for the rule.
Steps to reproduce the behavior:
Go to the Incidents page.
Open any incident and click "View alert."
Expected: The alert payload/details should be displayed.
Actual: Nothing happens or the screen stays blank.
Go to the Correlations page.
Click "Edit" on any existing correlation rule.
Expected: The editor should show the current filters/conditions for the rule.
Actual: The editor is empty; only new filters can be adde
Expected behavior
When I click "View alert" within an incident, the UI should display the full alert payload/details, allowing me to review all relevant alert information.
When editing a correlation rule, the editor should show all existing filter rows and conditions for that rule, so I can view, modify, or remove them as needed, not just add new filters.

