From 1c5c175e8d8497e0d7dcbdaf166f1310971ad2c7 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Wed, 6 Feb 2019 12:48:07 -0800 Subject: [PATCH] Update settings docs with new xpack.rollup and xpack.license_management settings. (#30259) --- docs/setup/settings.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 1e15c95ef1751..dfee525b49a25 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -178,6 +178,7 @@ The minimum value is 100. `status.allowAnonymous:`:: *Default: false* If authentication is enabled, setting this to `true` allows unauthenticated users to access the Kibana server status API and status page. -`rollup.enabled:`:: *Default: true* Set this value to false to disable the Rollup user interface. -`license_management.enabled`:: *Default: true* Set this value to false to disable the License Management user interface. +`xpack.rollup.enabled:`:: *Default: true* Set this value to false to disable the Rollup user interface. + +`xpack.license_management.enabled`:: *Default: true* Set this value to false to disable the License Management user interface. \ No newline at end of file