diff --git a/pipeline/inputs/forward.md b/pipeline/inputs/forward.md index 46342ea1b..7a6e0ca1b 100644 --- a/pipeline/inputs/forward.md +++ b/pipeline/inputs/forward.md @@ -14,7 +14,7 @@ The plugin supports the following configuration parameters: | `listen` | Listener network interface. | `0.0.0.0` | | `port` | TCP port to listen for incoming connections. | `24224` | | `security.users` | Specify the username and password pairs for secure forward authentication. Requires `shared_key` or `empty_shared_key` to be set. | | -| `self_hostname` | Hostname for secure forward authentication. | _none_ | +| `self_hostname` | Hostname for secure forward authentication. | `localhost` | | `shared_key` | Shared key for secure forward authentication. | _none_ | | `tag` | Override the tag of the forwarded events with the defined value. | _none_ | | `tag_prefix` | Prefix incoming tag with the defined value. | _none_ |