Skip to content
Snippets Groups Projects
Commit 56814bc5 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added http script for elastic settings updates.

parent 42f21688
No related branches found
No related tags found
1 merge request!135Release 0.8.3
### Make elasticsearch indixes writable, after storage run low and watermark check
# automatically set all indexes into read_only_allow_delete=true
PUT http://localhost:19202/_all/_settings HTTP/1.1
Content-Type: application/json
{
"index.blocks.read_only_allow_delete": null
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment