Skip to content

Commit

Permalink
Unify the references to TLS, as proposed by esmerel
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Lange <[email protected]>
  • Loading branch information
CodingFabian committed Dec 17, 2024
1 parent 180128e commit 9a5befa
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pipeline/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ be compared to the `database` and `table` concepts.

### TLS / SSL

Elasticsearch output plugin supports TLS/SSL. For more details about the properties
available and general configuration, refer to[TLS/SSL](../../administration/transport-security.md).
The Elasticsearch output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

### `write_operation`

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/gelf.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ According to [GELF Payload Specification](https://go2docs.graylog.org/5-0/gettin

### TLS / SSL

GELF 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.
The GELF output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Notes

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The **http** output plugin allows to flush your records into a HTTP endpoint. Fo

### TLS / SSL

HTTP 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.
The HTTP output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ The **influxdb** output plugin, allows to flush your records into a [InfluxDB](h

### TLS / SSL

InfluxDB 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.
The InfluxDB output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/kafka-rest-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ The **kafka-rest** output plugin, allows to flush your records into a [Kafka RES

### TLS / SSL

Kafka REST Proxy 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.
The Kafka REST Proxy output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/oci-logging-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ The following parameters are to set the Logging Analytics resources that must be

## TLS/SSL

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.
The OCI Logging Analytics output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ The following instructions assumes that you have a fully operational OpenSearch
### TLS / SSL

OpenSearch 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.
The OpenSearch output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

### write\_operation

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/skywalking.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The **Apache SkyWalking** output plugin, allows to flush your records to a [Apac

### TLS / SSL

Apache SkyWalking 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.
The Apache SkyWalking output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion pipeline/outputs/splunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Content and Splunk metadata \(fields\) handling configuration properties:

### TLS / SSL

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.
The Splunk output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pipeline/outputs/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You must be aware of the structure of your original record so you can configure
### TLS / SSL

The Syslog 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.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Examples

Expand Down

0 comments on commit 9a5befa

Please sign in to comment.