From a6a0b312e403755b9d7b5f9a2a03d1b64d2f5998 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:20:38 +1100 Subject: [PATCH] [8.16] update docs on automatically generating a report (#191067) (#201033) # Backport This will backport the following commits from `main` to `8.16`: - [update docs on automatically generating a report (#191067)](https://github.com/elastic/kibana/pull/191067) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) \r\n\r\nCo-authored-by: Elastic Machine \r\nCo-authored-by: Tim Sullivan ","sha":"3648a33adf952dac283f64b471e5903898f78b4e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:SharedUX","backport:prev-minor","v8.16.0","Feature:Reporting:Framework","v8.17.0"],"title":"update docs on automatically generating a report","number":191067,"url":"https://github.com/elastic/kibana/pull/191067","mergeCommit":{"message":"update docs on automatically generating a report (#191067)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/188640\r\n\r\n\r\nUpdates steps in docs for automatically generating a report to match the\r\nUI expectation especially that the share experience got an overhaul\r\nsince 8.14.\r\n\r\n\r\n\r\nCo-authored-by: Elastic Machine \r\nCo-authored-by: Tim Sullivan ","sha":"3648a33adf952dac283f64b471e5903898f78b4e"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191067","number":191067,"mergeCommit":{"message":"update docs on automatically generating a report (#191067)\n\n## Summary\r\n\r\nCloses https://github.com/elastic/kibana/issues/188640\r\n\r\n\r\nUpdates steps in docs for automatically generating a report to match the\r\nUI expectation especially that the share experience got an overhaul\r\nsince 8.14.\r\n\r\n\r\n\r\nCo-authored-by: Elastic Machine \r\nCo-authored-by: Tim Sullivan ","sha":"3648a33adf952dac283f64b471e5903898f78b4e"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Eyo O. Eyo <7893459+eokoneyo@users.noreply.github.com> --- docs/user/reporting/automating-report-generation.asciidoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/user/reporting/automating-report-generation.asciidoc b/docs/user/reporting/automating-report-generation.asciidoc index 9587674b59e61..b4334b7c7ea80 100644 --- a/docs/user/reporting/automating-report-generation.asciidoc +++ b/docs/user/reporting/automating-report-generation.asciidoc @@ -16,11 +16,9 @@ To create the POST URL for PDF reports: . Open the dashboard, visualization, or **Canvas** workpad you want to view as a report. -. From the toolbar, click *Share > PDF Reports*, then choose an option: +* If you are using *Dashboard* or *Visualize Library*, from the toolbar, click *Share > Export*, select the PDF option then click *Copy POST URL*. -* If you are using *Dashboard* or *Visulize Library*, click *Copy POST URL*. - -* If you are using *Canvas*, click *Advanced options > Copy POST URL*. +* If you are using *Canvas*, from the toolbar, click *Share > PDF Reports*, then click *Advanced options > Copy POST URL*. To create the POST URL for CSV reports: @@ -28,7 +26,7 @@ To create the POST URL for CSV reports: . Open the saved search you want to share. -. In the toolbar, click *Share > CSV Reports > Copy POST URL*. +. In the toolbar, click *Share > Export > Copy POST URL*. [float] [[use-watcher]]