-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Logstash-loki plugin not sending logs to Loki (handshake_failure) #4142
Comments
From time to time, we see errors like the following one, regarding handshake:
This is happening even when insecure_skip_verify is set to true in the loki output configuration. |
Handshake_error is gone after upgrading logastash to 6.8.18. Thank you very much for your support. |
@FelixRodriguezJara, did you add any additional changes to the configuration to get this to work. I am experiencing a similar issue and my settings are pretty much identical. I still dont see the logs over in loki. I am using a much later version of logstash (docker.elastic.co/logstash/logstash:7.9.3) |
Hi @rickydjohn! I did not add any configuration changes, just upgraded to the latest version and it started working. If you have upgraded, perhaps it makes sense to check whether loki gateway or ingester is discarding any log events for any other reason. |
Describe the bug
Logstash-loki output plugin is not sending logs to Loki endpoint. Thus, Loki is not indexing nor showing the logs in the Grafana console.
To Reproduce
Query:
{service="test-gitlab"}
and no results are shown.We have tested using curl command on the loki URL and the logs flow in.
Expected behavior
Logs are sent to Loki and appear in Grafana.
Environment:
The text was updated successfully, but these errors were encountered: