-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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:
- 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;