A visualizations website that can be used by analyst to better understand log files
  • EJS 63.6%
  • TypeScript 26.6%
  • Shell 3.2%
  • JavaScript 2.4%
  • CSS 1.7%
  • Other 2.5%
Find a file
2024-07-07 21:41:22 +05:30
admin initial commit 2024-07-07 21:39:33 +05:30
api initial commit 2024-07-07 21:39:33 +05:30
core initial commit 2024-07-07 21:39:33 +05:30
fluentd initial commit 2024-07-07 21:39:33 +05:30
logs initial commit 2024-07-07 21:39:33 +05:30
serverless initial commit 2024-07-07 21:39:33 +05:30
compose.yml initial commit 2024-07-07 21:39:33 +05:30
LICENSE Create LICENSE 2024-07-07 21:40:38 +05:30
log.sh initial commit 2024-07-07 21:39:33 +05:30
README.md updated README 2024-07-07 21:41:22 +05:30
setup.sh initial commit 2024-07-07 21:39:33 +05:30

Nginx Visualizer

A visualizations website that can be used by analyst to better understand log files

Setup

Since the application is uses docker just execute the following command in your terminal

bash setup.sh

OR

chmod +x setup.sh \
./setup.sh 

Start

The demo site is hosted at localhost and the panel is hosted at admin.localhost where you can the live logs and the visualizations for the incoming logs

Note

This application uses docker and shell scripts and will require WSL on windows but the application has been tested for a linux based systems

Authors