Skip to content

Commit 1d3edfc

Browse files
authored
Fixed one incorrect default value for config parameter 'self_hostname' in forward input plugin doc. Fixes #2256. (#2257)
Fixed one incorrect default value for config parameter 'self_hostname' in forward input plugin doc. Fixes #2256. Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 2bcdf11 commit 1d3edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/forward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The plugin supports the following configuration parameters:
1414
| `listen` | Listener network interface. | `0.0.0.0` |
1515
| `port` | TCP port to listen for incoming connections. | `24224` |
1616
| `security.users` | Specify the username and password pairs for secure forward authentication. Requires `shared_key` or `empty_shared_key` to be set. | |
17-
| `self_hostname` | Hostname for secure forward authentication. | _none_ |
17+
| `self_hostname` | Hostname for secure forward authentication. | `localhost` |
1818
| `shared_key` | Shared key for secure forward authentication. | _none_ |
1919
| `tag` | Override the tag of the forwarded events with the defined value. | _none_ |
2020
| `tag_prefix` | Prefix incoming tag with the defined value. | _none_ |

0 commit comments

Comments
 (0)