Kibana 用户手册
https://www.elastic.co/guide/cn/kibana/current/index.html
一、Kibana安装
1.环境准备
Kibana是ElasticSearch的可视化平台,依赖ElasticSearch,需要优先安装ElasticSearch。
示例:ElasticSearch 5.5.2 集群
2.Kibana下载
Kibana官方下载地址:https://www.elastic.co/cn/downloads/kibana
根据ElasticSearch版本及安装环境下载相应的Kibana安装包。
示例:kibana-5.5.2-linux-x86_64.tar.gz
3.Kibana 安装及配置
将安装包上次到服务器,然后解压安装包,例如解压到:/run/
tar –zxvf kibana-5.5.2-linux-x86_64.tar.gz–C /run/
然后到kibana安装目录的config下,编辑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 th