mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Adds environment variable warning (#67623)
* [DOCS] Adds wenvironment variable warning * Updated note
This commit is contained in:
parent
5690243149
commit
ec62f74cb3
1 changed files with 4 additions and 2 deletions
|
@ -82,14 +82,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