From e3028708b12b9c7ad6915f3c0ae2c27c2ba03a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no> Date: Fri, 5 Feb 2021 13:09:45 +0100 Subject: [PATCH] Update doc/dataingestion.md --- doc/dataingestion.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dataingestion.md b/doc/dataingestion.md index 128a444..c2e2cd4 100644 --- a/doc/dataingestion.md +++ b/doc/dataingestion.md @@ -42,6 +42,8 @@ The extra filed log_type tells Nifi how it should route the data to the correct * zeek * zookeeper +Support for shipping logs over TLS will be added in a future version of SOCTools. + ## New log types New unsupported log types can be sent to SOCTools port 6006 using Filebeat. Similar configuration as above. By default new data types will be sent to the index logs-custom-unknown. Proper parsing of new log types can be added to the process group "Custom data inputs". -- GitLab