Overview
XIMP aggregates log streams from all registered infrastructure nodes and services into a centralized, searchable index. Log Analytics lets you query events across your entire environment with full-text search, structured field filtering, and anomaly detection — from a single interface.Prerequisites
- An active Xloud account with project access
- Log collection configured for the services you want to query (see XIMP Admin — Log Collection)
Searching Logs
- Dashboard
- CLI
Search and filter
Use the query bar at the top to filter log entries:
| Filter | Syntax Example |
|---|---|
| By host | host:compute-node-01 |
| By service | service:nova-compute |
| By severity | level:ERROR |
| Full-text | "connection refused" |
| Combined | host:xd1 level:ERROR service:nova* |
Log-Based Alert Rules
Create alerts that fire whenever a log entry matching a query appears.Open Log Explorer
Navigate to Monitoring → Logs → Log Explorer and build the query that
should trigger an alert.
Create alert from query
Click Create Alert in the Log Explorer toolbar.
| Field | Description |
|---|---|
| Name | Descriptive alert name |
| Query | The log search query (pre-filled from Log Explorer) |
| Condition | at least N occurrences within M minutes |
| Severity | Critical, Warning, or Info |
| Channels | Notification channels to alert |
Log-based alerts have a minimum evaluation interval of 1 minute. For
near-real-time security event detection, use the Security and IDS module
which processes events with sub-minute latency.
Useful Query Patterns
Find all errors in the last hour
Find all errors in the last hour
Track authentication failures
Track authentication failures
Find OOM (out of memory) events
Find OOM (out of memory) events
Disk I/O errors
Disk I/O errors
Network connection refused
Network connection refused
Next Steps
Metrics & Alerts
Combine log-based alerts with metric thresholds for comprehensive coverage
XIMP Admin — Log Collection
Configure log source paths and syslog forwarding (administrator)
Network Monitoring
Analyze network traffic alongside log events for incident correlation
Troubleshooting
Diagnose missing or delayed log ingestion