Send a message to a Telegram chat the moment a log entry matches your conditions.
An alert watches your incoming log stream and fires a notification whenever an entry matches all of its conditions. Each alert can have multiple delivery channels. Use the Test button to fire a sample notification immediately, and the Alert Log to review delivery history.
| Condition | How it matches |
|---|---|
| Logspace | Restrict to a specific logspace, or leave blank to match all. |
| Level | Exact match — e.g. ERROR only fires on error-level entries. |
| Program contains | Case-insensitive substring match on the program field. |
| Message contains | Case-insensitive substring match on the message field. |
ERROR entry.message contains database.program contains cron and level=WARNING.