-
Notifications
You must be signed in to change notification settings - Fork 12
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
spike: log aggregation and JSON logs #21
Comments
FYI, I've been working on adding loki which is a super new, experimental log aggregator. We'll see how it turns out in a few months. Configs:
Docs / Notes Grfana dashboard: A cool thing is their
This is powerful for developers and something I wished was available from an ELK stack. |
Right now it's behind the oauth2-proxy auth and would need something else auth-wise. We'll likely have to add certificate based auth into it. |
If you're auth'd loading https://infra.moov.io/loki/api/prom/label works. |
Loki offers some dashboards and alerts we could pull in (with work from #22) in https://github.com/grafana/loki/tree/master/production/loki-mixin, but right I've got an open PR to fix the |
What were you trying to do?
Log aggregation is the process of collecting plaintext (or structured) logs from applications, databases, etc and capturing them into a unified system. There are options available (ELK - elasticsearch, logstash, kafka/kibana, oklog (recently deprecated)).
Aggregated logs are much easier to reason about and allows further automation built on logs.
What other options are available?
The text was updated successfully, but these errors were encountered: