Kibana 설치(www.elastic.co/guide/en/kibana/7.10/deb.html#deb-repo)
- wget https://artifacts.elastic.co/downloads/kibana/kibana-7.10.1-amd64.deb
- dpkg -i kibana-7.10.1-amd64.deb
- /etc/kibana/kibana.yml 파일 수정
- elasticsearch와 kibana 연동
- sudo systemctl start kibana.service
- systemctl enable kibana.service
- 부팅시 자동실행
- troubleshooting
- firewall-cmd --permanent --zone=public --add-port=5601/tcp //filewall 설정
- firewall-cmd --reload
- firewall-cmd --list-ports
- virtualbox나 vmware를 사용할 경우 http://localhost:5601로 접속이 안될 수 있다.
- ifconfig로 서버 IP확인
- http://{서버IP}:5601 로 접속
- ifconfig로 서버 IP확인
'기타 > ELK' 카테고리의 다른 글
Logstash (0) | 2020.12.19 |
---|---|
ElasticSearch (0) | 2020.12.18 |