-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementhigh hanging fruit
Description
Currently Kibana 4 is unable to use the query cache, see elastic/kibana#2577, which is a massive shame as the query cache should be great for the logging use case.
The crux of the issue, is when Kibana queries last 7 days of eg. daily logstash indices, the start and end dates change with every query so cannot be cached. However the result from the "middle" 5 indices won't change as the timerange always covers the full index, so in theory could be cached. However currently there seems no way to do this, as the indices are queried together and the same query is sent to each.
ebuildy
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementhigh hanging fruit