Skip to content

Kibana 4 unable to utilize query cache #9526

@jimmyjones2

Description

@jimmyjones2

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions