blob: 96cc015b4879ca40672a29fe3b3732161f20d6b1 [file] [log] [blame]
[
{
"name": "test-stream-output",
"type": "org.apache.eagle.alert.engine.publisher.impl.AlertEmailPublisher",
"policyIds": [
"policy1",
"policy2"
],
"properties": {
"subject": "Test Alert",
"template": "",
"sender": "sender@corp.com",
"recipients": "receiver@corp.com",
"mail.smtp.host": "smtp.mailhost.com",
"mail.smtp.auth": "true",
"mail.username": "username",
"mail.password": "password",
"mail.debug": "false",
"mail.connection": "tls",
"mail.smtp.port": "587"
},
"dedupIntervalMin": "PT0M",
"serializer": "org.apache.eagle.alert.engine.publisher.impl.StringEventSerializer"
}
]