Skip to content

Reference

Complete reference documentation for HolmesGPT configuration, commands, and troubleshooting.

Reference Documentation

Configuration Reference

Help & Support

  • FAQ - Frequently asked questions
  • Changelog - Version history and release notes

Quick Reference

Essential Commands

# Install HolmesGPT
helm install holmesgpt robusta/robusta --set enableHolmesGPT=true

# Check status
kubectl get pods -n robusta

# View logs
kubectl logs -n robusta deployment/holmes

Key Configuration Keys

# Enable HolmesGPT
enableHolmesGPT: true

# AI Provider (OpenAI example)
holmes:
  additionalEnvVars:
  - name: MODEL
    value: gpt-4o
  - name: OPENAI_API_KEY
    valueFrom:
      secretKeyRef:
        name: holmes-secrets
        key: openAiKey

Common Troubleshooting

Issue Solution
AI provider errors Check API keys and model availability
No data sources Verify toolset configuration and credentials
Slow responses Review model selection and resource limits
Permission errors Check RBAC and secret access

Getting Help

Can't find what you're looking for?

  1. Search this documentation using the search bar
  2. Check the FAQ for common questions
  3. Visit our troubleshooting guide
  4. Ask in our Slack community
  5. Report issues on GitHub

Start with the FAQ for answers to common questions.