Skip to content

Commit

Permalink
out_forward: add 'unix_path' property (fluent#689)
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>

Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 authored Aug 18, 2022
1 parent 3458a9b commit 7506707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/outputs/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 7506707

Please sign in to comment.