From 32d8f5070b3ccaa1e3280173c527e38135b57f2d Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 18 Apr 2024 00:33:49 +0900 Subject: [PATCH] in_tcp: Add a description for source_address_key (#1155) Signed-off-by: Hiroshi Hatake --- pipeline/inputs/tcp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/inputs/tcp.md b/pipeline/inputs/tcp.md index c5b35a778..ac3375c90 100644 --- a/pipeline/inputs/tcp.md +++ b/pipeline/inputs/tcp.md @@ -14,6 +14,7 @@ The plugin supports the following configuration parameters: | Chunk\_Size | By default the buffer to store the incoming JSON messages, do not allocate the maximum memory allowed, instead it allocate memory when is required. The rounds of allocations are set by _Chunk\_Size_ in KB. If not set, _Chunk\_Size_ is equal to 32 (32KB). | 32 | | Format | Specify the expected payload format. It support the options _json_ and _none_. When using _json_, it expects JSON maps, when is set to _none_, it will split every record using the defined _Separator_ (option below). | json | | Separator | When the expected _Format_ is set to _none_, Fluent Bit needs a separator string to split the records. By default it uses the breakline character (LF or 0x10). | | +| Source\_Address\_Key| Specify the key where the source address will be injected. | | ## Getting Started