mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
docs: X-Pack settings via ENV under Docker (#9592)
Backports PR #9518
**Commit 1:**
docs: X-Pack settings via ENV under Docker
* Original sha: ed95530261
* Authored by Toby McLaughlin <toby@jarpy.net> on 2016-12-16T03:18:32Z
This commit is contained in:
parent
b94b064f7d
commit
8d2a7869d1
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ mappings are available:
|
|||
`SERVER_PORT`:: `server.port`
|
||||
`SERVER_SSL_CERT`:: `server.ssl.cert`
|
||||
`SERVER_SSL_KEY`:: `server.ssl.key`
|
||||
`XPACK_SECURITY_COOKIENAME`:: `xpack.security.cookieName`
|
||||
`XPACK_SECURITY_ENCRYPTIONKEY`:: `xpack.security.encryptionKey`
|
||||
`XPACK_SECURITY_SECURECOOKIES`:: `xpack.security.secureCookies`
|
||||
`XPACK_SECURITY_SESSIONTIMEOUT`:: `xpack.security.sessionTimeout`
|
||||
|
||||
These variables can be set with +docker-compose+ like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue