Hello All ,
I have a question regarding the solution provided in the below URL .
Solution for Email configuration Kibana
I have confugred SMTP in logstash as per the solution .I want to send the Message as Body for email. I tried but it is not working. Please let me know how to configure this .
input { http { } }
output {
email {
from => 'no-reply@XXXXX.com'
to => 'saravana.selvaraj@XXXX.com'
address => 'XX.XXX.XX.XX'
subject => 'Alert - ELK'
body => "%{message}"
}
}
Thanks and Regards
Saravana S