-
Notifications
You must be signed in to change notification settings - Fork 431
Expand file tree
/
Copy pathmkdocs.yml
More file actions
281 lines (273 loc) · 12.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
281 lines (273 loc) · 12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
site_name: HolmesGPT Documentation
site_description: AI-powered root cause analysis for DevOps and SRE teams
site_url: https://holmesgpt.dev/
repo_url: https://github.com/HolmesGPT/holmesgpt
repo_name: HolmesGPT/holmesgpt
edit_uri: edit/master/docs/
exclude_docs: |
_*
snippets/
README.md
data-sources/permissions.md
nav:
- Home: index.md
- "Why HolmesGPT": why-holmesgpt.md
- Installation:
- "CLI": installation/cli-installation.md
- "Web UI (3rd party)": installation/ui-installation.md
- "Slack Bot (3rd party)": installation/slack-installation.md
- "Backstage (3rd party)": installation/backstage-integration.md
- "K9s": installation/k9s-installation.md
- "Helm Chart": installation/kubernetes-installation.md
- "Python SDK": installation/python-installation.md
- Walkthrough:
- "Overview": walkthrough/index.md
- "Interactive Mode": walkthrough/interactive-mode.md
- "CI/CD Troubleshooting": walkthrough/cicd-troubleshooting.md
- "Investigating Prometheus Alerts": walkthrough/investigating-prometheus-alerts.md
- "Investigating using AKS MCP Server": walkthrough/investigating-using-aks-mcp-server.md
- "Holmes Operator":
- "Overview & Installation": operator/index.md
- "Health Checks": operator/health-checks.md
- "Scheduled Health Checks": operator/scheduled-health-checks.md
- "Configuration": operator/configuration.md
- "Development Guide": operator/development.md
- "AI Providers":
- "Overview": ai-providers/index.md
- Anthropic: ai-providers/anthropic.md
- "AWS Bedrock": ai-providers/aws-bedrock.md
- "Azure AI Foundry": ai-providers/azure-ai-foundry.md
- Gemini: ai-providers/gemini.md
- "Google Vertex AI": ai-providers/google-vertex-ai.md
- Ollama: ai-providers/ollama.md
- OpenRouter: ai-providers/openrouter.md
- OpenAI: ai-providers/openai.md
- "OpenAI-Compatible": ai-providers/openai-compatible.md
- Other: ai-providers/other.md
- "Robusta AI": ai-providers/robusta-ai.md
- "Using Multiple Providers": ai-providers/using-multiple-providers.md
- "Data Sources":
- "Overview": data-sources/index.md
- "Recommended Setup": data-sources/recommended-setup.md
- "Built-in Toolsets":
- "Overview": data-sources/builtin-toolsets/index.md
- "AKS Node Health": data-sources/builtin-toolsets/aks-node-health.md
- "ArgoCD": data-sources/builtin-toolsets/argocd.md
- "AWS (MCP)": data-sources/builtin-toolsets/aws.md
- "Azure (MCP)": data-sources/builtin-toolsets/azure-mcp.md
- "Azure Kubernetes Service": data-sources/builtin-toolsets/aks.md
- "Azure SQL Database": data-sources/builtin-toolsets/azure-sql.md
- "Bash": data-sources/builtin-toolsets/bash.md
- "Cilium": data-sources/builtin-toolsets/cilium.md
- "Confluence": data-sources/builtin-toolsets/confluence.md
- "Confluence (MCP)": data-sources/builtin-toolsets/confluence-mcp.md
- "Connectivity Check": data-sources/builtin-toolsets/connectivity-check.md
- "Coralogix": data-sources/builtin-toolsets/coralogix-logs.md
- "ClickHouse": data-sources/builtin-toolsets/database-clickhouse.md
- "DataDog": data-sources/builtin-toolsets/datadog.md
- "Docker": data-sources/builtin-toolsets/docker.md
- "Elasticsearch / OpenSearch": data-sources/builtin-toolsets/elasticsearch.md
- "GCP (MCP)": data-sources/builtin-toolsets/gcp.md
- "GitHub (MCP)": data-sources/builtin-toolsets/github-mcp.md
- "Grafana (MCP)": data-sources/builtin-toolsets/grafana-mcp.md
- "Grafana Dashboards": data-sources/builtin-toolsets/grafanadashboards.md
- "Loki": data-sources/builtin-toolsets/grafanaloki.md
- "Tempo": data-sources/builtin-toolsets/grafanatempo.md
- "Helm": data-sources/builtin-toolsets/helm.md
- "Inspektor Gadget": data-sources/builtin-toolsets/inspektor-gadget.md
- "Internet": data-sources/builtin-toolsets/internet.md
- "Kafka": data-sources/builtin-toolsets/kafka.md
- "Kubernetes": data-sources/builtin-toolsets/kubernetes.md
- "Kubectl Run": data-sources/builtin-toolsets/kubectl-run.md
- "Kubernetes Remediation (MCP)": data-sources/builtin-toolsets/kubernetes-remediation-mcp.md
- "KubeVela": data-sources/builtin-toolsets/kubevela.md
- "MariaDB": data-sources/builtin-toolsets/database-mariadb.md
- "MariaDB (MCP)": data-sources/builtin-toolsets/mariadb-mcp.md
- "MongoDB": data-sources/builtin-toolsets/mongodb.md
- "MongoDB Atlas": data-sources/builtin-toolsets/mongodb-atlas.md
- "MySQL": data-sources/builtin-toolsets/database-mysql.md
- "New Relic": data-sources/builtin-toolsets/newrelic.md
- "Notion": data-sources/builtin-toolsets/notion.md
- "OpenShift": data-sources/builtin-toolsets/openshift.md
- "PostgreSQL": data-sources/builtin-toolsets/database-postgresql.md
- "Prefect (MCP)": data-sources/builtin-toolsets/prefect-mcp.md
- "Prometheus": data-sources/builtin-toolsets/prometheus.md
- "RabbitMQ": data-sources/builtin-toolsets/rabbitmq.md
- "Robusta": data-sources/builtin-toolsets/robusta.md
- "Sentry (MCP)": data-sources/builtin-toolsets/sentry-mcp.md
- "ServiceNow": data-sources/builtin-toolsets/servicenow.md
- "Slab": data-sources/builtin-toolsets/slab.md
- "SQL Server": data-sources/builtin-toolsets/database-sqlserver.md
- "SQLite": data-sources/builtin-toolsets/database-sqlite.md
- "Splunk (MCP)": data-sources/builtin-toolsets/splunk-mcp.md
- "HTTP Connectors": data-sources/api-toolsets.md
- "Database Connectors": data-sources/database-connectors.md
- "Custom Toolsets": data-sources/custom-toolsets.md
- "MCP Servers": data-sources/remote-mcp-servers.md
- "HTTP Header Propagation": data-sources/header-propagation.md
- Benchmarks:
- "Overview": development/evaluations/index.md
- "Latest Results": development/evaluations/latest-results.md
- "Historical Results":
- "Overview": development/evaluations/history/index.md
- "September 28, 2025": development/evaluations/history/results_20250928_001434.md
- "September 30, 2025 (custom Claude)": development/evaluations/history/custom_claude_results_20250930_153753.md
- "September 30, 2025": development/evaluations/history/results_20250930_085923.md
- "October 12, 2025": development/evaluations/history/results_20251012_170303.md
- "Self-Hosted Models v1": development/evaluations/history/custom_self_hosted_results_20251008_053744.md
- "November 27, 2025": development/evaluations/history/results_20251127_042958.md
- "Running Evaluations": development/evaluations/running-evals.md
- "Adding New Evaluations": development/evaluations/adding-evals.md
- "Benchmarking New Models": development/evaluations/benchmarking-new-models.md
- "Reporting with Braintrust": development/evaluations/reporting.md
- Development:
- "Overview": development/index.md
- "Tool Output Transformers": development/transformers.md
- Reference:
- "Python SDK": reference/python-sdk.md
- "Environment Variables": reference/environment-variables.md
- "Helm Configuration": reference/helm-configuration.md
- "Kubernetes Permissions": reference/kubernetes-permissions.md
- "HTTP API": reference/http-api.md
- "Runbooks": reference/runbooks.md
- "Slash Commands": reference/slash-commands.md
- "Troubleshooting": reference/troubleshooting.md
- Community: community.md
theme:
name: material
custom_dir: docs/overrides
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
font:
text: Inter
code: Fira Code
favicon: assets/favicon.png
logo: assets/logo.png
copyright: |
Copyright HolmesGPT a Series of LF Projects, LLC
For website terms of use, trademark policy and other project policies please see lfprojects.org/policies/.
plugins:
- awesome-nav
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- glightbox
# - git-revision-date-localized:
# enable_creation_date: true
# type: timeago
# - git-committers:
# repository: HolmesGPT/holmesgpt
# branch: master
# docs_path: docs/
# - minify:
# minify_html: true
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: robusta-dev
repo: holmesgpt
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: docs
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: yaml-helm-values
class: yaml
format: !!python/name:docs.custom_fences.helm_tabs_fence_format
- name: yaml-toolset-config
class: yaml
format: !!python/name:docs.custom_fences.toolset_config_fence_format
- name: robusta-region
class: robusta-region
format: !!python/name:docs.custom_fences.robusta_region_fence_format
- name: multi-instance
class: multi-instance
format: !!python/name:docs.custom_fences.multi_instance_fence_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/tabsync.js
- javascripts/deploy-picker.js
extra:
version:
provider: mike
default: latest
social:
- icon: fontawesome/brands/github
link: https://github.com/HolmesGPT/holmesgpt
- icon: fontawesome/brands/slack
link: https://cloud-native.slack.com/archives/C0A1SPQM5PZ
- icon: fontawesome/brands/twitter
link: https://twitter.com/RobustaDev