docker pull docker.elastic.co/elasticsearch/elasticsearch:8.7.0 docker network create elastic docker run --name es01 --net elastic -p 9200:9200 -it docker.elastic.co/elasticsearch/elasticsearch:8.7.0curl -s -k -u elastic:CHANGEME https://localhost:9200 | jq{ "name": "697bf734a5d5", "cluster_name": "docker-cluster", "cluster_uuid": "cMISiT__RSWkoKDYql1g4g", "version": { … [Read more...] about Preload Elasticsearch with your dataset