Is your feature request related to a problem? Please describe
Large time-range queries can scan enormous amounts of logs and consume a disproportionate amount of CPU, memory, and I/O especially in production environments with multiple concurrent users.
Describe the solution you'd like
Introduce a time-range limit flag to protect clusters from resource-heavy queries.
Also addresses: #50
Is your feature request related to a problem? Please describe
Large time-range queries can scan enormous amounts of logs and consume a disproportionate amount of CPU, memory, and I/O especially in production environments with multiple concurrent users.
Describe the solution you'd like
Introduce a time-range limit flag to protect clusters from resource-heavy queries.
Also addresses: #50