From 0184e503efa1147bdf9c81d2150eac4ad4f56ec9 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Thu, 5 Dec 2024 13:18:21 +0900 Subject: [PATCH] Update pipeline/inputs/forward.md Co-authored-by: Adam Locke Signed-off-by: Hiroshi Hatake --- pipeline/inputs/forward.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index dfb7585ae..f2f02466c 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -18,7 +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` | +| 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` |