Rapid creation of an Elastic cluster
Quickly spin up a Docker cluster of Elastic products for testing
Default configuration will create a three node cluster with an additional kibana node. The nodes will use the latest stable version 6.5.3 at the time of writing. Some configs are stored in .env
- (Assuming you already have docker installed and running)
$ docker-compose up
- Click http://localhost:5601
- ....
- Profit
cd datasets/150k_employees/
./index_creates.sh
- New index created:
companydatabase
cd datasets/elastic.co/
./index_creates.sh
- New indexes created:
banks
shakespeare
logstash-2015.05.18
logstash-2015.05.19
logstash-2015.05.20
- List volumes:
docker volume ls
- Delete the esdata* volumes:
docker volume rm elastisch-schwarm_esdata0
etc.