fix relative link to anonymous statistics (#14614)
Chris Akritidis committed
Feb 26, 2023 at 10:05 UTC
de83baadced897c8b8a29e5865573deffad16bfc
1 file changed
+2
-12
docs/netdata-security.md
+2
-12
@@ -1,13 +1,3 @@
1
-<!--
2
-title: "Security design"
3
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-security.md
4
-sidebar_label: "Security Design"
5
-learn_status: "Published"
6
-learn_topic_type: "Tasks"
7
-learn_rel_path: "Configuration"
8
-sidebar_position: 20
9
--->
10
-
1
# Security design
2
3
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:
231
Netdata server. This requires more resources (you will need a bigger parent Netdata server), but does not require
232
any firewall changes, since all the child Netdata servers will not be listening for incoming connections.
233
244
-## Anonymous Statistics
234
+## Anonymous statistics
235
236
### Registry or how to not send any information to a third party server
237
@@ -255,7 +245,7 @@ If sending this information to the central Netdata registry violates your securi
245
### Opt-out of anonymous statistics
246
247
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
258
-about the information collected, and learn how to-opt, on our [anonymous statistics](anonymous-statistics.md) page.
248
+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.
249
250
The usage statistics are _vital_ for us, as we use them to discover bugs and prioritize new features. We thank you for
251
_actively_ contributing to Netdata's future.