Skip to content

Commit

Permalink
[DOCS] Adds environment variable warning (#67623) (#68946)
Browse files Browse the repository at this point in the history
* [DOCS] Adds wenvironment variable warning

* Updated note
  • Loading branch information
KOTungseth authored Jun 11, 2020
1 parent fba62f4 commit 761405a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/setup/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,16 @@ services:
[[environment-variable-config]]
==== Environment variable configuration

Under Docker, Kibana can be configured via environment variables. When
Under Docker, {kib} can be configured via environment variables. When
the container starts, a helper process checks the environment for variables that
can be mapped to Kibana command-line arguments.

For compatibility with container orchestration systems, these
environment variables are written in all capitals, with underscores as
word separators. The helper translates these names to valid
Kibana setting names.
{kib} setting names.

WARNING: All information that you include in environment variables is visible through the `ps` command, including sensitive information.

Some example translations are shown here:

Expand Down

0 comments on commit 761405a

Please sign in to comment.