Kibana (简体中文)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
安装
运行
启动/启用 kibana.service
.
配置
默认情况下 kibana
不指定端口或绑定地址。
Kibana的主要配置文件位于 /etc/kibana/kibana.yml
.
至少不要注释以下几行:
/etc/kibana/kibana.yml
server.port: 5601 server.host: "localhost" elasticsearch.hosts: ["http://localhost:9200"]
一旦更改保存重新启动 kibana.service
用法
访问 http://localhost:5601 上的界面。