igreat / log-viewer

Log Viewer app with intelligent AI insights designed for Cisco Engineers.

Repository from Github https://github.comigreat/log-viewerRepository from Github https://github.comigreat/log-viewer

Log Viewer

A simple log viewer for viewing and filtering log files.

How to use

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev

Features

Uploading and viewing log files

You can upload a log file by clicking the "Upload" button. The log file will be displayed in the viewer as a table.

Upload log file

Filtering log entries

Note: everything is responsive and updates as you type.

Basic search bar

You can filter log entries by simply typing in the search bar. You can enable/disable case sensitivity and regular expressions.

Filter log entries

Predefined filters

You may also choose from a set of predefined filters, even stacking them together (in an OR fashion).

Predefined filters

Custom Made filters

You can also create your own filters by clicking the "+" button next to the "select filter groups" dropdown. You can then save your filter group for later use and it will show up in the dropdown.

Custom filters

Custom filters selection

About

Log Viewer app with intelligent AI insights designed for Cisco Engineers.

License:MIT License


Languages

Language:JavaScript 65.3%Language:HTML 34.2%Language:SCSS 0.6%