-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add Loki log collection service to the monitoring stack #617
Comments
Before loki (which is alpha), we should add support for ordinary rsyslog. This provides a central place for logs instead of having to go to each server for its logs. rsyslog is available on all distributions and is integrated with syslog. |
Loki is now in GA, and provide good integration with Grafana. |
@tzach @avikivity @slivne I would like to try and integrate loki, |
Why do people insist on agents? Is there no way for loki to use the rsyslog protocol? |
Loki is a push-based server the agents push towards it. |
Please do, and open an issue for them to interoperate with rsyslog. |
it's the other way around, Loki is the passive side here, it's up to rsyslog to be able to push to loki |
No, rsyslog sends the data in its own format. Loki should listen on the rsyslog socket and accept it. rsyslog is about 7,812 years old, you can't expect it to send data on the loki protocol. |
it has an extension mechanism to support different targets |
Loki is a Prometheus-inspired logging service, which works well with Grafana. It is still very new but can be a simple, out of the box solution for log collection.
The text was updated successfully, but these errors were encountered: