blob: dee7106d8fa9c447f90b36d3ce9788fc36f0ddf0 [file] [log] [blame]
[
{
"name": "test-slack-output",
"type": "org.apache.eagle.alert.engine.publisher.impl.AlertSlackPublisher",
"policyIds": [
"switch_check"
],
"properties": {
"token": "your token",
"channels": "your channel1, your channel2",
"severitys": "CRITICAL"
},
"dedupIntervalMin": "PT1M",
"dedupFields": [
"appname"
],
"serializer": "org.apache.eagle.alert.engine.publisher.impl.StringEventSerializer"
}
]