Hi,
Email alerts (reports as pdf of a dashboard) setup to trigger once per day early morning which are working fine. But during the day time if the elasticsearch is getting restarted, email reports alerts being resend. How to fix this issue?
TIA
Code
{
"trigger":{
"schedule":{
"daily":{
"at": [
"04:00"
]
}
}
},
"input":{ "none":{} },
"condition": { "always":{} },
"actions": {
"email_admin":{
"email":{
"profile": "outlook"
....
...
}
type or paste code here