Proactive device performance alerts with Elastic and Slack
Build a scheduled workflow that queries Elastic for device performance metrics (CPU, memory, disk, etc.) against defined thresholds. When a device breaches a threshold, post a Slack alert to the relevant channel with the device and metric details. Deduplicate ongoing alerts to avoid noise, support an alert-clear notification, and retry query failures. Output the alerts raised per run.
What this prompt builds
Monitor device performance metrics in Elastic and alert the right Slack channel when thresholds are crossed.
The problem
Performance degradation on endpoints and servers is usually noticed only when users complain, by which point productivity has already suffered. Nobody is watching the metrics continuously.
Solution and impact
This workflow queries Elastic for performance issues and posts targeted Slack alerts as soon as thresholds are breached. Teams intervene proactively instead of reactively.