summaryrefslogtreecommitdiffstats
path: root/docs/netdata-security.md
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-02-26 10:05:07 -0800
committerGitHub <noreply@github.com>2023-02-26 10:05:07 -0800
commitde83baadced897c8b8a29e5865573deffad16bfc (patch)
tree9ab8d3fa2c73c6d41b99506539068230274cf5fe /docs/netdata-security.md
parent48c05cbf36bceb48ea60130c0110d398edcfbfd7 (diff)
fix relative link to anonymous statistics (#14614)
Diffstat (limited to 'docs/netdata-security.md')
-rw-r--r--docs/netdata-security.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index 5b19e10749..cf0752383e 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -1,13 +1,3 @@
-<!--
-title: "Security design"
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-security.md
-sidebar_label: "Security Design"
-learn_status: "Published"
-learn_topic_type: "Tasks"
-learn_rel_path: "Configuration"
-sidebar_position: 20
--->
-
# Security design
We have given special attention to all aspects of Netdata, ensuring that everything throughout its operation is as secure as possible. Netdata has been designed with security in mind.
@@ -241,7 +231,7 @@ Of course, there are many more methods you could use to protect Netdata:
Netdata server. This requires more resources (you will need a bigger parent Netdata server), but does not require
any firewall changes, since all the child Netdata servers will not be listening for incoming connections.
-## Anonymous Statistics
+## Anonymous statistics
### Registry or how to not send any information to a third party server
@@ -255,7 +245,7 @@ If sending this information to the central Netdata registry violates your securi
### Opt-out of anonymous statistics
Starting with v1.30, Netdata collects anonymous usage information by default and sends it to a self hosted PostHog instance within the Netdata infrastructure. Read
-about the information collected, and learn how to-opt, on our [anonymous statistics](anonymous-statistics.md) page.
+about the information collected, and learn how to-opt, on our [anonymous telemetry events](https://github.com/netdata/netdata/blob/master/docs/anonymous-statistics.md) page.
The usage statistics are _vital_ for us, as we use them to discover bugs and prioritize new features. We thank you for
_actively_ contributing to Netdata's future.