Graylog2 / Graylog2/graylog2-server
Support composite aggregations in search types
Open
feature
Low Prio
UX improvement
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
A search type should be able to perform composite aggregations. Right now, every search type is assumed to generate exactly one request which is bundled in a multi-search request. The search engine should be able to detect if a search type generates further requests and executes these until the search type is done, extracting and bundling up the results afterwards.
Contributor guide
Assessment
This issue has not been assessed yet.