What it does
Nginx Visualizer takes logs collected from nginx and parses to be displayed on the admin panel, for better analysis. The parses logs are split into major components like user agent, HTTP verb, status code, etc
Challenges we ran into
Setting up the different docker container in the network, to allow passage of data, mainly working with fluentd to ingest the logs generated by nginx and pass on the data to the mongo collection for storage
Accomplishments that we're proud of
Being able to parse nginx log file and display the data in a more sensible format for better analysis
What's next for Nginx Visualizer
Add more graphs and charts for detailed extraction of information from log file
Log in or sign up for Devpost to join the conversation.