Kibana安装

tech2026-09-23  2

1. 下载解压

kibana-6.6.2-x86_64.tar.gz

2. 修改配置文件

# vim config/kibana.yml # 端口号默认5600,可修改,服务器地址,elasticsearch地址 server.port: 5601 serer.host: "0.0.0.0" elasticsearch.hosts: ["http://localhost:9200"]

3.启动

# 直接启动 bin/kibana # 后台启动 nohup bin/kibana &

4. 访问

# 按照自己实际的ip和设置的端口号 http://localhost:5601

kibana使用手册

https://www.elastic.co/guide/en/kibana/3.0/using-kibana-for-the-first-time.html

最新回复(0)