centos7安裝kibana5.x

1.導入pgp keychrome

rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch

2.添加repoelasticsearch

vi /etc/yum.repos.d/kibana.repo

內容以下url

[kibana-5.x]
name=Kibana repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md

3.安裝kibanarest

yum install -y kibana
systemctl enable kibana  #設爲開機啓動
systemctl start kibana     #啓動服務

4.公開服務code

vi /etc/kibana/kibana.yml

內容以下server

server.host: 0.0.0.0

重啓服務圖片

systemctl restart kibana

5.訪問服務 chrome訪問 http://192.168.152.138:5601/ 輸入圖片說明get

相關文章
相關標籤/搜索