Skip to content

Commit

Permalink
security-minimal-setup.asciidoc: replace KIB_PATH_CONF by KBN_PATH_CONF
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Jan 22, 2024
1 parent 668ae50 commit 1dd9a9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ 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
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:
+
[source,yaml]
----
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
(`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`.
Expand Down

0 comments on commit 1dd9a9c

Please sign in to comment.