@@ -109,7 +109,7 @@ security is enabled, <<xpack-security-encryptionKey, `xpack.security.encryptionK
109109 pending Reporting jobs. Can be specified as number of milliseconds. Defaults to `3s`.
110110
111111| [[xpack-reporting-q-timeout]] `xpack.reporting.queue.timeout` {ess-icon}
112- | {ref}/common-options.html# time-units[How long] each worker has to produce a report. If your machine is slow or under heavy
112+ | {time-units} [How long] each worker has to produce a report. If your machine is slow or under heavy
113113 load, you might need to increase this timeout. If a Reporting job execution goes over this time limit, the job is marked as a
114114 failure and no download will be available. Can be specified as number of milliseconds.
115115 Defaults to `2m`.
@@ -134,14 +134,14 @@ a| `xpack.reporting.capture.timeouts`
134134
135135a| `xpack.reporting.capture.timeouts`
136136`.waitForElements` {ess-icon}
137- | Specify the {ref}/common-options.html# time-units[time] to allow the Reporting browser to wait for all visualization panels
137+ | Specify the {time-units} [time] to allow the Reporting browser to wait for all visualization panels
138138 to load on the page. If the time is exceeded, a screenshot is captured showing the current page, and the download link shows
139139 a warning message. Can be specified as number of milliseconds.
140140 Defaults to `30s`.
141141
142142a| `xpack.reporting.capture.timeouts`
143143`.renderComplete` {ess-icon}
144- | Specify the {ref}/common-options.html# time-units[time] to allow the Reporting browser to wait for all visualizations to
144+ | Specify the {time-units} [time] to allow the Reporting browser to wait for all visualizations to
145145 fetch and render the data. If the time is exceeded, a screenshot is captured showing the current page, and the download link shows a
146146 warning message. Can be specified as number of milliseconds.
147147 Defaults to `30s`.
@@ -163,7 +163,7 @@ available, but there will likely be errors in the visualizations in the report.
163163 job, as many times as this setting. Defaults to `3`.
164164
165165| `xpack.reporting.capture.loadDelay`
166- | Specify the {ref}/common-options.html# time-units[amount of time] before taking a screenshot when visualizations are not evented.
166+ | Specify the {time-units} [amount of time] before taking a screenshot when visualizations are not evented.
167167 All visualizations that ship with {kib} are evented, so this setting should not have much effect. If you are seeing empty images
168168 instead of visualizations, try increasing this value.
169169 Defaults to `3s`.
@@ -212,7 +212,7 @@ a| `xpack.reporting.capture.browser`
212212[cols="2*<"]
213213|===
214214| [[xpack-reporting-csv]] `xpack.reporting.csv.maxSizeBytes` {ess-icon}
215- | The maximum {ref}/common-options.html# byte-units[byte size] of a CSV file before being truncated. This setting exists to
215+ | The maximum {byte-units} [byte size] of a CSV file before being truncated. This setting exists to
216216 prevent large exports from causing performance and storage issues. Can be specified as number of bytes.
217217 Defaults to `10mb`.
218218|===
@@ -239,7 +239,7 @@ For information about {kib} memory limits, see <<production, using {kib} in a pr
239239 Defaults to `500`.
240240
241241| `xpack.reporting.csv.scroll.duration`
242- | Amount of {ref}/common-options.html# time-units[time] allowed before {kib} cleans the scroll context during a CSV export.
242+ | Amount of {time-units} [time] allowed before {kib} cleans the scroll context during a CSV export.
243243 Defaults to `30s`.
244244
245245| `xpack.reporting.csv.checkForFormulas`
0 commit comments