mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS]Update UI names in Reporting doc (#34073)
This commit is contained in:
parent
23ad508906
commit
9f67e5a5c1
2 changed files with 11 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[[automating-report-generation]]
|
[[automating-report-generation]]
|
||||||
== Automating Report Generation
|
== Automating Report Generation
|
||||||
You can automatically generate reports with a watch, or by submitting
|
You can automatically generate reports with {watcher}, or by submitting
|
||||||
HTTP POST requests from a script.
|
HTTP POST requests from a script.
|
||||||
|
|
||||||
To automatically generate reports with a watch, you need to configure
|
To automatically generate reports with a watch, you need to configure
|
||||||
{watcher} to trust the Kibana server’s certificate. For more information,
|
{watcher} to trust the {kib} server’s certificate. For more information,
|
||||||
see <<securing-reporting, Securing Reporting>>.
|
see <<securing-reporting, Securing Reporting>>.
|
||||||
|
|
||||||
include::report-intervals.asciidoc[]
|
include::report-intervals.asciidoc[]
|
||||||
|
@ -13,27 +13,28 @@ include::report-intervals.asciidoc[]
|
||||||
To get the URL for triggering a report generation during a given time period:
|
To get the URL for triggering a report generation during a given time period:
|
||||||
|
|
||||||
. Load the saved object.
|
. Load the saved object.
|
||||||
. Use the time-picker to specify a relative or absolute time period.
|
. Use the timepicker to specify a relative or absolute time period.
|
||||||
. Click *Reporting* in the Kibana toolbar.
|
. Click *Share* in the Kibana toolbar.
|
||||||
. Copy the displayed **Generation URL**.
|
. Select *PDF Reports*.
|
||||||
|
. Click **Copy POST URL**.
|
||||||
|
|
||||||
NOTE: The response from this request with be JSON, and will contain a `path` property
|
NOTE: The response from this request with be JSON, and will contain a `path` property
|
||||||
with a URL to use to download the generated report. When requesting that path,
|
with a URL to use to download the generated report. When requesting that path,
|
||||||
you will get a 503 response if it's not completed yet. In this case, retry after the
|
you will get a 503 response if it's not completed yet. In this case, retry after the
|
||||||
number of seconds in the `Retry-After` header in the response until you get the PDF.
|
number of seconds in the `Retry-After` header in the response until the PDF is returned.
|
||||||
|
|
||||||
To configure a watch to email reports, you use the `reporting` attachment type
|
To configure a watch to email reports, you use the `reporting` attachment type
|
||||||
in an `email` action. For more information, see
|
in an `email` action. For more information, see
|
||||||
{xpack-ref}/actions-email.html#configuring-email[Configuring Email Accounts].
|
{stack-ov}/actions-email.html#configuring-email[Configuring Email Accounts].
|
||||||
|
|
||||||
include::watch-example.asciidoc[]
|
include::watch-example.asciidoc[]
|
||||||
|
|
||||||
For more information about configuring watches, see
|
For more information about configuring watches, see
|
||||||
{xpack-ref}/how-watcher-works.html[How Watcher Works].
|
{stack-ov}/how-watcher-works.html[How Watcher Works].
|
||||||
|
|
||||||
== Deprecated Report URLs
|
== Deprecated Report URLs
|
||||||
|
|
||||||
The following is deprecated in 6.0, and you should now use Kibana to get the URL for a
|
The following is deprecated in 6.0, and you should now use {kib} to get the URL for a
|
||||||
particular report.
|
particular report.
|
||||||
|
|
||||||
You may request PDF reports optimized for printing through three {reporting} endpoints:
|
You may request PDF reports optimized for printing through three {reporting} endpoints:
|
||||||
|
|
|
@ -49,5 +49,4 @@ image:reporting/images/share-button.png["Reporting Button",link="share-button.pn
|
||||||
=== Generating a Report Automatically
|
=== Generating a Report Automatically
|
||||||
|
|
||||||
If you want to automatically generate reports from a script or with
|
If you want to automatically generate reports from a script or with
|
||||||
{watcher}, use the displayed Generation URL. For more information, see
|
{watcher}, see <<automating-report-generation, Automating Report Generation>>
|
||||||
<<automating-report-generation, Automating Report Generation>>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue