Logs: Finding Structure in the Chaos
Did you ever get overwhelmed trying to understand all different log message of an application? In this post I’d like to share how to analyze application logs combining different open source projects to produce an appealing dashboard summarizing all information. We will use a github repository with a collection of algorithms to parse logs, logparser, plotly to create interactive plots, and pandas to transform data. For starters, we will by briefly explain the dependencies and datasets used, and later we show how to obtain a dashboard like the following....