Skip to content

Commit 3a0cf5e

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 4d4004d commit 3a0cf5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/outputs/tcp-and-tls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This plugin supports the following parameters:
88

99
| Key | Description | Default |
1010
|:--- |:----------- |:------- |
11-
| `Host` | Target host where Fluent-Bit or Fluentd are listening for Forward messages. | `127.0.0.1` |
11+
| `Host` | Target host where Fluent Bit or Fluentd are listening for Forward messages. | `127.0.0.1` |
1212
| `Port` | TCP Port of the target service. | `5170` |
1313
| `Format` | Specify the data format to be printed. Supported formats: `msgpack`, `json`, `json_lines`, `json_stream`. | `msgpack` |
1414
| `json_date_key`| Specify the name of the time key in the output record. To disable the time key, set the value to `false`. | `date` |
15-
| `json_date_format` | Specify the format of the date. Supported formats: `double`, `epoch`, `iso8601`, `java_sql_timestamp` | `double` |
15+
| `json_date_format` | Specify the format of the date. Supported formats: `double`, `epoch`, `iso8601`, `java_sql_timestamp`. | `double` |
1616
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `2` |
1717

1818
## TLS configuration parameters
@@ -27,7 +27,7 @@ The following parameters are available to configure a secure channel connection
2727
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
2828
| `tls.crt_file` | Absolute path to Certificate file. | _none_ |
2929
| `tls.key_file` | Absolute path to private Key file. | _none_ |
30-
| `tls.key_passwd` | Optional password for tls.key_file file. | _none_ |
30+
| `tls.key_passwd` | Optional password for `tls.key_file` file. | _none_ |
3131

3232
### Command line
3333

@@ -40,7 +40,7 @@ fluent-bit -i cpu -o tcp://127.0.0.1:5170 -p format=json_lines -v
4040
```
4141

4242

43-
Run the following in a separate terminal, `netcat` will start listening for messages on TCP port 5170. After it connects to Fluent Bit you should see the output in JSON format:
43+
Run the following in a separate terminal, `netcat` will start listening for messages on TCP port `5170`. After it connects to Fluent Bit you should see the output in JSON format:
4444

4545
```shell
4646
nc -l 5170

0 commit comments

Comments
 (0)