Add missing env vars for xpack reporting plugins (#44117) (#46834)

This commit is contained in:
Brian Seeders 2019-09-27 16:27:23 -04:00 committed by GitHub
parent 6e67cc4865
commit 76b64e3c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,10 @@ kibana_vars=(
xpack.monitoring.ui.container.elasticsearch.enabled
xpack.monitoring.ui.container.logstash.enabled
xpack.monitoring.ui.enabled
xpack.reporting.capture.browser.autoDownload
xpack.reporting.capture.browser.chromium.disableSandbox
xpack.reporting.capture.browser.chromium.inspect
xpack.reporting.capture.browser.chromium.maxScreenshotDimension
xpack.reporting.capture.browser.chromium.proxy.enabled
xpack.reporting.capture.browser.chromium.proxy.server
xpack.reporting.capture.browser.chromium.proxy.bypass
@ -142,7 +145,14 @@ kibana_vars=(
xpack.reporting.capture.loadDelay
xpack.reporting.capture.settleTime
xpack.reporting.capture.timeout
xpack.reporting.capture.viewport.height
xpack.reporting.capture.viewport.width
xpack.reporting.capture.zoom
xpack.reporting.csv.checkForFormulas
xpack.reporting.csv.enablePanelActionDownload
xpack.reporting.csv.maxSizeBytes
xpack.reporting.csv.scroll.duration
xpack.reporting.csv.scroll.size
xpack.reporting.enabled
xpack.reporting.encryptionKey
xpack.reporting.index
@ -150,8 +160,14 @@ kibana_vars=(
xpack.reporting.kibanaServer.hostname
xpack.reporting.kibanaServer.port
xpack.reporting.kibanaServer.protocol
xpack.reporting.poll.jobCompletionNotifier.interval
xpack.reporting.poll.jobCompletionNotifier.intervalErrorMultiplier
xpack.reporting.poll.jobsRefresh.interval
xpack.reporting.poll.jobsRefresh.intervalErrorMultiplier
xpack.reporting.queue.indexInterval
xpack.reporting.queue.pollEnabled
xpack.reporting.queue.pollInterval
xpack.reporting.queue.pollIntervalErrorMultiplier
xpack.reporting.queue.timeout
xpack.reporting.roles.allow
xpack.searchprofiler.enabled