In this video, I share a a basic log analysis tool I built to understand how log analysis works with the aim of enhancing it with Generative AI in the future.
You'll see:
A basic Python-based log analyser in action
How pattern normalisation is used to identify similar errors across different log entries
The core architecture that hopefully makes this tool extensible
#Python #LogAnalysis #Troubleshooting #DataAnalysis #DevTools
Github: https://github.com/prime-computing-la...