User Tools

Site Tools


wiki:elasticsearch_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:elasticsearch_troubleshooting [2022/12/16 11:01] – [snapshot missing exception] fix missing closing quotes antisawiki:elasticsearch_troubleshooting [2023/02/28 15:02] (current) – [Unable to write to elasticsearch] add graylog index link antisa
Line 119: Line 119:
  
  
-Free some disk space and run this:+Free some disk space for example delete an old index (see howto for [[wiki:graylog_troubleshooting#elasticsearch_nodes_disk_usage_above_low_watermark|graylog index management]])  
 + 
 +  curl -X DELETE -u undefined:$ESPASS "localhost:9200/my-index?pretty" 
 + 
 + and run this:
   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}'
  
wiki/elasticsearch_troubleshooting.1671184915.txt.gz · Last modified: 2022/12/16 11:01 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki