Replies: 1 comment 2 replies
-
There is currently no external notification mechanism in EveBox, so the above won't work. How do you add events to EveBox? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure the alerts in evebox
What I am trying to do is that when I have an alert on evebox send me a notification
Then I add the following line to the file evebox.yaml
notification: /home/suricata/scripts/notification_evebox.sh
I have created the script in question
notification_evebox.sh:
#!/bin/bash read alert echo "$alert" >> archivo.txt
but when I receive the alert in evebox it does not send me any notification
Could someone tell me how to do this?
Beta Was this translation helpful? Give feedback.
All reactions