Skip to content

jackpham1510/es-hot-warm-architecture-example

Repository files navigation

This is an example show how an elasticsearch hot-warm architecture is configured using docker and dockercompose

  • Note: This example is only tested on a linux environment so it may fail on other environments

overview

Use case

  • Combine with ILM for data rollover

Requirement

Install

  1. Update vm.max_map_count field if you haven't done it before
sudo sysctl -w vm.max_map_count=262144
  1. Create a network named es-hot-warm-cluster
docker network create es-hot-warm-cluster
  1. Build & run
docker-compose up -d --build
  1. Shut down
docker-compose down

About

Elasticsearch Hot Warm Architecture example using docker and dockercompose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •