Central Logging can monitor your logs and send alerts when specific conditions are met. You define alert rules using SQL or FTS queries, and notifications are delivered through configured notification channels.
An alert rule defines what to look for and when to fire. You can create alert rules from the Alerts page or directly from the search page (the query and source are pre-filled).
Each alert rule has:
SQL alert rules run a SQL query against your log source. If the query returns results (or no results, depending on your condition), an alert is created.
FTS alert rules use the same full-text search syntax as the search page. This is useful for simpler keyword-based alerts.
To prevent alert fatigue, you can set a Max Frequency on each alert rule. This controls the minimum time between alerts for the same rule. For example, setting max frequency to 24 hours means you will receive at most one alert per day for that rule, even if the condition is met every time it is checked.
Alert rules are evaluated every 5 minutes. Alerts that have been resolved (the condition is no longer met) are automatically cleared.
Notification channels define where alert messages are sent. Central Logging supports:
Send alerts to a Slack channel using an Incoming Webhook. To set up:
Send alerts to a Telegram chat using a bot. To set up:
Each notification channel has a Test button so you can verify the integration is working before relying on it for alerts.
Notification channels can be toggled active or inactive independently of alert rules.
💌 Get notified on new features and updates