Hello,
So I have the Elasticsearch, Kibana, Logstash, Fleet-server, and the Package-registry all running on docker containers. I'm still testing things out, but I wanted to know what the proper way to migrate my docker environment without losing any data from Elasticsearch, any of the custom runtime fields I created, and the custom dashboards?
I tried testing it by running 'docker commit' then 'docker save' to a tar file, but when I tried to stand it back up on another server, it didn't work.
Do I just need to save my config files within my containers then transfer them to the new containers? Not really sure how to go about it and I don't want to be stuck if I ever have to move it for whatever reason.