From 544de11f28adaa8b5d550e1ba441df6544e97c89 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 4 Dec 2024 16:39:54 +0900 Subject: [PATCH] in_forward: Add a description for empty_shared_key Signed-off-by: Hiroshi Hatake --- pipeline/inputs/forward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index 9e7a61599..dfb7585ae 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` |