-
Notifications
You must be signed in to change notification settings - Fork 26
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
Log Management #38
Comments
So I'm not sure if this will help you or not, but I made a small modification to the svc_upload_event.go file that enables logging to an HTTP endpoint - in my case, a Logstash agent -> Elastic. Here's the steps I did:
There's probably a better way to do this, but I'm not a Go coder so it's the quick and dirty way I came up with. |
@clreinki That might be useful! Thanks! |
Sending it to Elasticsearch and visualizing in Kibana
|
Hey! I've been trying to get moroz to output data that promtail will be able to interpret and use for logs in Grafana, but the only way I've found so far is to make moroz's output to append to a file and then let promtail tail that file.
Has anyone found any other better way of managing logs? I'm open to other services as well
Thanks for this project!
The text was updated successfully, but these errors were encountered: