Common Use Cases and Examples
Logs Screen: Searching for Logs in a Specific Time Window
Example Query:
Log.timestamp BETWEEN "2025-01-01T08:00:00" AND "2025-01-01T10:00:00" AND level = "ERROR"
Example Query:
Log.timestamp BETWEEN "2025-01-01T08:00:00" AND "2025-01-01T10:00:00" AND level = "ERROR"