blob: d8d4476ec571d268c09884aa4f94d96058b8516b [file] [log] [blame]
[
{
"name": "test-stream-output",
"type": "org.apache.eagle.alert.engine.publisher.impl.AlertEmailPublisher",
"policyIds": [
"noDataAlertPolicy"
],
"properties": {
"subject": "Eagle Test Alert",
"template": "",
"sender": "sender@corp.com",
"recipients": "services@corp.com",
"smtp.server": "smtp.mailhost.com",
"connection": "plaintext",
"smtp.port": "25"
},
"dedupIntervalMin": "PT5M",
"serializer": "org.apache.eagle.alert.engine.publisher.impl.StringEventSerializer"
}
]