Hi All,
Can someone please advise if I can achieve below in some or other way in Kibana Watcher Notifications/Actions.
"actions": {
{{#ctx.payload.aggregations.app_id.buckets}}
"send_email": {
"email": {
"profile": "standard",
"to": [
"sumangodisela@suman.com", ],
"subject": "[PCF DCE] APP Health Alerts",
"body": {
"text": " {{key}}"
}
}
}
{{/ctx.payload.aggregations.app_id.buckets}}
}
Requirement is that for each aggregation it should trigger a mail notification.
Thanks,
Suman G