I am running ba few tests and when I rebooted docker with docker-comopose down/up command all my log data and users were removed. I also had a new node for logging.
Hi there. By nature, Docker images and data are ephemeral. That said, have you looked at Docker persistent storage as a solution to your problem? You’ll want to mount a local directory to /var/lib/elasticsearch\ inside of the container. An example would be something like: