Skip to content

Commit 46e3c80

Browse files
committed
fixing links
1 parent 19abe1d commit 46e3c80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deploy-manage/deploy/kibana-reporting-configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kibana PNG/PDF reporting uses a custom binary of headless Chromium, and support
2727
* Linux versions that are in end-of-life phase are not supported.
2828
* Linux systems with `SELinux` or `fapolicyd` are not supported.
2929

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).
3131
::::
3232

3333
## Configuration overview
@@ -69,7 +69,7 @@ These settings apply only to **self-managed deployments**. Orchestrated deployme
6969
7070
### Grant users access using {{kib}} UI
7171
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.
7373
7474
1. Create the reporting role.
7575
@@ -88,7 +88,7 @@ When security is enabled, you grant users access to {{report-features}} with [{{
8888
::::
8989

9090

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).
9292

9393
3. Add the {{kib}} privileges.
9494

@@ -102,7 +102,7 @@ When security is enabled, you grant users access to {{report-features}} with [{{
102102
::::
103103

104104

105-
:::{image} ../../../images/kibana-kibana-privileges-with-reporting.png
105+
:::{image} /images/kibana-kibana-privileges-with-reporting.png
106106
:alt: Kibana privileges with Reporting options, Gold or higher license
107107
:screenshot:
108108
:::
@@ -165,7 +165,7 @@ PUT <kibana host>:<port>/api/security/role/custom_reporting_user
165165

166166
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.
167167

168-
:::{image} ../../../images/kibana-kibana-privileges-with-reporting-basic.png
168+
:::{image} /images/kibana-kibana-privileges-with-reporting-basic.png
169169
:alt: Kibana privileges with Reporting options, Basic license
170170
:screenshot:
171171
:::
@@ -196,7 +196,7 @@ PUT localhost:5601/api/security/role/custom_reporting_user
196196

197197
### Grant access using an external provider [grant-user-access-external-provider]
198198

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).
200200

201201
For example, assign the `kibana_admin` and `reporting_user` roles to the Bill Murray user:
202202

@@ -267,7 +267,7 @@ If you are using Ubuntu/Debian systems, install the following packages:
267267
* `libfontconfig1`
268268
* `libnss3`
269269

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.
271271

272272

273273
### Set the `server.host` for the headless browser [set-reporting-server-host]

0 commit comments

Comments
 (0)