# Elasticsearch Cache is empty

**URL:** https://discuss.elastic.co/t/elasticsearch-cache-is-empty/212692
**Category:** Elasticsearch
**Created:** [December 20, 2019, 5:01pm UTC](https://discuss.elastic.co/t/elasticsearch-cache-is-empty/212692 "2019-12-20T17:01:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vschaefer](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vschaefer/32/40641_2.png) [@vschaefer](https://discuss.elastic.co/u/vschaefer)
#### Post date: [December 20, 2019, 5:01pm UTC](https://discuss.elastic.co/t/elasticsearch-cache-is-empty/212692/1 "2019-12-20T17:01:17Z")

</div>

Hello,

I'm running the ELK Stack in a Docker container and use this image  
[https://hub.docker.com/r/sebp/elk/](https://hub.docker.com/r/sebp/elk/)

No matter which query I execute, the cache is always empty.  
I've setted the size param to 0 and \_source to false.

The cache is enabled. See

```
GET /artikeldaten_2020_de/_settings
{
  "artikeldaten_2020_de" : {
    "settings" : {
      "index" : {
        "number_of_shards" : "1",
        "provided_name" : "artikeldaten_2020_de",
        "max_result_window" : "100000",
        "creation_date" : "1576853459412",
        "requests" : {
          "cache" : {
            "enable" : "true"
          }
        },
        "number_of_replicas" : "1",
        "uuid" : "gXVnIj1XRSGjvaAMNEl1WA",
        "version" : {
          "created" : "7000199"
        }
      }
    }
  }
}

```

Anything else I missed to fill the cache?  
Thanks a lot and Merry Christmas 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 17, 2020, 5:01pm UTC](https://discuss.elastic.co/t/elasticsearch-cache-is-empty/212692/2 "2020-01-17T17:01:18Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
