cyverse-austria / ansible-os

Ansible playbook for Elasticsearch
0 stars 0 forks source link

playbook spec #1

Closed mb-wali closed 10 months ago

mb-wali commented 10 months ago
mb-wali commented 10 months ago
* run docker-compose command
`docker-compose -f es-compose.yml up -d`
* indexing:
settings.json:  
https://cyverse-austria.github.io/docs/deployments/elasticsearch/#preq_1 

```bash
# delete existing index
curl -sX DELETE "http://qa-elasticsearch.cyverse.at:9200/*"

# reindex 
curl -sX PUT "http://qa-elasticsearch.cyverse.at:9200/data" -d @settings.json
tufranz commented 10 months ago

mem_limit in the compose-file was the reason