How to get notifications on email

Hi.
How can I email specific dashboards from Kibana automatically on daily basis? is there an elk feature enabling this? or any other open source software you suggest?

@Martin

I think you could probably achieve this using Elasticsearch watches, and having it send an email when a watch triggers.

See https://www.elastic.co/guide/en/elastic-stack-overview/7.0/actions-email.html#configuring-email-actions for setting up the email. In the message-body, you could put a link to the Kibana dashboard.

You could create a daily schedule for your watch, see https://www.elastic.co/guide/en/elastic-stack-overview/7.0/trigger-schedule.html#schedule-daily.

thank you. it seems this is a paid solution (terms of agreement mentions a trial version and etc.). is there any opensource solution to this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.