diff --git a/README.md b/README.md index 77cb2f1fae31e0412b9c6266232b500831833e5d..5d7b73ef7948c74f84bdaaf87674019c024c383c 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,3 @@ # Documentation -- [Download](https://www.elastic.co/downloads/elasticsearch) -- [API](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) -- [Date Format](http://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html) -- [Licensing](https://www.elastic.co/de/subscriptions) -- [Download BEATS](https://www.elastic.co/de/downloads/beats) - -# Create basic users - -``` -bin/elasticsearch-setup-passwords auto -u http://localhost:9200 -``` - -# Trouble-Shooting - -Get a list of indides: - -``` -curl "http://127.0.0.1:9200/_cat/indices?v" -``` - -If an index went read-only: - -``` -curl -X PUT http://127.0.0.1:9200/[INDEX]/_settings -H 'Content-Type: application/json' -d '{"index.blocks.read_only_allow_delete":null}' -``` - -Or use the prepared script `elasticsearch-remove-readonly` for this. - -``` -curl -X PUT http://localhost:9200/_all/_settings -H 'Content-Type: application/json' -d'{ "index.blocks.read_only_allow_delete" : false } }' -``` +You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/elasticsearch/).