In the host machine i could not find any files at /usr/share/elasticsearch/data I want to get data and use for different host machine. so where to find the data
now i am mounting volume to /usr/share/elasticsearch/data docker run -d --name elasticsearch --network=elastic -v /usr/share/elasticsearch/data:/usr/share/elasticsearch/data -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.6.0
but i see only nodes directory created which is empty. i want to persist all kibana settings and visualizations and also elasticsearch data. how can i do that
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.