From a6574b7633abf73284ad1b0bfae2126e07f660f8 Mon Sep 17 00:00:00 2001 From: RicardoAAD Date: Fri, 20 Oct 2023 18:11:04 -0300 Subject: [PATCH] Fixing typo in input pluggins changed TTL to TLS --- pipeline/inputs/http.md | 2 +- pipeline/outputs/elasticsearch.md | 2 +- pipeline/outputs/http.md | 2 +- pipeline/outputs/influxdb.md | 2 +- pipeline/outputs/kafka-rest-proxy.md | 2 +- pipeline/outputs/oci-logging-analytics.md | 2 +- pipeline/outputs/opensearch.md | 2 +- pipeline/outputs/skywalking.md | 2 +- pipeline/outputs/splunk.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pipeline/inputs/http.md b/pipeline/inputs/http.md index aead92d9d..b54cecd4b 100644 --- a/pipeline/inputs/http.md +++ b/pipeline/inputs/http.md @@ -18,7 +18,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP ### TLS / SSL -HTTP 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. +HTTP 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/outputs/elasticsearch.md b/pipeline/outputs/elasticsearch.md index 53b94c8a4..f708d4a1e 100644 --- a/pipeline/outputs/elasticsearch.md +++ b/pipeline/outputs/elasticsearch.md @@ -54,7 +54,7 @@ The **es** output plugin, allows to ingest your records into an [Elasticsearch]( ### TLS / SSL -Elasticsearch output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. +Elasticsearch output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. ### write\_operation diff --git a/pipeline/outputs/http.md b/pipeline/outputs/http.md index 281cf0ef3..126b35cef 100644 --- a/pipeline/outputs/http.md +++ b/pipeline/outputs/http.md @@ -37,7 +37,7 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo ### TLS / SSL -HTTP output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. +HTTP output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. ## Getting Started diff --git a/pipeline/outputs/influxdb.md b/pipeline/outputs/influxdb.md index 03de434b9..f993427f1 100644 --- a/pipeline/outputs/influxdb.md +++ b/pipeline/outputs/influxdb.md @@ -22,7 +22,7 @@ The **influxdb** output plugin, allows to flush your records into a [InfluxDB](h ### TLS / SSL -InfluxDB output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](https://github.com/fluent/fluent-bit-docs/tree/16f30161dc4c79d407cd9c586a0c6839d0969d97/pipeline/configuration/tls_ssl.md) section. +InfluxDB output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](https://github.com/fluent/fluent-bit-docs/tree/16f30161dc4c79d407cd9c586a0c6839d0969d97/pipeline/configuration/tls_ssl.md) section. ## Getting Started diff --git a/pipeline/outputs/kafka-rest-proxy.md b/pipeline/outputs/kafka-rest-proxy.md index 12569e0ab..05d3f525c 100644 --- a/pipeline/outputs/kafka-rest-proxy.md +++ b/pipeline/outputs/kafka-rest-proxy.md @@ -18,7 +18,7 @@ The **kafka-rest** output plugin, allows to flush your records into a [Kafka RES ### TLS / SSL -Kafka REST Proxy output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. +Kafka REST Proxy output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. ## Getting Started diff --git a/pipeline/outputs/oci-logging-analytics.md b/pipeline/outputs/oci-logging-analytics.md index a3478e0da..54abb039a 100644 --- a/pipeline/outputs/oci-logging-analytics.md +++ b/pipeline/outputs/oci-logging-analytics.md @@ -36,7 +36,7 @@ The following parameters are to set the Logging Analytics resources that must be ## TLS/SSL -OCI Logging Analytics output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section. +OCI Logging Analytics output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section. ## Getting Started diff --git a/pipeline/outputs/opensearch.md b/pipeline/outputs/opensearch.md index b50dd2d60..57217744b 100644 --- a/pipeline/outputs/opensearch.md +++ b/pipeline/outputs/opensearch.md @@ -51,7 +51,7 @@ The following instructions assumes that you have a fully operational OpenSearch ### TLS / SSL -OpenSearch output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. +OpenSearch output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](tcp-and-tls.md) section. ### write\_operation diff --git a/pipeline/outputs/skywalking.md b/pipeline/outputs/skywalking.md index b996e46dd..b4b2aa687 100644 --- a/pipeline/outputs/skywalking.md +++ b/pipeline/outputs/skywalking.md @@ -14,7 +14,7 @@ The **Apache SkyWalking** output plugin, allows to flush your records to a [Apac ### TLS / SSL -Apache SkyWalking output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](https://github.com/fluent/fluent-bit-docs/tree/16f30161dc4c79d407cd9c586a0c6839d0969d97/pipeline/configuration/tls_ssl.md) section. +Apache SkyWalking output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](https://github.com/fluent/fluent-bit-docs/tree/16f30161dc4c79d407cd9c586a0c6839d0969d97/pipeline/configuration/tls_ssl.md) section. ## Getting Started diff --git a/pipeline/outputs/splunk.md b/pipeline/outputs/splunk.md index 055a8ccff..6b18babec 100644 --- a/pipeline/outputs/splunk.md +++ b/pipeline/outputs/splunk.md @@ -41,7 +41,7 @@ Content and Splunk metadata \(fields\) handling configuration properties: ### TLS / SSL -Splunk output plugin supports TTL/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section. +Splunk output plugin supports TLS/SSL, for more details about the properties available and general configuration, please refer to the [TLS/SSL](../../administration/transport-security.md) section. ## Getting Started