Graylog2 / Graylog2/graylog2-server
Still display pagination when reaching pagination limit in events overview.
Open
backend
bug
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
It is only possible to search trough the last 10000 events. When you show 100 events per page and you open page 101 you receive no result but the following page.

Since we maintain the active page as URL query params `?page=101&pageSize=100` we should still display the pagination in this case to allow the user to easily open the previous page.
## Context
## Your Environment
* Graylog Version: 6.0.0 rc1
Contributor guide
Assessment
This issue has not been assessed yet.