Recall Dashboard
The Recall dashboard provides a powerful interface for searching, filtering, and analyzing your logs.
Overview
The dashboard shows:
- Live log stream - Real-time view of incoming logs
- Search bar - Query using the Recall Query Language
- Filters - Quick filters for level, environment, time range
- Log detail - Click any log to see full context
Search
Use the Query Language in the search bar:
level:error env:production since:1h
Quick Filters
Click the filter buttons for common queries:
| Filter | Query |
|---|
| Errors | level:error |
| Warnings | level:warn |
| Production | env:production |
| Last 15m | since:15m |
| Last hour | since:1h |
| Last 24h | since:24h |
Log Detail View
Click any log to see:
- Full message - The complete log message
- Data - All structured data as JSON
- Context - Request, user, and environment info
- Related logs - Other logs from the same request
Actions
From the detail view:
- Copy JSON - Copy the full log as JSON
- View request - See all logs from this request
- View session - See all logs from this session
- Create alert - Set up an alert for similar logs
Live Tail
Enable live tail to see logs in real-time:
- Click the “Live” toggle
- Logs appear as they’re ingested
- Click any log to pause and inspect
Live tail pauses when you click a log. Click “Resume” to continue.
Saved Searches
Save frequently used queries:
- Enter your query
- Click “Save”
- Name your search
- Access from the sidebar
Example saved searches:
- “Production Errors” -
level:error env:production
- “Slow Requests” -
data.duration_ms:>1000
- “User 123” -
data.user.id:123
Stats View
Switch to stats view for aggregations:
level:error since:24h | stats by:hour
Shows:
- Error count over time
- Breakdown by commit, host, or custom field
- Trend visualization
Keyboard Shortcuts
| Shortcut | Action |
|---|
/ | Focus search |
Esc | Close detail view |
j / k | Navigate logs |
Enter | Open selected log |
l | Toggle live tail |
? | Show shortcuts |
Sharing
Share a view with your team:
- Enter your query
- Click “Share”
- Copy the URL
The URL includes the query and time range.
Export
Export logs for analysis:
- Run your query
- Click “Export”
- Choose format (JSON, CSV)
- Download or send to S3
Exports are limited to 10,000 rows. Use the API for larger exports.