Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 549 Bytes

Snort3 Parser

Collect the Snort v3 alert log and send it to Mata Elang Defense Center through MQTT

Docker Hub Repository

https://hub.docker.com/r/mataelang/snort3-parser

Requirements

Build with Makefile

  • Show the make help: make help
  • Build the binary: make build. The binary will be available in the out/bin/ directory.
  • Build docker image: make build-docker