Skip to content

Docker Compose for getting started with Elasticsearch and Kibana

License

Notifications You must be signed in to change notification settings

cinhtau/elastic-docker-compose

Repository files navigation

elastic-docker-compose

Docker Compose for getting started with Elasticsearch and Kibana.

License

Check respective versions in Past Releases

Use this as baseline for your docker-compose files.

Elasticsearch Version 2

In the folder elastic-v2 you will find the setup for Elasticsearch 2.4.6 and Kibana 4.6.6.

Elasticsearch Version 5

Find the Open Source only docker-compose file in elastic-v5-oss.

Latest Elasticsearch with Kibana

In the folder elastic-latest you find the recent version of Elasticsearch and Kibana.

Change the settings and version number in the .env file.

Kibana-Only

If you have a running local Elasticsearch instance just start Kibana with Docker.

Replace the Kibana version number with the Elasticsearch version you need.

$ cd kibana-only
$ docker-compose up -d

Kibana should connect with your local elasticsearch instance. It does not use any X-Pack related security.

About

Docker Compose for getting started with Elasticsearch and Kibana

Resources

License

Stars

Watchers

Forks

Packages

No packages published