The Complete End-to-End Logging Course

Learn how to correctly Write, Ship and Analyze Logs using C# .Net, Logstash and Grafana

The Complete End-to-End Logging Course
The Complete End-to-End Logging Course

The Complete End-to-End Logging Course free download

Learn how to correctly Write, Ship and Analyze Logs using C# .Net, Logstash and Grafana

Hi there! My name is Javier

I’ve been working as a software engineer for more than ten years.

I have a sweet spot for logging and I think it’s a very important aspect of software that mostly gets overseen.

In the last few years I’ve been deep diving into logging, and learned how to correctly write, deliver and analyze them.


At the end of this course you’ll have a working .Net API Server shipping Logs to a Logstash pipeline and being displayed using Grafana Dashboards.


Let’s break this down.

In this course you’ll learn:


  1. How to write logs in C# .Net
    Even if C# isn’t your daily programming language, everything I’ll show will be easily projectable to any other programming language and framework.


  2. Handling logs when working with Docker Containers - We’ll see how Docker handles the standard output (stdout), how to use docker commands to see the logs and how to configure Docker to ship the logs to wherever we want to.


  3. Working with Logstash - A processing pipeline for logs. We’ll see what Logstash is, how we can run it and configure it.


  4. Finally, we’ll learn how to use Grafana to display the data, creating dashboards and panels.
    The data will come from a SQL database that will be popularized using Logstash.
    We’ll see how easy it is to create alerts on Grafana to notify when something happened according to our logs!