mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* [DOCS] Adds wenvironment variable warning * Updated note Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
c38c4c994f
commit
80d14148a2
1 changed files with 4 additions and 2 deletions
|
@ -71,14 +71,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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue