A Dockerfile to build a docker image with ElasticSearch and many plugins
ElasticSearch version: 1.4.2
Plugins
git clone https://github.com/ypereirareis/docker-elasticsearch-and-plugins.git
Single node
docker run -d -p 9200:9200 -p 9300:9300 ypereirareis/docker-elk-and-plugins
Small cluster
Just run several containers changing the binding for http and transport ports:
docker run -d -p 9200:9200 -p 9300:9300 ypereirareis/docker-elk-and-plugins
docker run -d -p 9201:9200 -p 9301:9300 ypereirareis/docker-elk-and-plugins
docker run -d -p 9202:9200 -p 9302:9300 ypereirareis/docker-elk-and-plugins
These URLs are available for each node because HTTP is allowed for each by default.
Content type
Image
Digest
sha256:0354e572a…
Size
352.4 MB
Last updated
almost 11 years ago
docker pull ypereirareis/docker-elk-and-plugins