Collect the Snort v3 alert log and send it to Mata Elang Defense Center through MQTT
https://hub.docker.com/r/mataelang/snort3-parser
- Golang 1.18 or more
- make (optional)
- Docker (optional)
- Show the make help:
make help
- Build the binary:
make build
. The binary will be available in theout/bin/
directory. - Build docker image:
make build-docker