Hello,
I'm running the ELK Stack in a Docker container and use this image
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