Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs/Reporting] Have the docs about granular timeout match Cloud docs #66267

Merged
16 changes: 11 additions & 5 deletions docs/settings/reporting-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,22 @@ control the capturing process.
[cols="2*<"]
|===
| `xpack.reporting.capture.timeouts.openUrl`
| How long to allow the Reporting browser to wait for the initial data of the
{kib} page to load. Defaults to `30000` (30 seconds).
| How long to allow the Reporting browser to wait for the "Loading..." screen
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
to dismiss, and initial data of the Kibana page to load. If the time is
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
exceeded, a screenshot of the page is captured and the report shows warnings.
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
Defaults to `30000` (30 seconds).

| `xpack.reporting.capture.timeouts.waitForElements`
| How long to allow the Reporting browser to wait for the visualization panels to
load on the {kib} page. Defaults to `30000` (30 seconds).
| How long to allow the Reporting browser to wait for the visualization
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
panels to load on the Kibana page. If the time is exceeded, a screenshot of
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
the page is captured and the report shows warnings. Defaults to `30000` (30
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
seconds).

| `xpack.reporting.capture.timeouts.renderComplete`
| How long to allow the Reporting browser to wait for each visualization to
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
signal that it is done renderings. Defaults to `30000` (30 seconds).
complete fetching and rendering the data. If the time is exceeded, a
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
screenshot of the page is captured and the report shows warnings. Defaults to
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
`30000` (30 seconds).

|===

Expand Down