From fd42a9888321dbc46f5a4b026c18ae88eac9cf50 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 3 Jan 2025 23:09:03 +0900 Subject: [PATCH] in_forward: Add a description for empty_shared_key (#1525) * in_forward: Add a description for empty_shared_key Signed-off-by: Hiroshi Hatake * Update pipeline/inputs/forward.md Co-authored-by: Adam Locke Signed-off-by: Hiroshi Hatake --------- Signed-off-by: Hiroshi Hatake Co-authored-by: Adam Locke --- pipeline/inputs/forward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index 9e7a61599..f2f02466c 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -18,6 +18,7 @@ The plugin supports the following configuration parameters: | Tag_Prefix | Prefix incoming tag with the defined value.| | | Tag | Override the tag of the forwarded events with the defined value.| | | Shared\_Key | Shared key for secure forward authentication. | | +| Empty\_Shared\_Key | Use this option to connect to Fluentd with a zero-length shared key. | `false` | | Self\_Hostname | Hostname for secure forward authentication. | | | Security.Users | Specify the username and password pairs for secure forward authentication. | | | Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |