mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Telemetry] Change Privacy Statement Link (#156845)
This commit is contained in:
parent
49e521233f
commit
069af32d4b
2 changed files with 2 additions and 2 deletions
|
@ -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]]
|
||||
|
|
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue