简介

说明

        本文介绍Kibana的配置。

官网网址

​Configure Kibana | Kibana Guide [7.10] | Elastic​

​配置 Kibana | Kibana 用户手册 | Elastic​

配置大全

配置文件:config/kibana.yml

配置项

配置示例

作用

备注

elasticsearch.hosts: ES的ip

elasticsearch.hosts: ["http://localhost:9200"]

以后进行put,get等操作可以不用写url

新版本如7.10.0是这样配置。

旧版本如6.4.0采用另一个配置:elasticsearch.url: ES的ip

    例如:elasticsearch.url: "http://localhost:9200"

i18n.locale: 区域码

i18n.locale: "zh-CN"

//i18n.locale: "en"

界面使用汉语/英语显示