From d0205dcce99495dc82edc1ac8f70ce89439e9bff Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 10 Jul 2023 16:22:49 +0900 Subject: [PATCH] in_tcp: Add a description for source_address_key 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 c7a01fd3d..029e4c2ba 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