graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Errors are not displayed in search widgets when they occur on pagination usage.

Open linuspahl opened this issue 1 year ago • 1 comments

Description

The message list widget has a pagination. When you reach the limit of the result window while using the pagination (e.g. on page 101), the api returns the following error:

"Result window is too large, [from + size] must be less than or equal to: [10000]. This limit can be set by changing the [index.max_result_window] index level setting, but it is recommended to use more advanced methods in order to get distant chunks of results (i.e. scroll or search after)"

This error should also be displayed in the UI.

  • Graylog Version: 6.0.0 rc1

linuspahl avatar Apr 09 '24 09:04 linuspahl

The last finding I had: getState() in handleSearchResult usually contains the latest data / search result, but this does not seem to be the case on error.

linuspahl avatar Jun 28 '24 08:06 linuspahl