Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline error on https: host responding with plain-text #1028

Open
kares opened this issue Aug 9, 2021 · 1 comment
Open

pipeline error on https: host responding with plain-text #1028

kares opened this issue Aug 9, 2021 · 1 comment

Comments

@kares
Copy link
Contributor

kares commented Aug 9, 2021

Logstash information: 7.10.2

(ES output plugin Version: 10.7.3)

As the plugin starts, if pings each entry from hosts.
If the connection fails with a "resolution/timeout/socket" error the host is marked as unreachable (HostUnreachableError).

No all exceptions will "properly" resolve to unreachable e.g. a https:// hosts returning non TLS response will end up mapping a
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message to a Manticore::UnknownException.

The plugin should consider improving it's behavior and flag SSL (some?) errors as "unreachable".

@kares
Copy link
Contributor Author

kares commented Aug 9, 2021

specifically the Unsupported or unrecognized SSL message could also happen if ES isn't secured and runs plain http://
... while LS is configured to connect using a https:// url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant