Graylog2 / Graylog2/graylog2-server
Introduce cancel_after_time_interval option so that long running queries are cancelled instead of taking valuable resources.
Open
feature
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Introduce cancel_after_time_interval option so that long running queries are cancelled instead of taking valuable resources.
## What?
TBD:
- should time interval be configurable?
- if yes, should it be the same across the system?
- do we want to make use of the fact that cancelled request returns partial results?
- where to configure it? graylog.conf? System->Configurations in the UI?
## Why?
See #18122
Contributor guide
Assessment
This issue has not been assessed yet.