From 8699d11660fba26f067b6857867653fd817961c5 Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Sat, 28 May 2022 10:23:21 +0900 Subject: [PATCH] in_forward: support 'unix_perm' Signed-off-by: Takahiro Yamashita --- pipeline/inputs/forward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index 3f5154f65..7d81b4bb2 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -12,6 +12,7 @@ The plugin supports the following configuration parameters: | Listen | Listener network interface. | 0.0.0.0 | | Port | TCP port to listen for incoming connections. | 24224 | | Unix_Path | Specify the path to unix socket to receive a Forward message. If set, `Listen` and `Port` are ignored. | | +| Unix_Perm | Set the permission of the unix socket file. If `Unix_Path` is not set, this parameter is ignored. | | | Buffer\_Max\_Size | Specify the maximum buffer memory size used to receive a Forward message. The value must be according to the [Unit Size](../../administration/configuring-fluent-bit/unit-sizes.md) specification. | 6144000 | | Buffer\_Chunk\_Size | By default the buffer to store the incoming Forward messages, do not allocate the maximum memory allowed, instead it allocate memory when is required. The rounds of allocations are set by _Buffer\_Chunk\_Size_. The value must be according to the [Unit Size ](../../administration/configuring-fluent-bit/unit-sizes.md)specification. | 1024000 | | Tag_Prefix | Prefix incoming tag with the defined value.| |