Stay on top of system issues without watching dashboards all day. A scheduled job checks your Elasticsearch alerts and sends clear emails through Outlook so your team reacts fast. It fits IT and security teams that need quick notice when things break or look risky.
Here is how it works step by step. A Schedule Trigger runs on your chosen interval and calls an HTTP Request to your Elasticsearch alerts endpoint. An If check makes sure the response is not empty. The Split In Batches node loops through each alert item so every alert becomes its own email. Another HTTP Request posts to Microsoft Graph to send an HTML email with the alert name and details. If there are no alerts, the flow exits safely with no action. This turns raw alert data into readable messages that land in the right inbox.
Setup needs access to an Elasticsearch endpoint and a Microsoft 365 mailbox with permission to send mail. Tune the schedule to your incident rules, then map fields like alert name and severity into the email body. Expect fewer missed issues, faster triage, and less manual log checking. Useful for production incidents, security events, and application errors where timely email alerts keep teams informed.