Skip to content
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

Open
pjanuario opened this issue Nov 9, 2014 · 5 comments
Open

/var/log/* is much more than a bunch of forgotten files #76

pjanuario opened this issue Nov 9, 2014 · 5 comments
Labels

Comments

@pjanuario
Copy link

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.
2014-11-09 at 19 26
2014-11-09 at 19 27
2014-11-09 at 19 36
2014-11-09 at 19 37

The Nginx access default format will allow you to have:

  • number of requests on time (as the image shows);
  • number of errors on time (as the image shows);
  • number of requests split by response code;
  • number of bytes;
  • Top client ips;
  • user agent info (browser, os, device);
  • world map (using clien ips);

Adding the some data to logs you can easily get:

  • requests metrics per upstream;
  • upstream response times;
  • metric per domain;
@pjanuario pjanuario changed the title /var/log/* is much more than a bunch of forgotten files TALK: /var/log/* is much more than a bunch of forgotten files Nov 9, 2014
@pierreozoux
Copy link

👍

@joaojeronimo
Copy link
Member

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.

@daviddias daviddias added the talk label Nov 10, 2014
@pjanuario
Copy link
Author

@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.

@foliveira
Copy link
Member

@pjanuario would you be up to do this talk at the end of June/start of July? (Basically next require(lx))

@pjanuario
Copy link
Author

@foliveira Count me in!!

@daviddias daviddias changed the title TALK: /var/log/* is much more than a bunch of forgotten files /var/log/* is much more than a bunch of forgotten files Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants