Elasticsearch 명령어
2025. 2. 1. 22:04ㆍEFK
Index Mapping 조회
curl -X GET "http(s)://{도메인}:{포트}/{index}/_mapping?pretty" -H "Authorization: ApiKey {api key}"
Index 조회
curl -X GET "http(s)://{도메인}:{포트}/_cat/indices?v" -H "Authorization: ApiKey {api key}"
디스크 공간 체크
curl -X GET "http://your-elasticsearch-server:9200/_cat/allocation?v"
'EFK' 카테고리의 다른 글
Fluentd elasticseach plugin 업그레이드 (0) | 2025.02.01 |
---|---|
Fluentd 로그 파일 처음부터 다시 읽기: read_from_head (0) | 2025.02.01 |
Fluentd 서비스 종료하기 (0) | 2025.02.01 |
Fluentd api key를 사용해서 elasticsearch 접속시, 401 에러 (0) | 2025.02.01 |
Fluetnd unexpected error error_class=Elastic::Transport::Transport::Error error="connect_write timeout reached" (0) | 2025.02.01 |