mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update settings doc in 7.16 (#119919)
* Update settings doc in 7.16 * Fixes display of deprecation notice
This commit is contained in:
parent
ae4e1f1ae0
commit
a87348d85f
1 changed files with 6 additions and 5 deletions
|
@ -20,15 +20,16 @@ configuration using `${MY_ENV_VAR}` syntax.
|
|||
[cols="2*<"]
|
||||
|===
|
||||
|
||||
| `console.enabled:`
|
||||
| deprecated:[7.16.0,"In 8.0 and later, this setting will no longer be supported. Use `console.ui.enabled` instead."]
|
||||
Set to `false` to disable Console. *Default: `true`*
|
||||
|
||||
| `console.ui.enabled:`
|
||||
Toggling this causes the server to regenerate assets on the next startup,
|
||||
| Toggling this causes the server to regenerate assets on the next startup,
|
||||
which may cause a delay before pages start being served.
|
||||
Set to `false` to disable Console. *Default: `true`*
|
||||
|
||||
| `console.enabled:`
|
||||
| deprecated:[7.16.0,"In 8.0 and later, this setting will no longer be supported."]
|
||||
Set to `false` to disable Console. *Default: `true`*
|
||||
|
||||
|
||||
| `cpu.cgroup.path.override:`
|
||||
| deprecated:[7.10.0,"In 8.0 and later, this setting will no longer be supported."]
|
||||
This setting has been renamed to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue