graylog2-server
graylog2-server copied to clipboard
Errors are not displayed in search widgets when they occur on pagination usage.
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
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.