From c7f42b41bf9af8edae8f0b73d07e7c16ef63a296 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Fri, 9 Aug 2019 10:08:29 +0200 Subject: [PATCH] Restore vega.enableExternalUrls documentation (#42820) (#43007) vega.enableExternalUrls setting missing but it still supported, so needed to be added --- docs/setup/settings.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 6d3aeb876b0e8..f8efbb56a5b9a 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -291,6 +291,8 @@ supported protocols with versions. Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2 setting this to `true` enables unauthenticated users to access the Kibana server status API and status page. +`vega.enableExternalUrls:`:: *Default: false* Set this value to true to allow Vega to use any URL to access external data sources and images. If false, Vega can only get data from Elasticsearch. + `xpack.license_management.enabled`:: *Default: true* Set this value to false to disable the License Management user interface.