From 4a8a22909ce1f25f6500372edeb84405c944a95c Mon Sep 17 00:00:00 2001 From: RicardoAAD Date: Tue, 17 Oct 2023 12:29:45 -0300 Subject: [PATCH 1/2] This commit add supports for TLS/SSL to the below inputs plugin pipeline:inputs:forward.md pipeline:inputs:syslog.md And updates the list of supported plugins for TLS/SSL administration:transport-security.md Signed-off-by: RicardoAAD --- administration/transport-security.md | 2 ++ pipeline/inputs/forward.md | 4 ++++ pipeline/inputs/syslog.md | 6 +++++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/administration/transport-security.md b/administration/transport-security.md index 4b188ede7..a2bca87a1 100644 --- a/administration/transport-security.md +++ b/administration/transport-security.md @@ -50,6 +50,8 @@ The following **input** plugins can take advantage of the TLS feature: * [TCP](../pipeline/inputs/tcp.md) * [HTTP](../pipeline/inputs/http.md) * [OpenTelemetry](../pipeline/inputs/opentelemetry.md) +* [Forward](../pipeline/inputs/forward.md) +* [Syslog](../pipeline/inputs/syslog.md) In addition, other plugins implements a sub-set of TLS support, meaning, with restricted configuration: diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index 80eaa3502..b86120300 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -18,6 +18,10 @@ The plugin supports the following configuration parameters: | Tag_Prefix | Prefix incoming tag with the defined value.| | | Tag | Override the tag of the forwarded events with the defined value.| | +### TLS / SSL + +Forward input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. + ## Getting Started In order to receive Forward messages, you can run the plugin from the command line or through the configuration file as shown in the following examples. diff --git a/pipeline/inputs/syslog.md b/pipeline/inputs/syslog.md index 1fe97fe67..8319b91cf 100644 --- a/pipeline/inputs/syslog.md +++ b/pipeline/inputs/syslog.md @@ -1,6 +1,6 @@ # Syslog -_Syslog_ input plugins allows to collect Syslog messages through a Unix socket server \(UDP or TCP\) or over the network using TCP or UDP. +_Syslog_ input plugins allows to collect Syslog messages through a Unix socket server \(UDP or TCP\) or over the network using TCP, UDP. ## Configuration Parameters @@ -24,6 +24,10 @@ The plugin supports the following configuration parameters: * When using Syslog input plugin, Fluent Bit requires access to the _parsers.conf_ file, the path to this file can be specified with the option _-R_ or through the _Parsers\_File_ key on the \[SERVICE\] section \(more details below\). * When _udp_ or _unix\_udp_ is used, the buffer size to receive messages is configurable **only** through the _Buffer\_Chunk\_Size_ option which defaults to 32kb. +### TLS / SSL + +Syslog input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. + ## Getting Started In order to receive Syslog messages, you can run the plugin from the command line or through the configuration file: From d9b11c181eec3427c5e1ad44bb33b3bb70715160 Mon Sep 17 00:00:00 2001 From: RicardoAAD Date: Wed, 18 Oct 2023 15:53:46 -0300 Subject: [PATCH 2/2] This commit fixes typos in the below files pipeline:inputs:forward Fixed TTL =>TLS pipeline:inputs:syslog Fixed TTL =>TLS Signed-off-by: RicardoAAD --- pipeline/inputs/forward.md | 2 +- pipeline/inputs/syslog.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index b86120300..2e8abebcf 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -20,7 +20,7 @@ The plugin supports the following configuration parameters: ### TLS / SSL -Forward input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. +Forward input plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. ## Getting Started diff --git a/pipeline/inputs/syslog.md b/pipeline/inputs/syslog.md index 8319b91cf..0d9acbd80 100644 --- a/pipeline/inputs/syslog.md +++ b/pipeline/inputs/syslog.md @@ -1,6 +1,6 @@ # Syslog -_Syslog_ input plugins allows to collect Syslog messages through a Unix socket server \(UDP or TCP\) or over the network using TCP, UDP. +_Syslog_ input plugins allows to collect Syslog messages through a Unix socket server \(UDP or TCP\) or over the network using TCP or UDP. ## Configuration Parameters @@ -26,7 +26,7 @@ The plugin supports the following configuration parameters: ### TLS / SSL -Syslog input plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. +Syslog input plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [Transport Security](../../administration/transport-security.md) section. ## Getting Started