ELK經(jīng)典架構(gòu)之Kibana

版本選擇

kibana-5.6.15-x86_64.rpm

Kibana安裝

第1、2、3步類似Filebeat安裝。

4.配置kibana.yml
vim kibana.yml


kibana.yml詳情,如下代碼塊:

# Kibana is served by a back end server. This setting specifies the port to use.
 server.port: 5601
# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
# The default is 'localhost', which usually means remote machines will not be able to connect.
# To allow connections from remote users, set this parameter to a non-loopback address.
 server.host: "10.10.61.205"
# The URL of the Elasticsearch instance to use for all your queries.
 elasticsearch.url: "http://10.10.61.205:9200"
  1. Kibana運行
    1. Kibana前臺啟動

      ./kibana

      Kibana啟動成功。
      Kibana訪問地址:http://10.10.61.205:5601/
    2. Kibana前臺停止
      按組合鍵ctrl+c即可停止Kibana運行。
    3. Kibana后臺啟動
      nohup ./kibana &
    4. Kibana進程查詢
      ps -ef|grep node
    5. Kibana后臺停止
      kill -9 29849
      29849為上步查詢出的pid。
    6. 配置索引
      index pattern根據(jù)Logstash配置中out的index值來填寫。



最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容