Configuration
Proactive Analyzer lives behind its own configuration namespace and requires the reactive analyzer (query-analyzer.enabled=true) to be turned on first, since it reuses the same analysis engine.
Manual Trigger
POST /api/query-analyzer/proactive/run starts one scan immediately on a background thread, without waiting for the schedule. If a scan is already in progress, a manual trigger returns a conflict rather than starting a second overlapping run.
Current Limitations
- Recommendations are stored in memory by default and reset when the service restarts.
- Scans a single workspace on a single cluster per run. Multi-cluster and multi-workspace scanning are not yet supported.
- No automatic ticketing and no dedicated UI. The digest points a human at the work; it does not file tickets or change any cluster setting on its own.
- Email delivery is not yet available. Slack and the log are the supported channels today.
Related
Proactive Analyzer Overview
What Proactive Analyzer does, how it works, and how it delivers results.

