Email Notification Setup in ElastAlert #14181
-
Hi everyone, I’m trying to set up email notifications for alerts in Security Onion 2.4.90, but I’ve run into some confusion regarding SMTP settings and rule locations. What I’ve done so far:
name: Email Test
type: any
index: logs-*
alert:
- "email"
email:
- "[email protected]"
Where I’m stuck: According to the documentation, there should be a setting under: Here is my current SMTP settings: smtp_host: "smtp.gmail.com"
smtp_port: 465
smtp_ssl: true
from_addr: "[email protected]"
smtp_auth_file: '/opt/so/conf/elastalert/predefined/smtp_auth.yaml' Confusion on Custom Rule Locations: I’ve also found older posts suggesting different locations for custom rules:
Questions:
Any guidance would be greatly appreciated! Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
https://docs.securityonion.net/en/2.4/notifications.html Notifications are a Security Onion Pro feature, do you have a Pro license? |
Beta Was this translation helpful? Give feedback.
-
If you use Elastalert you can get it to send emails for you, rather than direct from Security Onion Pro |
Beta Was this translation helpful? Give feedback.
https://docs.securityonion.net/en/2.4/notifications.html Notifications are a Security Onion Pro feature, do you have a Pro license?