Oleqlog

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.

Nav itemPurpose
AppsCreate apps (required for ingest; matches SDK appName)
API KeysGenerate sk_live_… keys per app
Live LogsStreaming tail as events land
LogsSearch recent history
QueriesBuilder or SQL against events
Notification ChannelsWhere alerts go
Alert RulesWhen to notify those channels
UsersInvite teammates, transfer superadmin
SettingsOrg 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.

On this page