kibana安装
下载
wget http://artifacts.elastic.co/downloads/kibana/kibana-7.1.0-x86_64.rpm
rpm -ivh kibana-7.1.0-x86_64.rpm
配置文件
[root@localhost config]# cat kibana.yml grep -v ^$ grep -v ^#
server.port: 5601
server.host: "192.168.57.3"
elasticsearch.hosts: ["http://192.168.57.3:9200"] #这里是es主机的ip:port
kibana.index: ".kibana"
i18n.locale: "zh-CN"
启动
systemctl start kibana
访问
192.168.57.3:5601
使用
创建索引
打开管理-索引模式-创建索引模式
输入索引名字,前提是你已在es中搜集到数据 这里才会展示你的索引 否则为空 ,下一步 创建
打开discover ,查看日志
kibana安装
http://www.jcwit.com/article/57/