Latest Elasticsearch with Marvel & Kibana
4.8K
Docker image based on digitalwonderland/base
Any arguments to docker run will get passed on to Elasticsearch.
Use the ELASTICSEARCH_CLUSTER_NAME environment variable instead of
-Des.cluster.name to configure the cluster name since this will also
update the logstash-forwarder configuration to forward the correct files (most likely only relevant if you use digital-wonderland/docker-logstash-forwarder).
Example:
docker run --rm --name elasticsearch --publish 9200:9200 --publish 9300:9300 -e ELASTICSEARCH_CLUSTER_NAME=my-cluster digitalwonderland/elasticsearch -Des.node.name=node-1
Content type
Image
Digest
sha256:1869dad19…
Size
156.4 MB
Last updated
almost 11 years ago
docker pull digitalwonderland/elasticsearch