Hello,
I am trying to create an generic alert. I would like to send a message to my telegram bot. Currently I have this script:
{ "text": " {{ctx.monitor.name}}:
Please investigate the issue.
- Severity: {{ctx.trigger.severity}}
"
}
In my index I have a field called "scanned_host". I am trying to add this field in this script. Is this possible? If yes, how?
Regards,
Robin