Skip to content

Commit

Permalink
[8.11] [DOCS] Linking reporting and sharing page with configure repor…
Browse files Browse the repository at this point in the history
…ting page (elastic#171977) (elastic#172048)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[DOCS] Linking reporting and sharing page with configure reporting
page (elastic#171977)](elastic#171977)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"amyjtechwriter","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-28T11:08:01Z","message":"[DOCS]
Linking reporting and sharing page with configure reporting page
(elastic#171977)\n\n## Summary\r\n\r\nLinking the \"[Reporting
and\r\nSharing](https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html#reporting-advanced-settings)\"\r\nand
the
\"[Configure\r\nreporting](https://www.elastic.co/guide/en/kibana/current/secure-reporting.html)\"\r\ndocumentation
pages to each other as they contain information that\r\nrelate to each
page. Also contains a small formatting fix to a NOTE on\r\nthe Configure
reporting page.\r\n\r\nCloses:
elastic#169065","sha":"0b0110a2dd8448649ab6b09672bd5f81c4daeba3","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Feature:Reporting","release_note:skip","docs","v8.12.0","v8.11.2"],"number":171977,"url":"https://github.com/elastic/kibana/pull/171977","mergeCommit":{"message":"[DOCS]
Linking reporting and sharing page with configure reporting page
(elastic#171977)\n\n## Summary\r\n\r\nLinking the \"[Reporting
and\r\nSharing](https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html#reporting-advanced-settings)\"\r\nand
the
\"[Configure\r\nreporting](https://www.elastic.co/guide/en/kibana/current/secure-reporting.html)\"\r\ndocumentation
pages to each other as they contain information that\r\nrelate to each
page. Also contains a small formatting fix to a NOTE on\r\nthe Configure
reporting page.\r\n\r\nCloses:
elastic#169065","sha":"0b0110a2dd8448649ab6b09672bd5f81c4daeba3"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/171977","number":171977,"mergeCommit":{"message":"[DOCS]
Linking reporting and sharing page with configure reporting page
(elastic#171977)\n\n## Summary\r\n\r\nLinking the \"[Reporting
and\r\nSharing](https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html#reporting-advanced-settings)\"\r\nand
the
\"[Configure\r\nreporting](https://www.elastic.co/guide/en/kibana/current/secure-reporting.html)\"\r\ndocumentation
pages to each other as they contain information that\r\nrelate to each
page. Also contains a small formatting fix to a NOTE on\r\nthe Configure
reporting page.\r\n\r\nCloses:
elastic#169065","sha":"0b0110a2dd8448649ab6b09672bd5f81c4daeba3"}},{"branch":"8.11","label":"v8.11.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: amyjtechwriter <[email protected]>
  • Loading branch information
kibanamachine and amyjtechwriter authored Nov 28, 2023
1 parent 70e913e commit c7ec77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/setup/configuring-reporting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Granting the privilege to generate reports also grants the user the privilege to
==== Grant access with the role API
With <<grant-user-access, {kib} application privileges>> enabled in Reporting, you can also use the {ref}/security-api-put-role.html[role API] to grant access to the {report-features}, using *All* privileges, or sub-feature privileges.

NOTE: this [API request](https://www.elastic.co/guide/en/kibana/current/role-management-api-put.html) needs to be executed against the Kibana API endpoint
NOTE: This link:https://www.elastic.co/guide/en/kibana/current/role-management-api-put.html[API request] needs to be executed against the link:https://www.elastic.co/guide/en/kibana/current/api.html[Kibana API endpoint].
[source, sh]
---------------------------------------------------------------
POST <kibana host>:<port>/api/_security/role/custom_reporting_user
Expand Down Expand Up @@ -229,3 +229,5 @@ For more information, see {ref}/notification-settings.html#ssl-notification-sett
. Add one or more users who have access to the {report-features}.
+
Once you've enabled SSL for {kib}, all requests to the reporting endpoints must include valid credentials.

For more information on sharing reports, direct links, and more, refer to <<reporting-getting-started, Reporting and sharing>>.
2 changes: 2 additions & 0 deletions docs/user/reporting/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ You access the options from the *Share* menu in the toolbar. The sharing options
NOTE: For Elastic Cloud deployments, {kib} instances require a minimum of 2GB RAM to generate PDF or PNG reports. To
change {kib} sizing, {ess-console}[edit the deployment].

For more information on how to configure reporting in {kib}, refer to <<secure-reporting,Configure reporting in {kib}>>

[float]
[[manually-generate-reports]]
== Create reports
Expand Down

0 comments on commit c7ec77f

Please sign in to comment.