Skip to content

Commit 67960b0

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 bb58fbb commit 67960b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/tcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ The plugin supports the following configuration parameters:
1212
| `Port` | TCP port to listen for connections. | `5170` |
1313
| `Buffer_Size` | Specify the maximum buffer size in KB to receive a JSON message. If not set, the default is the value of `Chunk_Size`. | `Chunk_Size` |
1414
| `Chunk_Size` | The default buffer to store the incoming JSON messages. It doesn't allocate the maximum memory allowed; instead it allocates memory when required. The rounds of allocations are set by `Chunk_Size`. If not set, `Chunk_Size` is equal to 32 (32KB). | `32` |
15-
| `Format` | Specify the expected payload format. Supported values: `json` and `none`. `json` it expects JSON maps. When set to `none`, every record splits using the defined `Separator`. | `json` |
15+
| `Format` | Specify the expected payload format. Supported values: `json` and `none`. When set to `json` it expects JSON maps. When set to `none`, every record splits using the defined `Separator`. | `json` |
1616
| `Separator` | When `Format` is set to `none`, Fluent Bit needs a separator string to split the records. | `LF` or `0x10` (break line) |
1717
| `Source_Address_Key`| Specify the key to inject the source address. | _none_ |
1818
| `Threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1919

2020
## Get started
2121

22-
To receive JSON messages over TCP, you can run the plugin from the command line or through the configuration file:
22+
To receive JSON messages over TCP, you can run the plugin from the command line or through the configuration file.
2323

2424
### Command line
2525

@@ -39,7 +39,7 @@ In the example the JSON messages will only arrive through the network interface
3939

4040
### Configuration file
4141

42-
In your main configuration file append the following sections:
42+
In your main configuration file append the following sections:
4343

4444
{% tabs %}
4545
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)