In this course we look at log parsing and what you can do when parsing with Python. The course ends with a quiz.

What is log parsing?

Parsing is basically the process of breaking the process down, your log message into smaller chunks of data and placing them into its own specific named fields by following a set of roles.

It is easy to search in a log for specific words or numbers and to count it. It gives the opportunity to count words or numbers, specially for HTTP status code analysis. When looked at the log’s status code values at for example: Apache logs, it can be used to count the numbers of different HTTP status (such as: 200, 304, 302 and 404). 

It can give you a good overview of HTTP responses for example a company’s website or other website.

This shows you the same as the table before but just on a graph.