—alerts

Manage your project’s alerts directly from the filter bar. Alerts watch a filter query and fire a notification when logs match.

Syntax

--alerts
--alerts::create
--alerts:<name>
--alerts:<name>::delete

Sub-commands

CommandDescription
--alertsList all alerts for the project
--alerts::createOpen the alert creation form
--alerts:<name>View or edit an existing alert
--alerts:<name>::deleteDelete confirmation for a named alert

Examples

--alerts
--alerts::create
--alerts:production-errors
--alerts:production-errors::delete

Alert configuration

When creating an alert, you configure:

  • Name — identifier for the alert
  • Destination — a notification channel (Slack, Discord, email, webhook)
  • Severity watchlist — which log levels to watch
  • Pattern match — text to match against log messages
  • Cooldown — minimum time between notifications (prevents spam)

Alerts fire immediately on the first match, then enter cooldown.

Plan limits

The number of alerts per project is limited by your plan. When the limit is reached, --alerts::create shows the current count and a link to upgrade.

Notes

  • Alert names are case-insensitive
  • Scope: project
  • Executes on submit