Kibana 安裝部署環境
阿新 • • 發佈:2018-12-20
1 下載 Kibana 安裝包 (安裝版本和elasticsearch保持一致)
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.4.3-linux-x86_64.tar.gz
2 官網安裝教程
https://www.elastic.co/guide/en/kibana/6.4/install.html
https://www.elastic.co/guide/en/kibana/6.4/targz.html 安裝教程
3 解壓檔案
tar -zxvf kibana-6.4.3-linux-x86_64.tar.gz
4 啟動kibana
./bin/kibana
log [18:10:16.585] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready log [18:10:16.591] [info][kibana-monitoring][monitoring-ui] Starting monitoring stats collection log [18:10:16.604] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready log [18:10:16.760] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active log [18:10:17.474] [info][listening][server][http] Server running at http://localhost:5601
Server running at http://localhost:5601 #啟動成功
5 修改IP地址
elasticsearch.url: "http:192.168.34.3:9200" # ealsticsearch 地址
server.host: "0.0.0.0"
log [18:23:52.536] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.538] [info][status][plugin:[email protected] ] Status changed from yellow to green - Ready
log [18:23:52.539] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.541] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.542] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.544] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.546] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.547] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.549] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.551] [info][kibana-monitoring][monitoring-ui] Starting monitoring stats collection
log [18:23:52.559] [info][status][plugin:[email protected]] Status changed from yellow to green - Ready
log [18:23:52.672] [info][license][xpack] Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic | status: active
log [18:23:53.629] [info][listening][server][http] Server running at http://0.0.0.0:5601
6 在瀏覽器中輸入ip地址進行訪問進入kibana web頁面