From b4e9fd0c591a66c11f4bdd0d2c667556e9d866c3 Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Tue, 26 May 2020 20:08:29 +0300 Subject: Change backends to exporting engine in general documentation pages (#9045) --- docs/netdata-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/netdata-security.md') diff --git a/docs/netdata-security.md b/docs/netdata-security.md index 489b75b2ff..36ee6d5e9d 100644 --- a/docs/netdata-security.md +++ b/docs/netdata-security.md @@ -26,7 +26,7 @@ We have given special attention to all aspects of Netdata, ensuring that everyth Netdata collects raw data from many sources. For each source, Netdata uses a plugin that connects to the source (or reads the relative files produced by the source), receives raw data and processes them to calculate the metrics shown on Netdata dashboards. -Even if Netdata plugins connect to your database server, or read your application log file to collect raw data, the product of this data collection process is always a number of **chart metadata and metric values** (summarized data for dashboard visualization). All Netdata plugins (internal to the Netdata daemon, and external ones written in any computer language), convert raw data collected into metrics, and only these metrics are stored in Netdata databases, sent to upstream Netdata servers, or archived to backend time-series databases. +Even if Netdata plugins connect to your database server, or read your application log file to collect raw data, the product of this data collection process is always a number of **chart metadata and metric values** (summarized data for dashboard visualization). All Netdata plugins (internal to the Netdata daemon, and external ones written in any computer language), convert raw data collected into metrics, and only these metrics are stored in Netdata databases, sent to upstream Netdata servers, or archived to external time-series databases. > The **raw data** collected by Netdata, do not leave the host they are collected. **The only data Netdata exposes are chart metadata and metric values.** -- cgit v1.2.3