下载:https://www.elastic.co/downloads/kibana

文档:https://www.elastic.co/guide/en/kibana/current/index.html

 

安装

 

安装jdk:

1
yum install -y java-1.8.0-openjdk-devel

下载:

1
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.6.0-x86_64.rpm

安装:

1
yum install kibana-6.6.0-x86_64.rpm

编辑配置文件:

1
2
3
4
vim /etc/kibana/kibana.yml
server.port: 5601
server.host: 0.0.0.0
elasticsearch.hosts: ["http://192.168.1.149:9200"]

访问地址:

1
http://192.168.96.137:5601

点 Discover 添加数据,完成后点搜索框右边选择合适的时间即可看到数据。

相关文章:

  • 2021-04-09
  • 2021-09-24
  • 2021-12-11
  • 2021-10-25
  • 2021-09-24
  • 2021-08-31
  • 2021-07-26
  • 2022-01-12
猜你喜欢
  • 2021-09-14
  • 2022-02-09
  • 2021-09-14
  • 2021-11-30
  • 2021-10-29
  • 2021-10-06
  • 2021-12-06
相关资源
相似解决方案