-
Notifications
You must be signed in to change notification settings - Fork 9
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
/var/log/* is much more than a bunch of forgotten files #76
Comments
👍 |
Hey this is a really really cool talk! I got that ELB stack together once a couple of months ago but it only ran for a week, after that it became horribly slow and we threw everything out the window and started using LogEntries because we should focus on what's important for us. But I would love to know more about this and what I did wrong. |
@joaojeronimo it's actually weird! If you want feel free to get in touch with me, I have it currently running in production, for now just for our load balancer logs and soon with the all applications logs also. |
@pjanuario would you be up to do this talk at the end of June/start of July? (Basically next require(lx)) |
@foliveira Count me in!! |
Elasticsearch have a bunch of awesome free products, among them ELK stack: Elasticsearch, Logstash and Kibana.
This talk will get you on a walk to a centralised logging repository with analytics and powerful search.
When you have several systems and machines, tracking and searching in the logs can be quite painful, well it was, because after this talk you don't have any excuse to keep suffering with this.
A small glimpse from what you can easily achieve in a couple of hours.
The Nginx access default format will allow you to have:
Adding the some data to logs you can easily get:
The text was updated successfully, but these errors were encountered: