Ubuntu 18.04에 Kibana 7.3 도입 (apt 명령으로 설치)

참고
htps //w w. 에스 c. 코/구이데/엔/기바나/쿤 t/에서 b. HTML

아래 루트 사용자로 실행 중입니다.

1. Kibana 설치



다음 명령을 실행합니다.
Elasticsearch를 사전 설치한 환경에서는 리포지토리를 등록할 필요가 없습니다.
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt update
apt install kibana

2. kibana.yml 편집



kibana.yml에 다음 매개변수를 추가하십시오.

/etc/kibana/kibana.yml
server.host: XX.XX.XX.XX # 自身のIPアドレス
elasticsearch.hosts: ["http://XX.XX.XX.XX:9200"] # ElasticsearchサーバーのIPアドレス

3. 시작



다음 명령을 실행합니다.
systemctl start kibana

4. 동작 확인



브라우저에서
http://XX.XX.XX.XX (server.host로 설정된 IP 주소) : 5601
로 이동하여 아래와 같은 화면이 표시되는지 확인합니다.

좋은 웹페이지 즐겨찾기