Skip to content

anair-it/elasticsearch-kibana-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create an Elasticsearch and kibana docker image

Version

  • Elasticsearch: latest
  • Kibana: latest

Start cluster

  • docker-compose up -d

First time requires download and install of elasticsearch and kibana images. After that this process should be fast.

Scale elasticsearch

  • docker-compose scale elasticsearch=3

Stop cluster

  • docker-compose stop

URLs

Create an index

  • curl -XPUT 'http://localhost:9200/applog/'

Reference

About

Elasticsearch and Kibana non-SSL based docker build

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages