From 392a9948a079f997d109cbfef7c318e135e4145b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 9 Apr 2019 09:25:46 +0200 Subject: [PATCH] security/etpro-telemetry: whitespace cleanup --- security/etpro-telemetry/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/etpro-telemetry/README.md b/security/etpro-telemetry/README.md index e2c5ba206..d9ec83b2e 100644 --- a/security/etpro-telemetry/README.md +++ b/security/etpro-telemetry/README.md @@ -1,6 +1,6 @@ # ETPRO telemetry edition -Telemetry tools, depends on `rule-updater.config`, which contains the device registartion number provided by OPNsense. +Telemetry tools, depends on `rule-updater.config`, which contains the device registartion number provided by OPNsense. for example. ``` @@ -24,12 +24,12 @@ Install requirements (default available on OPNsense) ``` pip install -r requires.txt ``` - + send_telemetry.py ----------------- -Send anonymized telemetry data from Suricata eve log file, for details how the anonimisation works see `EventCollector._get_local_networks()` and +Send anonymized telemetry data from Suricata eve log file, for details how the anonimisation works see `EventCollector._get_local_networks()` and `EventCollector.push()' where all local attached networks are used to strip off the first segments of the address before sending.