Graylog2 / Graylog2/graylog2-server
Alert timeline box on alert details page needs pagination.
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
* Alert details page loads fast
* Alert details page gives quick overview of alert details
## Current Behavior
* Due to a high amount of alert details for a longer alert, loading of the page tooks long
* The alert timeline box is unrestricted in size and takes over most of the page, requiring lots of scrolling to get to useful information
## Possible Solution
Implement pagination for the alert timeline box and fetch only the first n entries
## Steps to Reproduce (for bugs)
1. Create alert condition that triggers alert
2. Create alert notification that fails continuously
3. Return to the alert details page after an hour
Contributor guide
Assessment
This issue has not been assessed yet.