下載 Kibana 最新版
具有網路環境可以 yum 安裝,所以:
yum install kibana
離線環境下,先下載 rpm 包,在進行安裝,所以:
wget https://artifacts.elastic.co/downloads/kibana/kibana-7.12.0-x86_64.rpm
rpm -ivh kibana-7.12.0-x86_64.rpm
修改 Kibana 的配置文件
sudo vim /etc/kibana/kibana.yml
修改以下的設定
server.port: 5601
server.host: "{ IP }"
elasticsearch.hosts: ["http://ip:9200"]
啟動 Kibana
systemctl start kibana
確認 Kibana 是否正常啟動
Browser 輸入 http:// {{ IP }}:5601,看是否畫面正常顯示。
繼續安裝 Beats、Elasticsearch、Logstash
有任何問題,或是想看新主題?
聯絡我們