@@ -22,7 +22,7 @@ To use TLS on input plugins, you must provide both a certificate and a private k
22
22
23
23
The listed properties can be enabled in the configuration file, specifically in each output plugin section or directly through the command line.
24
24
25
- The following ** output** plugins can take advantage of the TLS feature:
25
+ The following output plugins can take advantage of the TLS feature:
26
26
27
27
- [ Amazon S3] ( ../pipeline/outputs/s3.md )
28
28
- [ Apache SkyWalking] ( ../pipeline/outputs/skywalking.md )
@@ -51,11 +51,11 @@ The following **output** plugins can take advantage of the TLS feature:
51
51
- [ Splunk] ( ../pipeline/outputs/splunk.md )
52
52
- [ Stackdriver] ( ../pipeline/outputs/stackdriver.md )
53
53
- [ Syslog] ( ../pipeline/outputs/syslog.md )
54
- - [ TCO and TLS] ( ../pipeline/outputs/tcp-and-tls.md )
54
+ - [ TCP and TLS] ( ../pipeline/outputs/tcp-and-tls.md )
55
55
- [ Treasure Data] ( ../pipeline/outputs/treasure-data.md )
56
56
- [ WebSocket] ( ../pipeline/outputs/websocket.md )
57
57
58
- The following ** input** plugins can take advantage of the TLS feature:
58
+ The following input plugins can take advantage of the TLS feature:
59
59
60
60
- [ Docker Events] ( ../pipeline/inputs/docker-events.md )
61
61
- [ Elasticsearch (Bulk API)] ( ../pipeline/inputs/elasticsearch.md )
@@ -93,7 +93,7 @@ fluent-bit -i http \
93
93
94
94
{% hint style="info" %}
95
95
96
- See the Tips and Tricks section below for details on generating ` self_signed.crt ` and ` self_signed.key ` files shown in these examples.
96
+ See the Tips and Tricks section for details on generating ` self_signed.crt ` and ` self_signed.key ` files shown in these examples.
97
97
98
98
{% endhint %}
99
99
@@ -194,7 +194,7 @@ pipeline:
194
194
{% endtab %}
195
195
{% endtabs %}
196
196
197
- ## Tips and Tricks
197
+ ## Tips and tricks
198
198
199
199
### Generate a self-signed certificates for testing purposes
200
200
@@ -317,4 +317,4 @@ This outgoing connect will fail and disconnect:
317
317
[2024/06/17 16:51:31] [error] [tls] error: unexpected EOF with reason: certificate verify failed
318
318
[2024/06/17 16:51:31] [debug] [upstream] connection #50 failed to other.fluent-aggregator.net:24224
319
319
[2024/06/17 16:51:31] [error] [output:forward:forward.0] no upstream connections available
320
- ```
320
+ ```
0 commit comments