Kibana 将语言设置为中文
Kibana 6.7 以后开始支持中文了,修改语言只需要添加一行配置即可。
设置方法
在 kibana.yml 配置文件中添加一行配置
i18n.locale: "zh-CN"
修改后重启,可以看到现在语言被设置为中文了
http://localhost:5601/[1]
参考资料
http://localhost:5601/: http://localhost:5601/
Kibana 6.7 以后开始支持中文了,修改语言只需要添加一行配置即可。
在 kibana.yml 配置文件中添加一行配置
i18n.locale: "zh-CN"
修改后重启,可以看到现在语言被设置为中文了
http://localhost:5601/[1]
http://localhost:5601/: http://localhost:5601/