Skip to content

mandeepm91/elasticsearch7-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing Elasticsearch 7 with Kibana using Docker Compose

This repo includes a docker-compose.yml file that can be used for setting up a single node Elasticsearch 7 cluster along with Kibana. This one does not have X-Pack security enabled. If you want to know how to enable x-pack security, I have a blog post explaining the process for Elasticsearch version 6.8 (I haven't tested it with version 7 but you can try it out)

https://codingfundas.com/setting-up-elasticsearch-6-8-with-kibana-and-x-pack-security-enabled/index.html

Pre-Requisites

Once you have install both Docker and Docker Compose and ensured that Docker engine is running, clone this repo and from the project's root directory, run:

docker-compose up -d

This should bring up the Elasticsearch and Kibana containers. You can verify by running:

docker-compose ps

The output should list both the containers and their status should be Up.

About

Docker compose setup for Elasticsearch 7 with Kibana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages