How does kibana send the automatically generated report to my mailbox by email, my Elastic
It is "Amazon OpenSearch Service". Only the alarm set in the "Alerting" function has the function of sending emails. Can I add a PDF report attachment to the content of the email?
The default email content is
Monitor {{ctx.monitor.name}} just entered alert status. Please investigate the issue.
- Trigger: {{ctx.trigger.name}}
- Severity: {{ctx.trigger.severity}}
- @timestamp: {{ctx.results.0.hits.hits.0._source.@timestamp}}
- event.action: {{ctx.results.0.hits.hits.0._source.event.action}}
- error.message: {{ctx.results.0.hits.hits.0._source.error.message}}
- count: {{ctx.results.0.hits.total.value}}
- soure.ip: {{ctx.results.0.hits.hits.0._source.source.ip}}
- source.geo.country_name: {{ctx.results.0.hits.hits.0._source.source.geo.country_name}}
how should I write to get the report of my dashboard