001,kibana的安裝

kibana安裝linux

2.1 下載json

下載地址:https://www.elastic.co/downloads/kibana瀏覽器

2.2 解壓elasticsearch

解壓:tar zxvf kibana-4.5.1-linux-x64.tar.gzurl

2.3 配置code

到config/kibana.yml目錄下,般修改標註的這三個參數便可。server

server.port: 5601

# The host to bind the server to.
server.host: "0.0.0.0"

# If you are running kibana behind a proxy, and want to mount it at a path,
# specify that path here. The basePath can't end in a slash.
# server.basePath: ""

# The Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://"  #這裏是elasticsearch的訪問地址

2.4 啓動ci

到bin目錄下,啓動便可。get

./kibana  //不能關閉終端

nohup  ./kibana > /nohub.out &  //可關閉終端,在nohup.out中查看log

2.5 訪問it

在瀏覽器中訪問:http://xxxx:5601/

相關文章
相關標籤/搜索