일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- high level client
- License
- 차트
- springboot
- Java
- Elasticsearch
- zip 파일 암호화
- 파이썬
- 900gle
- licence delete curl
- token filter test
- analyzer test
- flask
- Kafka
- Python
- Test
- sort
- aggs
- Mac
- license delete
- TensorFlow
- docker
- query
- aggregation
- matplotlib
- ELASTIC
- zip 암호화
- API
- plugin
- MySQL
Archives
- Today
- Total
개발잡부
[es] health check 본문
반응형
ES가 항상 건강하길 바라는 마음으로
클러스터 레벨의 heath check
- curl - XGET 'localhost:9200/_cluster/health?pretty'
GET _cluster/health

인덱스 레벨의 heath check
GET _cluster/health?level=indices

인덱스 레벨의 heath check
GET _cluster/health?level=shards

cluster_name | 클러스터 명 | |
status | ||
timed_out | ||
number_of_nodes | ||
number_of_data_nodes | ||
active_primary_shards | ||
active_shards | ||
relocating_shards | ||
initializing_shards | ||
unassigned_shards | ||
delayed_unassigned_shards | ||
number_of_pending_tasks | ||
number_of_in_flight_fetch | ||
task_max_waiting_in_queue_millis | ||
active_shards_percent_as_number |
- curl -XGET localhost:9200/_cat/indices?v
- curl -XGET localhost:9200/_cat/shards?v
반응형
'ElasticStack > Elasticsearch' 카테고리의 다른 글
[es] filter script (0) | 2022.11.30 |
---|---|
[es]성능체크 (0) | 2022.11.24 |
[es] Terms Query (0) | 2022.09.27 |
[es] ESSingleNodeTestCase (0) | 2022.08.14 |
[es] sort - payload sort 3 (0) | 2022.08.11 |