Simple containerized elasticsearch with kibana for testing. Replicas are turned off. index.translog.durability is off.
- .env file for ELASTIC_PASSWORD, KIBANA_PASSWORD, CLUSTER_NAME
- Assumes lite hardware (HDD Safe) for simple testing.
- volumes have been created or adjusted:
- /YOURVOLUME/docker/elastic/elasticsearch/data
- /YOURVOLUME/docker/elastic/kibana/data
- Prepare .env file
- Run docker-compose up -d in directory path.