Learn how to extract value from log files using Logstash, then enrich that data with geographical location data, user agent information, and more.
Send the data from Logstash to Elasticsearch. Learn the basics of Elasticsearch installation and configuration, and how to build Kibana dashboards.
Agenda:
Configure Logstash:
Inputs: Simple file tail configuration to start capturing your logs in mere moments.
Filters: Learn about the grok filter and how to configure some of the value-adding filter modules available, like geoip and useragent.
Outputs: Simple Elasticsearch output configuration to enable easy storage and searching of your logs.
Install and configure Elasticsearch:
Do's and Don'ts: Learn to avoid the most common mistakes and build your cluster with best practices
Install Kibana and build dashboards:
Panels: How to get started visualizing the data you now have stored in Elasticsearch.
Dashboards: How to build dashboards from panels