Skip to content

Log Analysis Tool

Website

Tech Stack

React TypeScript
Published: at 08:32 AM

Log Analysis Tool is a really simple UI tool for querying and analyzing locally stored log files. It is built with TypeScript and React. It supports querying logs using my own query language RQL. I had built this tool originally as a part of Vanguard, but after some of my work tasks required me to analyze a large amount of unstructured log files and I didn’t have access to Vanguard, I decided to rip out the log analysis part and make it a separate tool.

The tool is made with privacy in mind, so it doesn’t send any data to any servers. It only reads the log files that the user has selected and processes them locally. It’s source code is not public, due to the fact that it is based on Vanguard’s codebase. However the tool can be accessed publicly at log.ruh.is.

Screenshot of the tool