Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/inputs/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_ |
Expand Down