Graylog2 / Graylog2/graylog2-server

Still display pagination when reaching pagination limit in events overview.

Open
#18,930 3 comments 0 reactions 1 assignee Claimed by @luk-kaminski View on GitHub
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.

![image](https://github.com/Graylog2/graylog2-server/assets/46300478/e8da638a-24a7-4c0d-911b-626d6f0a6b4b)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.