Skip to content

Commit 44cf9f9

Browse files
committed
Admin: transport security:final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent b2b7f26 commit 44cf9f9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

administration/transport-security.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use TLS on input plugins, you must provide both a certificate and a private k
2222

2323
The 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+
```

vale-styles/FluentBit/Acronyms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ exceptions:
4141
- GCP
4242
- GCS
4343
- GDB
44+
- GELF
4445
- GET
4546
- GNU
4647
- GPG
@@ -100,6 +101,7 @@ exceptions:
100101
- SHA
101102
- SIEM
102103
- SLA
104+
- SNI
103105
- SQL
104106
- SSH
105107
- SSL

0 commit comments

Comments
 (0)