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
12 changes: 8 additions & 4 deletions docs/settings/reporting-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,20 @@ 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 to dismiss, and initial data of the {kib} page to load.
If the time is exceeded, a screenshot of the page will be captured and the
report will show warnings. 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).
load on the {kib} page. If the time is exceeded, a screenshot of the page will be captured and the
report will show warnings. Defaults to `30000` (30 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).
signal that it is done renderings. If the time is exceeded, a screenshot of the page will be captured and the
tsullivan marked this conversation as resolved.
Show resolved Hide resolved
report will show warnings. Defaults to `30000` (30 seconds).

|===

Expand Down