사용자 도구

사이트 도구


search:elasticsearch

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
search:elasticsearch [2019/01/24 09:55]
kwon37xi
search:elasticsearch [2019/02/14 19:10]
kwon37xi
줄 29: 줄 29:
   * ''host:9200/_cluster/settings?pretty'' : Cluster 상태 조회   * ''host:9200/_cluster/settings?pretty'' : Cluster 상태 조회
   * ''host:9200/_cluster/health?pretty'' : Cluster health check [[https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html|Cluster Health]]   * ''host:9200/_cluster/health?pretty'' : Cluster health check [[https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html|Cluster Health]]
 +
 ===== Docker로 띄우면서 Clustering 할 때 ===== ===== Docker로 띄우면서 Clustering 할 때 =====
   * [[:docker|Docker]]로 ES를 띄울 경우 ''network'' 설정이 복잡해진다.   * [[:docker|Docker]]로 ES를 띄울 경우 ''network'' 설정이 복잡해진다.
줄 69: 줄 70:
 <code sh> <code sh>
 --cap-add=SYS_PTRACE --cap-add=SYS_PTRACE
 +</code>
 +
 +===== Linux 설정 =====
 +  * [[https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html|Virtual memory]]
 +<code>
 +sysctl -w vm.max_map_count=262144
 </code> </code>
  
search/elasticsearch.txt · 마지막으로 수정됨: 2023/04/29 14:03 저자 kwon37xi