livingdocs/elasticsearch
The elasticsearch setup we at Livingdocs currently use in development
100K+
The Elasticsearch setup we at Livingdocs currently use in development
docker run -p 9200:9200 -p 9300:9300 --name elasticsearch livingdocs/elasticsearch
docker start elasticsearch
$multi__allow_explicit_index
rest.action.multi.allow_explicit_index
.docker build --tag livingdocs/elasticsearch .
docker pull livingdocs/elasticsearch