As referenced in #13, ssh tunneling fails in the ubuntu unless username is specified.
Suspected reason is failure to detect username/login of the currently logged in user.
elktail -ssh hostname.com will fail however elktail -ssh john.doe@hostname.com works fine.
As a temporary workaround add username to the ssh connection string.
As referenced in #13, ssh tunneling fails in the ubuntu unless username is specified.
Suspected reason is failure to detect username/login of the currently logged in user.
elktail -ssh hostname.com
will fail howeverelktail -ssh john.doe@hostname.com
works fine.As a temporary workaround add username to the ssh connection string.