浏览代码

security-minimal-setup.asciidoc: replace KIB_PATH_CONF by KBN_PATH_CONF (#104582) (#104631)

Co-authored-by: Fabien Baligand <fbaligand@gmail.com>
Jake Landis 1 年之前
父节点
当前提交
78c6a7c4bb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/security/securing-communications/security-minimal-setup.asciidoc

+ 2 - 2
docs/reference/security/securing-communications/security-minimal-setup.asciidoc

@@ -111,7 +111,7 @@ you created earlier. {kib} performs some background tasks that require use of th
 This account is not meant for individual users and does not have permission to log in
 This account is not meant for individual users and does not have permission to log in
 to {kib} from a browser. Instead, you'll log in to {kib} as the `elastic` superuser.
 to {kib} from a browser. Instead, you'll log in to {kib} as the `elastic` superuser.
 
 
-. Add the `elasticsearch.username` setting to the `KIB_PATH_CONF/kibana.yml`
+. Add the `elasticsearch.username` setting to the `KBN_PATH_CONF/kibana.yml`
 file and set the value to the `kibana_system` user:
 file and set the value to the `kibana_system` user:
 +
 +
 [source,yaml]
 [source,yaml]
@@ -119,7 +119,7 @@ file and set the value to the `kibana_system` user:
 elasticsearch.username: "kibana_system"
 elasticsearch.username: "kibana_system"
 ----
 ----
 +
 +
-NOTE: The `KIB_PATH_CONF` variable is the path for the {kib}
+NOTE: The `KBN_PATH_CONF` variable is the path for the {kib}
 configuration files. If you installed {kib} using archive distributions
 configuration files. If you installed {kib} using archive distributions
 (`zip` or `tar.gz`), the variable defaults to `KIB_HOME/config`. If you used
 (`zip` or `tar.gz`), the variable defaults to `KIB_HOME/config`. If you used
 package distributions (Debian or RPM), the variable defaults to `/etc/kibana`.
 package distributions (Debian or RPM), the variable defaults to `/etc/kibana`.