From a69c4a84daf3aab342738dca19153bcd4c43578c Mon Sep 17 00:00:00 2001 From: claudex Date: Thu, 22 Aug 2024 17:15:58 +0200 Subject: [PATCH] Typo in secure forward key (#1411) Signed-off-by: claudex --- 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 2878f5b8b..7b5f284d6 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -81,7 +81,7 @@ pipeline: Since Fluent Bit v3, in\_forward can handle secure forward protocol. -For using user-password authentication, it needs to specify `secutiry.users` at least an one-pair. +For using user-password authentication, it needs to specify `security.users` at least an one-pair. For using shared key, it needs to specify `shared_key` in both of forward output and forward input. `self_hostname` is not able to specify with the same hostname between fluent servers and clients.