티스토리 뷰

Disable shard allocation

PUT /_cluster/settings
{
  "persistent": {
    "cluster.routing.allocation.enable": "none"
  }
}

Perform a synced flush

POST /_flush/synced

Restart

/etc/init.d/elasticsearch restart

Reenable allocation

PUT /_cluster/settings
{
  "persistent": {
    "cluster.routing.allocation.enable": "all"
  }
}

 

 

Full cluster restart upgrade | Elasticsearch Reference [7.6] | Elastic

If you are upgrading from 6.2 or earlier and use X-Pack, run bin/elasticsearch-plugin remove x-pack to remove the X-Pack plugin before you upgrade. The X-Pack functionality is now included in the default distribution and is no longer installed separately.

www.elastic.co

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
페이지
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함