Event-Driven Alert
Monitor logs for specific patterns and trigger multi-channel alerts
Example Prompt
Monitor our logs for OOM errors and database connection failures and alert both Slack and Discord if found
About
Searches application logs in Elasticsearch for predefined error patterns and anomalies. When critical patterns are detected, triggers coordinated alerts across Slack and Discord channels to ensure the right teams are notified immediately with full context.
Workflow Steps
Search Elasticsearch for log entries matching critical error patterns
🔎 Search IndexAnalyze matched log entries to determine severity and affected services
🧠 Structured ReasoningCompose an alert message with incident context, affected services, and suggested actions
🧠 Structured ReasoningSend the alert to the engineering team's Slack channel
📨 Send MessageSend the alert to the on-call Discord channel for backup notification
💬 Send Discord MessageTools Used
Search Index
Run a full-text or structured query against an Elasticsearch index
Send Discord Message
Send a message to a Discord channel with optional embeds and attachments
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Discord
Read messages, manage channels, and interact with Discord communities
Elasticsearch
Search, index, and analyze data in Elasticsearch clusters with full-text queries
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions