@@ -22,7 +22,7 @@ To use TLS on input plugins, you must provide both a certificate and a private k
2222
2323The listed properties can be enabled in the configuration file, specifically in each output plugin section or directly through the command line.
2424
25- The following ** output** plugins can take advantage of the TLS feature:
25+ The following output plugins can take advantage of the TLS feature:
2626
2727- [ Amazon S3] ( ../pipeline/outputs/s3.md )
2828- [ Apache SkyWalking] ( ../pipeline/outputs/skywalking.md )
@@ -51,11 +51,11 @@ The following **output** plugins can take advantage of the TLS feature:
5151- [ Splunk] ( ../pipeline/outputs/splunk.md )
5252- [ Stackdriver] ( ../pipeline/outputs/stackdriver.md )
5353- [ 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 )
5555- [ Treasure Data] ( ../pipeline/outputs/treasure-data.md )
5656- [ WebSocket] ( ../pipeline/outputs/websocket.md )
5757
58- The following ** input** plugins can take advantage of the TLS feature:
58+ The following input plugins can take advantage of the TLS feature:
5959
6060- [ Docker Events] ( ../pipeline/inputs/docker-events.md )
6161- [ Elasticsearch (Bulk API)] ( ../pipeline/inputs/elasticsearch.md )
@@ -93,7 +93,7 @@ fluent-bit -i http \
9393
9494{% hint style="info" %}
9595
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.
9797
9898{% endhint %}
9999
@@ -194,7 +194,7 @@ pipeline:
194194{% endtab %}
195195{% endtabs %}
196196
197- ## Tips and Tricks
197+ ## Tips and tricks
198198
199199### Generate a self-signed certificates for testing purposes
200200
@@ -317,4 +317,4 @@ This outgoing connect will fail and disconnect:
317317[2024/06/17 16:51:31] [error] [tls] error: unexpected EOF with reason: certificate verify failed
318318[2024/06/17 16:51:31] [debug] [upstream] connection #50 failed to other.fluent-aggregator.net:24224
319319[2024/06/17 16:51:31] [error] [output:forward:forward.0] no upstream connections available
320- ```
320+ ```
0 commit comments