Hi warkolm,
if "email_ws_social_error" in [tags] {
email {
to => "addresses"
address => "my server ip"
body => "Error ... [HOST:%{host}]--[TIME:%{time}]"
domain => "my domain"
from => "servidor.logs@domain.com"
subject => "[%{host}] - Error"
via => "smtp"
}
}
I don't understand why is sending 3 e-mail, within the same time (2 seconds between them)