| Crates.io | suricata-notify |
| lib.rs | suricata-notify |
| version | 0.5.1 |
| created_at | 2025-07-24 23:33:21.542831+00 |
| updated_at | 2025-07-25 16:34:07.45529+00 |
| description | ✨ A tool to send notifications from Suricata to anywhere |
| homepage | |
| repository | https://github.com/w1ltshire/suricata-notify/ |
| max_upload_size | |
| id | 1767020 |
| size | 96,161 |
[!WARNING] This software is still in development and probably is not ready for production use & may contain bugs. It may be not working at the moment. I built it for my own use and decided to share it with the world.
eve.json file for new alerts and parse themClone the repository:
git clone https://github.com/w1ltshire/suricata-notify.git
Copy the config.example.toml to config.toml and edit it to your needs. Template section should be self-explanatory.
cp config.example.toml config.toml
Edit docker-compose.yml and set the path to your eve.json file and then run the container:
docker compose up -d
Everything should be up and running now.
MIT