Skip to content

Commit 7b6b315

Browse files
Merge pull request #2171 from fluent/alexakreizinger/sc-154515/fix-typo-in-fb-otel-output-doc
2 parents 21a716a + 7e32c29 commit 7b6b315

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

administration/transport-security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Fluent Bit provides integrated support for Transport Layer Security (TLS) and it
55

66
{% hint style="info" %}
77

8-
Fluent Bit 4.1.0 introduced the replacement of Next Protocol Negotiation (NPN) with Application Layer Protocol Negotiation (ALPN) as its implementation for TLS.
9-
Both NPN and ALPN are used when client and server are establishing SSL/TLS connections. ALPN avoids an additional round trip because the client list the application layer protocols supported by the client in the client hello message.
8+
Fluent Bit 4.1.0 introduced the replacement of Next Protocol Negotiation (NPN) with Application Layer Protocol Negotiation (ALPN) as its implementation for TLS.
9+
Both NPN and ALPN are used when client and server are establishing SSL/TLS connections. ALPN avoids an additional round trip because the client list the application layer protocols supported by the client in the client hello message.
1010

1111
{% endhint %}
1212

@@ -121,7 +121,7 @@ pipeline:
121121
port: 9999
122122
tls: on
123123
tls.verify: off
124-
tls.cert_file: self_signed.crt
124+
tls.crt_file: self_signed.crt
125125
tls.key_file: self_signed.key
126126

127127
outputs:

pipeline/inputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
4646
| `tls` | Enable or disable TLS/SSL support. | `off` |
4747
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
4848
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |
49-
| `tls.cert_file` | Absolute path to Certificate file. | _none_ |
49+
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
5050
| `tls.ciphers` | Specify TLS ciphers up to TLSv1.2. | _none_ |
5151
| `tls.debug` | Set TLS debug level. Accepts `0` (No debug), `1`(Error), `2` (State change), `3` (Informational) and `4` (Verbose). | `1` |
5252
| `tls.key_file` | Absolute path to private Key file. | _none_ |

pipeline/outputs/azure_kusto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
105105
| `tls` | Enable or disable TLS/SSL support. | `off` |
106106
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
107107
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |
108-
| `tls.cert_file` | Absolute path to Certificate file. | _none_ |
108+
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
109109
| `tls.ciphers` | Specify TLS ciphers up to TLSv1.2. | _none_ |
110110
| `tls.debug` | Set TLS debug level. Accepts `0` (No debug), `1`(Error), `2` (State change), `3` (Informational) and `4` (Verbose). | `1` |
111111
| `tls.key_file` | Absolute path to private Key file. | _none_ |

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Only HTTP endpoints are supported.
7575
| `tls` | Enable or disable TLS/SSL support. | `off` |
7676
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
7777
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |
78-
| `tls.cert_file` | Absolute path to Certificate file. | _none_ |
78+
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
7979
| `tls.ciphers` | Specify TLS ciphers up to TLSv1.2. | _none_ |
8080
| `tls.debug` | Set TLS debug level. Accepts `0` (No debug), `1`(Error), `2` (State change), `3` (Informational) and `4` (Verbose). | `1` |
8181
| `tls.key_file` | Absolute path to private Key file. | _none_ |

pipeline/outputs/s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The [Prometheus success/retry/error metrics values](../../administration/monitor
8282
| `tls` | Enable or disable TLS/SSL support. | `off` |
8383
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
8484
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |
85-
| `tls.cert_file` | Absolute path to Certificate file. | _none_ |
85+
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
8686
| `tls.ciphers` | Specify TLS ciphers up to TLSv1.2. | _none_ |
8787
| `tls.debug` | Set TLS debug level. Accepts `0` (No debug), `1`(Error), `2` (State change), `3` (Informational) and `4` (Verbose). | `1` |
8888
| `tls.key_file` | Absolute path to private Key file. | _none_ |

0 commit comments

Comments
 (0)