Hello.
I'm setting up the ELK stack in Docker containers. Elasticsearch, Kibana, Filebeats, Logstash all in their own containers. One thing I cannot understand is whether I have to make a persistent volume for Kibana? For Elasticsearch of course I did it and the set up works fine. But what about Kibana?
Does Kibana itself persist any data or not?
Thanks!