Logstash cheat sheet: Difference between revisions

Line 1,063: Line 1,063:
:curator4 で大幅に書式変わった。
:curator4 で大幅に書式変わった。


Disk full でロックがかかった場合
Disk full で index がロックされた場合
<syntaxhighlight lang="bash" enclose="div">
<syntaxhighlight lang="bash" enclose="div">
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'