[8.8] [Telemetry] Change Privacy Statement Link (#156845) (#156883)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Telemetry] Change Privacy Statement Link
(#156845)](https://github.com/elastic/kibana/pull/156845)

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

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

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2023-05-05T15:54:08Z","message":"[Telemetry]
Change Privacy Statement Link
(#156845)","sha":"069af32d4b3ec59fc240ea6f27ac598a80a78563","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","Feature:Telemetry","release_note:skip","docs","backport:all-open","v8.9.0"],"number":156845,"url":"https://github.com/elastic/kibana/pull/156845","mergeCommit":{"message":"[Telemetry]
Change Privacy Statement Link
(#156845)","sha":"069af32d4b3ec59fc240ea6f27ac598a80a78563"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156845","number":156845,"mergeCommit":{"message":"[Telemetry]
Change Privacy Statement Link
(#156845)","sha":"069af32d4b3ec59fc240ea6f27ac598a80a78563"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
Kibana Machine 2023-05-05 13:01:22 -04:00 committed by GitHub
parent 55344bb14d
commit 012b92b67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ can focus our efforts on making them even better.
You can control whether this data is sent from the {kib} servers, or if it should be sent
from the user's browser, in case a firewall is blocking the connections from the server. Additionally, you can decide to completely disable this feature either in the config file or in {kib} via *Management > Kibana > Advanced Settings > Usage Data*.
See our https://www.elastic.co/legal/privacy-statement[Privacy Statement] to learn more.
Refer to our https://www.elastic.co/legal/product-privacy-statement[Privacy Statement] to learn more.
[float]
[[telemetry-general-settings]]

View file

@ -727,7 +727,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
troubleshooting: `${SECURITY_SOLUTION_DOCS}ts-management.html#ts-endpoints`,
},
legal: {
privacyStatement: `${ELASTIC_WEBSITE_URL}legal/privacy-statement`,
privacyStatement: `${ELASTIC_WEBSITE_URL}legal/product-privacy-statement`,
},
kibanaUpgradeSavedObjects: {
resolveMigrationFailures: `${KIBANA_DOCS}resolve-migrations-failures.html`,