Dashboard
Find events, set up destinations, and wire alert rules after you start sending logs.
Sign in with GitHub. If you have no organization yet, you're prompted to create one — you become the org superadmin. Everything in the dashboard is scoped to that org.
Sidebar map
| Nav item | Purpose |
|---|---|
| Apps | Create apps (required for ingest; matches SDK appName) |
| API Keys | Generate sk_live_… keys per app |
| Live Logs | Streaming tail as events land |
| Logs | Search recent history |
| Queries | Builder or SQL against events |
| Notification Channels | Where alerts go |
| Alert Rules | When to notify those channels |
| Users | Invite teammates, transfer superadmin |
| Settings | Org name, timezone, billing |
Typical flow
From zero to your first alert:
Create an app and API key
Register an app name (must match SDK appName) and generate a sk_live_… key. Copy it once — it is only shown at create time.
Send events with an SDK
Install an official client, set OLEQLOG_API_KEY, and call flush() after your first log line.
Confirm in Live Logs
Open Live Logs in the sidebar. Your event should stream in within a second or two. Click a row for the full JSON detail sheet.
Add a notification channel
Pick Email, Telegram, or Webhook and plug in the destination. Channels are created separately from rules.
Create an alert rule
Match logs (level, kind, app, text), set a threshold, and select which channels to notify.
Questions? Email support — include your org slug and a sample event id if you have one.