From 7506707fcf10e2651097af8a02105b4027cbcb24 Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Fri, 19 Aug 2022 06:25:02 +0900 Subject: [PATCH] out_forward: add 'unix_path' property (#689) Signed-off-by: Takahiro Yamashita Signed-off-by: Takahiro Yamashita --- pipeline/outputs/forward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/outputs/forward.md b/pipeline/outputs/forward.md index 43923e5cbd0..32e0bb54083 100644 --- a/pipeline/outputs/forward.md +++ b/pipeline/outputs/forward.md @@ -18,6 +18,7 @@ The following parameters are mandatory for either Forward for Secure Forward mod | Port | TCP Port of the target service. | 24224 | | Time_as_Integer | Set timestamps in integer format, it enable compatibility mode for Fluentd v0.12 series. | False | | Upstream | If Forward will connect to an _Upstream_ instead of a simple host, this property defines the absolute path for the Upstream configuration file, for more details about this refer to the [Upstream Servers ](../../administration/configuring-fluent-bit/classic-mode/upstream-servers.md)documentation section. | | +| Unix_Path | Specify the path to unix socket to send a Forward message. If set, `Upstream` is ignored. | | | Tag | Overwrite the tag as we transmit. This allows the receiving pipeline start fresh, or to attribute source. | | | Send_options | Always send options (with "size"=count of messages) | False | | Require_ack_response | Send "chunk"-option and wait for "ack" response from server. Enables at-least-once and receiving server can control rate of traffic. (Requires Fluentd v0.14.0+ server) | False |