You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
|`port`| TCP port to listen for incoming connections. |`24224`|
16
16
|`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`|
18
18
|`shared_key`| Shared key for secure forward authentication. |_none_|
19
19
|`tag`| Override the tag of the forwarded events with the defined value. |_none_|
20
20
|`tag_prefix`| Prefix incoming tag with the defined value. |_none_|
0 commit comments