Graylog2 / Graylog2/graylog2-server
Deduplicate error messages from ES
Open
bug
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Sometimes ES returns duplicated error messages, I guess one per index:

We should deduplicate those, to avoid overwhelming users with too much redundant information.
## Steps to Reproduce (for bugs)
I guess there are several ways to get this, but this is how I did it
1. Do a search with many results across multiple indices
2. Go to a large page number, where the result window is too large (I went to page 70 for this)
3. See duplicated error messages
## Your Environment
* Graylog Version: Graylog 2.5.0-beta.2-SNAPSHOT
* Elasticsearch Version: 6.5.1
Contributor guide
Assessment
This issue has not been assessed yet.