Skip to content
Snippets Groups Projects
Commit c7b05c6b authored by jurgenhaas's avatar jurgenhaas
Browse files

Add some more trouble shooting tips

parent 24a715a5
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,16 @@
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment