From e266780b4976000712b0c2376cd88db337e84026 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:05:20 +0800 Subject: [PATCH] =?UTF-8?q?Update=20ElasticSearch+Kibana=E5=8D=95=E6=9C=BA?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=90=AD=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ElasticSearch+Kibana单机环境搭建.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes/installation/ElasticSearch+Kibana单机环境搭建.md b/notes/installation/ElasticSearch+Kibana单机环境搭建.md index 63c2849..0696e7e 100644 --- a/notes/installation/ElasticSearch+Kibana单机环境搭建.md +++ b/notes/installation/ElasticSearch+Kibana单机环境搭建.md @@ -11,6 +11,7 @@         2.1 修改配置
        2.2 启动服务
        2.3 访问页面
+        2.4 界面汉化
## 一、ElasticSearch 安装 @@ -137,3 +138,11 @@ nohup ./kibana & kibana Web UI 的访问端口号为`5601`,出现以下页面则代表启动成功:
+ +### 2.4 界面汉化 + +kibana 7.0 的界面支持中文显示,可以在 `conf/kibana.yml` 中增加如下选项来进行配置: + +```shell +i18n.locale: "zh-CN" +```