首先安转配置启动kibana
- wget https://artifacts.elastic.co/downloads/kibana/kibana-5.0.0-linux-x86_64.tar.gz
- 修改config/kibana.yml,elasticsearch.url修改为es的地址,server.host修改为kibana对我暴露的访问地址
- bin/kibana
- 通过浏览器 http://host:5601 访问
接下来将讨论以下问题:
- 加载es中的样本数据
- 定义index pattern
- 通过discover展示数据
- 为样本数据启动可视化
- 将可视化图表组装成dashboard