Tasks
Writing Log Queries
Search and analyze logs from various sources to debug issues and monitor your systems.
Supported Log Sources
- Loki
- Elasticsearch
- CloudWatch Logs
- Google Cloud Logging
- Azure Monitor Logs
Query Syntax
Loki (LogQL)
Elasticsearch (KQL)
Examples
Error Patterns
Performance Issues
Best Practices
- Use specific labels/tags to filter logs
- Leverage parsing to extract structured data
- Use time ranges to limit result sets
- Create alerts for recurring error patterns
- Use log sampling for high-volume logs