@@ -104,15 +104,14 @@ security is enabled, `xpack.security.encryptionKey`.
104104[cols="2*<"]
105105|===
106106| `xpack.reporting.queue.pollInterval`
107- | Specifies the number of milliseconds that the reporting poller waits between polling the
108- index for any pending Reporting jobs. Defaults to `3000` (3 seconds) .
107+ | Specify the {ref}/common-options.html#time-units[time] that the reporting poller waits between polling the index for any
108+ pending Reporting jobs. Can be specified as number of milliseconds. Defaults to `3s` .
109109
110110| [[xpack-reporting-q-timeout]] `xpack.reporting.queue.timeout` {ess-icon}
111- | How long each worker has to produce a report. If your machine is slow or under
112- heavy load, you might need to increase this timeout. Specified in milliseconds.
113- If a Reporting job execution time goes over this time limit, the job will be
114- marked as a failure and there will not be a download available.
115- Defaults to `120000` (two minutes).
111+ | {ref}/common-options.html#time-units[How long] each worker has to produce a report. If your machine is slow or under heavy
112+ load, you might need to increase this timeout. If a Reporting job execution goes over this time limit, the job is marked as a
113+ failure and no download will be available. Can be specified as number of milliseconds.
114+ Defaults to `2m`.
116115
117116|===
118117
@@ -127,24 +126,24 @@ control the capturing process.
127126|===
128127a| `xpack.reporting.capture.timeouts`
129128`.openUrl` {ess-icon}
130- | Specify how long to allow the Reporting browser to wait for the "Loading..." screen
131- to dismiss and find the initial data for the Kibana page. If the time is
132- exceeded, a page screenshot is captured showing the current state , and the download link shows a warning message.
133- Defaults to `60000` (1 minute) .
129+ | Specify the {ref}/common-options.html#time-units[time] to allow the Reporting browser to wait for the "Loading..." screen
130+ to dismiss and find the initial data for the page. If the time is exceeded, a screenshot is captured showing the current
131+ page, and the download link shows a warning message. Can be specified as number of milliseconds .
132+ Defaults to `1m` .
134133
135134a| `xpack.reporting.capture.timeouts`
136135`.waitForElements` {ess-icon}
137- | Specify how long to allow the Reporting browser to wait for all visualization
138- panels to load on the Kibana page. If the time is exceeded, a page screenshot
139- is captured showing the current state, and the download link shows a warning message. Defaults to `30000` (30
140- seconds) .
136+ | Specify the {ref}/common-options.html#time-units[time] to allow the Reporting browser to wait for all visualization panels
137+ to load on the page. If the time is exceeded, a screenshot is captured showing the current page, and the download link shows
138+ a warning message. Can be specified as number of milliseconds.
139+ Defaults to `30s` .
141140
142141a| `xpack.reporting.capture.timeouts`
143142`.renderComplete` {ess-icon}
144- | Specify how long to allow the Reporting browser to wait for all visualizations to
145- fetch and render the data. If the time is exceeded, a
146- page screenshot is captured showing the current state, and the download link shows a warning message. Defaults to
147- `30000` (30 seconds) .
143+ | Specify the {ref}/common-options.html#time-units[time] to allow the Reporting browser to wait for all visualizations to
144+ fetch and render the data. If the time is exceeded, a screenshot is captured showing the current page, and the download link shows a
145+ warning message. Can be specified as number of milliseconds.
146+ Defaults to `30s` .
148147
149148|===
150149
@@ -163,11 +162,10 @@ available, but there will likely be errors in the visualizations in the report.
163162 job, as many times as this setting. Defaults to `3`.
164163
165164| `xpack.reporting.capture.loadDelay`
166- | When visualizations are not evented, this is the amount of time before
167- taking a screenshot. All visualizations that ship with {kib} are evented, so this
168- setting should not have much effect. If you are seeing empty images instead of
169- visualizations, try increasing this value.
170- Defaults to `3000` (3 seconds).
165+ | Specify the {ref}/common-options.html#time-units[amount of time] before taking a screenshot when visualizations are not evented.
166+ All visualizations that ship with {kib} are evented, so this setting should not have much effect. If you are seeing empty images
167+ instead of visualizations, try increasing this value.
168+ Defaults to `3s`.
171169
172170| [[xpack-reporting-browser]] `xpack.reporting.capture.browser.type` {ess-icon}
173171 | Specifies the browser to use to capture screenshots. This setting exists for
@@ -213,17 +211,17 @@ a| `xpack.reporting.capture.browser`
213211[cols="2*<"]
214212|===
215213| [[xpack-reporting-csv]] `xpack.reporting.csv.maxSizeBytes` {ess-icon}
216- | The maximum size of a CSV file before being truncated. This setting exists to prevent
217- large exports from causing performance and storage issues.
218- Defaults to `10485760` (10mB) .
214+ | The maximum {ref}/common-options.html#byte-units[byte size] of a CSV file before being truncated. This setting exists to
215+ prevent large exports from causing performance and storage issues. Can be specified as number of bytes .
216+ Defaults to `10mb` .
219217
220218| `xpack.reporting.csv.scroll.size`
221219 | Number of documents retrieved from {es} for each scroll iteration during a CSV
222220 export.
223221 Defaults to `500`.
224222
225223| `xpack.reporting.csv.scroll.duration`
226- | Amount of time allowed before {kib} cleans the scroll context during a CSV export.
224+ | Amount of {ref}/common-options.html# time-units[time] allowed before {kib} cleans the scroll context during a CSV export.
227225 Defaults to `30s`.
228226
229227| `xpack.reporting.csv.checkForFormulas`
0 commit comments