1 comment (1 comment)1 reaction (1 reaction)1 assignee (1 assignee)TypeScript19,065 stars (19,065 stars)8,021 forks (8,021 forks)batch import
Team:Monitoringbuggood first issue
Description
Steps to reproduce:
- set the 'rows per page' right at the bottom of the page to 5 per page
- then, move from page 1 to page 2 or 3
- Wait a few seconds
- Kibana monitoring UI refreshes automatically and moves back to page 1
- Issue type
- bug
- Research direction
- Examine the monitoring plugin's pagination component, likely in `/x pack/plugins/monitoring/`. Look for state management of rows per page and current page, and how they interact with the automatic data refresh interval. The issue has an assignee but no recent comments or linked PRs, so check for any related prior work. Reproduce the bug in a local dev environment to isolate the state reset logic.