Elasticsearch 모니터링
Elasticsearch 모니터링
cerebro
docker run -p 9000:9000 lmenezes/cerebro:0.8.3
실행 후 http://<ES server ip>:9000 에 접속할 … 더보기
docker run -p 9000:9000 lmenezes/cerebro:0.8.3
실행 후 http://<ES server ip>:9000 에 접속할 … 더보기
curl -X GET 'localhost:9200'
curl -X GET 'localhost:9200/_cat/health'… 더보기 인덱스가 이미 있는 경우 삭제해 줍니다.
curl -XDELETE http://localhost:9200/auto_complete?pretty … 더보기 처음 보았을 땐 그런가보다 했는데, 이게 Elasticsearch 의 알파이자 오메가입니다.