Elasticsearch master_not_discovered_exception

Jmnote (토론 | 기여)님의 2019년 10월 23일 (수) 15:21 판 (새 문서: {{DISPLAYTITLE:Elasticsearch master_not_discovered_exception}} ==개요== ;Elasticsearch master_not_discovered_exception <source lang='console'> $ curl -u elastic:elastic 'localhost:9...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

Elasticsearch master_not_discovered_exception
$ curl -u elastic:elastic 'localhost:9200/_cluster/health?pretty&timeout=3s'
{
  "error": {
    "root_cause": [
      {
        "type": "master_not_discovered_exception",
        "reason": null
      }
    ],
    "type": "master_not_discovered_exception",
    "reason": null
  },
  "status": 503
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}