Elasticsearch image to test the ELK stack, with sample data already loaded.
307
Use the below command to run this image. this image come with some preloaded test data that can be used for testing the functionality of elasticsearch and kibana.
docker run --name elasticsearch -d -v $PWD/elastic:/usr/share/elasticsearch/data -p 9200:9200 elasticsearch -Des.node.name="TestNode"
Content type
Image
Digest
Size
145.3 MB
Last updated
almost 10 years ago
docker pull jaywanii/elasticsearch