Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.34 KB

log4j-collector-frontend

Build Status GitHub top language open issues license

This is a simple frontend built with React and Fluent UI to visualize the data stored in the log4j-collector API. The API can be found at:

Scanning

For the scanning process and data collection, the following tool can be used:

Env Variables

Can be used like API_URL=http://192.168.1.10/api/v1/reports or with a custom port like API_URL=http://192.168.1.10:8080/api/v1/reports

Docker

This Docker image is best run with a Docker Compose file. Use the docker-compose-yml in this repo and customise the API IP address in the environment variables.

First run: docker-compose pull

After that: docker-compose up -d

Screenshots

Dashboard overview

alt text