mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Linking reporting and sharing page with configure reporting page (#171977)
## Summary Linking the "[Reporting and Sharing](https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html#reporting-advanced-settings)" and the "[Configure reporting](https://www.elastic.co/guide/en/kibana/current/secure-reporting.html)" documentation pages to each other as they contain information that relate to each page. Also contains a small formatting fix to a NOTE on the Configure reporting page. Closes: #169065
This commit is contained in:
parent
04b6bff6d1
commit
0b0110a2dd
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
@ -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>>.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue