mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Document xpack.monitoring.ui.container.elasticsearch.enabled for Docker (#10498)
This commit is contained in:
parent
9b7cb0de25
commit
a2aed59adc
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,7 @@ The Docker image provides several methods for configuring Kibana. The convention
|
|||
approach is to provide a `kibana.yml` file as described in <<settings>>, but it's
|
||||
also possible to use environment variables to define settings.
|
||||
|
||||
[[docker-bind-mount-config]]
|
||||
==== Bind-mounted configuration
|
||||
|
||||
One way to configure Kibana on Docker is to provide `kibana.yml` via bind-mounting.
|
||||
|
@ -51,6 +52,7 @@ services:
|
|||
- ./kibana.yml:/usr/share/kibana/config/kibana.yml
|
||||
--------------------------------------------
|
||||
|
||||
[[docker-env-config]]
|
||||
==== Environment variable configuration
|
||||
|
||||
Under Docker, Kibana can be configured via environment variables. The following
|
||||
|
@ -98,6 +100,7 @@ mappings are available:
|
|||
`XPACK_MONITORING_REPORT_STATS`:: `xpack.monitoring.report_stats`
|
||||
`XPACK_MONITORING_KIBANA_COLLECTION_ENABLED`:: `xpack.monitoring.kibana.collection.enabled`
|
||||
`XPACK_MONITORING_KIBANA_COLLECTION_INTERVAL`:: `xpack.monitoring.kibana.collection.interval`
|
||||
`XPACK_MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED`:: `xpack.monitoring.ui.container.elasticsearch.enabled`
|
||||
`XPACK_SECURITY_COOKIENAME`:: `xpack.security.cookieName`
|
||||
`XPACK_SECURITY_ENCRYPTIONKEY`:: `xpack.security.encryptionKey`
|
||||
`XPACK_SECURITY_SECURECOOKIES`:: `xpack.security.secureCookies`
|
||||
|
@ -125,3 +128,8 @@ The following settings have different default values when using the Docker image
|
|||
`elasticsearch.url`:: `http://elasticsearch:9200`
|
||||
`elasticsearch.username`:: `elastic`
|
||||
`elasticsearch.password`:: `changeme`
|
||||
`xpack.monitoring.ui.container.elasticsearch.enabled`:: `true`
|
||||
|
||||
These settings are defined in the default `kibana.yml`. They can be overridden
|
||||
with a <<docker-bind-mount-config,custom `kibana.yml`>> or via
|
||||
<<docker-env-config,environment variables>>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue