Skip to content

Commit b17ff8f

Browse files
committed
Updated to clarify HolmesGPT references from Robusta
1 parent d169b2b commit b17ff8f

7 files changed

Lines changed: 43 additions & 10 deletions

File tree

docs/configuration/holmesgpt/getting-started.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Use Robusta's hosted AI service with GPT-4o:
4343

4444
That's it! HolmesGPT will now analyze your alerts automatically.
4545

46+
.. note::
47+
48+
When exploring HolmesGPT documentation, focus on **Helm chart configuration** sections rather than CLI installation. Robusta users should follow the Helm-based configuration examples for data sources and advanced settings.
49+
4650
Test Your Setup
4751
---------------
4852

@@ -167,13 +171,13 @@ Common Issues
167171
- Consider using Robusta AI for unlimited investigations
168172

169173
**Analysis seems incomplete?**
170-
- Enable additional data sources in `HolmesGPT configuration <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_
174+
- Enable additional data sources in `HolmesGPT data sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ (follow Helm chart configuration examples)
171175
- Ensure Prometheus is configured for metrics analysis
172176
- Check that pod logs are accessible
173177

174178
Next Steps
175179
----------
176180

177181
* :doc:`main-features` - See what HolmesGPT can do
178-
* `Configure Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - Add more context for better analysis
179-
* `Advanced Configuration <https://holmesgpt.dev>`_ - Customize HolmesGPT behavior
182+
* `Configure Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - Add more context for better analysis (use Helm chart configuration)
183+
* `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ - Advanced HolmesGPT Helm settings
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
HolmesGPT Documentation
2+
========================
3+
4+
For comprehensive HolmesGPT documentation, please visit the official HolmesGPT documentation site at `holmesgpt.dev <https://holmesgpt.dev>`_.
5+
6+
Configuring HolmesGPT with Robusta
7+
-----------------------------------
8+
9+
When configuring HolmesGPT with Robusta, follow the **Robusta Helm Chart configuration method** described in the HolmesGPT documentation rather than standalone CLI installation.
10+
11+
Key points:
12+
13+
* Use the ``enableHolmesGPT: true`` setting in your Robusta Helm values
14+
* Configure data sources and advanced settings using the Helm chart configuration examples provided in the HolmesGPT docs
15+
* Refer to the `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ for advanced HolmesGPT settings specific to Robusta deployments
16+
17+
Quick Links
18+
-----------
19+
20+
* `HolmesGPT Main Documentation <https://holmesgpt.dev>`_
21+
* `Data Sources Configuration <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_
22+
* `Helm Chart Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_
23+
24+
For Robusta-specific HolmesGPT setup instructions, see:
25+
26+
* :doc:`getting-started` - Quick setup guide for HolmesGPT with Robusta
27+
* :doc:`main-features` - Overview of AI analysis features

docs/configuration/holmesgpt/main-features.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Next Steps
7474
----------
7575

7676
* :doc:`getting-started` - Set up HolmesGPT in 5 minutes
77-
* `HolmesGPT Documentation <https://holmesgpt.dev>`_ - Advanced configuration and customization
78-
* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations
77+
* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations (use Robusta Helm Chart configuration method)
78+
* `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ - Advanced HolmesGPT settings for Robusta deployments

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
configuration/holmesgpt/main-features
7676
configuration/holmesgpt/getting-started
77-
Configuring HolmesGPT <https://holmesgpt.dev>
77+
HolmesGPT Docs <configuration/holmesgpt/holmesgpt-docs>
7878

7979
.. toctree::
8080
:maxdepth: 4

docs/setup-robusta/installation/all-in-one-installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ Prerequisites
2626
Next Steps
2727
---------------------------------
2828

29-
:ref:`See how Robusta improves Prometheus <builtin-alert-enrichment>`.
29+
* :ref:`See how Robusta improves Prometheus <builtin-alert-enrichment>`
30+
* :ref:`Learn about AI-powered alert analysis <AI Analysis>`

docs/setup-robusta/installation/extend-prometheus-installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ Next Steps
2929

3030
Integrate Robusta with AlertManager:
3131

32-
* :ref:`Follow a guide to integrate AlertManager <Integrating with Prometheus>`.
33-
* :ref:`See the features you'll gain by integrating AlertManager <Enhanced Prometheus Alerts>`.
32+
* :ref:`Follow a guide to integrate AlertManager <Integrating with Prometheus>`
33+
* :ref:`See the features you'll gain by integrating AlertManager <Enhanced Prometheus Alerts>`
34+
* :ref:`Configure AI analysis with your Prometheus data <AI Analysis>`

docs/setup-robusta/installation/standalone-installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use HolmesGPT without Prometheus
77

88
*Estimated time: 5 minutes*
99

10-
Robusta's AI Agent works with many monitoring tools beyond Prometheus - including Datadog, New Relic, PagerDuty, and more. This installation method is ideal when you already have monitoring infrastructure in place and want to enhance it with Robusta's AI-powered investigation and automation capabilities.
10+
Robusta's AI Agent works with many monitoring tools beyond Prometheus - including Datadog, New Relic, PagerDuty, and more. This installation method configures Robusta AI to analyze alerts and incidents from multiple data sources for comprehensive AI-powered investigation and automation capabilities.
1111

1212
.. note::
1313

0 commit comments

Comments
 (0)