AI4TRIAGE - CXB Use Case
This project processes log files (firewall, mail, proxy, XDR) and visualizes them through Node-RED. Data is stored in MongoDB and live updates are published via MQTT.
- Clone the repository.
- Ensure Docker and Docker Compose are installed.
- Run the following command:
docker-compose up –build - Access Node-RED at
http://localhost:1880
.
- Logs in CSV format are processed by a Python adapter.
- Data is pushed to MongoDB and MQTT.
- Node-RED dashboards display alerts and statistics.