Elasticsearch 모니터링

By | 2020년 7월 7일
Table of Contents

Elasticsearch 모니터링

cerebro

docker run -p 9000:9000 lmenezes/cerebro:0.8.3

실행 후 http://<ES server ip>:9000 에 접속할 수 있습니다.

localhost 를 사용하면 안됩니다.

ElasticHQ

git clone https://github.com/ElasticHQ/elasticsearch-HQ.git
cd elasticsearch-HQ
pip3 install -r requirements.txt
python3 application.py

실행 후 http://localhost:5000 에 접속할 수 있습니다.

ElasticSearch Head

크롬 extension 에서 ElasticSearch Head 를 검색 후 설치할 수 있습니다.

답글 남기기