官方定位:實現數據可視化。導覽 Elastic Stack。瀏覽器
安裝環境bash
Kibana 6.1.1 CentOS 7.3服務器
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
/etc/yum.repos.d/
目錄下新建kibana.repo
文件,鍵入如下內容:[kibana-6.x]
name=Kibana repository for 6.x packages
baseurl=https://artifacts.elastic.co/packages/6.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
複製代碼
sudo yum install kibana
安裝。service kibana start
啓動服務。curl http://localhost:5601
驗證是否成功。若是正常輸出,說明啓動成功了。server.host
修改成0.0.0.0
監聽全部地址訪問;2)elasticsearch.url
修改成Elasticsearch地址。經過瀏覽器訪問服務器IP:5601訪問Kibana的Web端頁面。curl