You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/deploy/kibana-reporting-configuration.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Kibana PNG/PDF reporting uses a custom binary of headless Chromium, and support
27
27
* Linux versions that are in end-of-life phase are not supported.
28
28
* Linux systems with `SELinux` or `fapolicyd` are not supported.
29
29
30
-
Before upgrading Kibana in a production environment, we encourage you to test your screenshotting use cases in a pre-production environment to make sure your hosts support our latest build of Chromium. For the most reliable configuration of PDF/PNG {{report-features}}, consider installing {{kib}} using [Docker](../../../deploy-manage/deploy/self-managed/install-kibana-with-docker.md), or using [Elastic Cloud](https://cloud.elastic.co).
30
+
Before upgrading Kibana in a production environment, we encourage you to test your screenshotting use cases in a pre-production environment to make sure your hosts support our latest build of Chromium. For the most reliable configuration of PDF/PNG {{report-features}}, consider installing {{kib}} using [Docker](/deploy-manage/deploy/self-managed/install-kibana-with-docker.md), or using [Elastic Cloud](https://cloud.elastic.co).
31
31
::::
32
32
33
33
## Configuration overview
@@ -69,7 +69,7 @@ These settings apply only to **self-managed deployments**. Orchestrated deployme
69
69
70
70
### Grant users access using {{kib}} UI
71
71
72
-
When security is enabled, you grant users access to {{report-features}} with [{{kib}} application privileges](../../../deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md), which allow you to create custom roles that control the spaces and applications where users generate reports.
72
+
When security is enabled, you grant users access to {{report-features}} with [{{kib}} application privileges](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md), which allow you to create custom roles that control the spaces and applications where users generate reports.
73
73
74
74
1. Create the reporting role.
75
75
@@ -88,7 +88,7 @@ When security is enabled, you grant users access to {{report-features}} with [{{
88
88
::::
89
89
90
90
91
-
For more information, refer to [Security privileges](../../../deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md).
91
+
For more information, refer to [Security privileges](/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md).
92
92
93
93
3. Add the {{kib}} privileges.
94
94
@@ -102,7 +102,7 @@ When security is enabled, you grant users access to {{report-features}} with [{{
:alt: Kibana privileges with Reporting options, Gold or higher license
107
107
:screenshot:
108
108
:::
@@ -165,7 +165,7 @@ PUT <kibana host>:<port>/api/security/role/custom_reporting_user
165
165
166
166
With a Basic license, you can grant users access with custom roles to {{report-features}} with [{{kib}} application privileges](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md). However, with a Basic license, sub-feature privileges are unavailable. [Create a role](#grant-user-access), then select **All** privileges for the applications where users can create reports.
:alt: Kibana privileges with Reporting options, Basic license
170
170
:screenshot:
171
171
:::
@@ -196,7 +196,7 @@ PUT localhost:5601/api/security/role/custom_reporting_user
196
196
197
197
### Grant access using an external provider [grant-user-access-external-provider]
198
198
199
-
If you are using an external identity provider, such as LDAP or Active Directory, you can assign roles to individual users or groups of users. Role mappings are configured in [`config/role_mapping.yml`](../../../deploy-manage/users-roles/cluster-or-deployment-auth/mapping-users-groups-to-roles.md).
199
+
If you are using an external identity provider, such as LDAP or Active Directory, you can assign roles to individual users or groups of users. Role mappings are configured in [`config/role_mapping.yml`](/deploy-manage/users-roles/cluster-or-deployment-auth/mapping-users-groups-to-roles.md).
200
200
201
201
For example, assign the `kibana_admin` and `reporting_user` roles to the Bill Murray user:
202
202
@@ -267,7 +267,7 @@ If you are using Ubuntu/Debian systems, install the following packages:
267
267
* `libfontconfig1`
268
268
* `libnss3`
269
269
270
-
The screenshotting plugin used for {{report-features}} has a built-in utility to check for common issues, such as missing dependencies. See [Reporting diagnostics](../../../explore-analyze/report-and-share/reporting-troubleshooting-pdf.md#reporting-diagnostics) for more information.
270
+
The screenshotting plugin used for {{report-features}} has a built-in utility to check for common issues, such as missing dependencies. See [Reporting diagnostics](/explore-analyze/report-and-share/reporting-troubleshooting-pdf.md#reporting-diagnostics) for more information.
271
271
272
272
273
273
### Set the `server.host` for the headless browser [set-reporting-server-host]
0 commit comments