Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/configuration/holmesgpt/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Use Robusta's hosted AI service with GPT-4o:

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

.. note::

When exploring HolmesGPT documentation, focus on **Robusta Helm chart configuration** sections rather than CLI installation. Robusta users should follow the Robusta Helm Chart based configuration examples for data sources and advanced settings.

Test Your Setup
---------------

Expand Down Expand Up @@ -167,13 +171,13 @@ Common Issues
- Consider using Robusta AI for unlimited investigations

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

Next Steps
----------

* :doc:`main-features` - See what HolmesGPT can do
* `Configure Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - Add more context for better analysis
* `Advanced Configuration <https://holmesgpt.dev>`_ - Customize HolmesGPT behavior
* `Configure Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - Add more context for better analysis (use Helm chart configuration)
* `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ - Advanced HolmesGPT Helm settings
27 changes: 27 additions & 0 deletions docs/configuration/holmesgpt/holmesgpt-docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
HolmesGPT Documentation
========================

For comprehensive HolmesGPT documentation, please visit the official HolmesGPT documentation site at `holmesgpt.dev <https://holmesgpt.dev>`_.

Configuring HolmesGPT with Robusta
-----------------------------------

When configuring HolmesGPT with Robusta, follow the **Robusta Helm Chart configuration method** described in the HolmesGPT documentation rather than standalone CLI installation.

Key points:

* Use the ``enableHolmesGPT: true`` setting in your Robusta Helm values
* Configure data sources and advanced settings using the Helm chart configuration examples provided in the HolmesGPT docs
* Refer to the `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ for advanced HolmesGPT settings specific to Robusta deployments

Quick Links
-----------

* `HolmesGPT Main Documentation <https://holmesgpt.dev>`_
* `Data Sources Configuration <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_
* `Helm Chart Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_

For Robusta-specific HolmesGPT setup instructions, see:

* :doc:`getting-started` - Quick setup guide for HolmesGPT with Robusta
* :doc:`main-features` - Overview of AI analysis features
4 changes: 2 additions & 2 deletions docs/configuration/holmesgpt/main-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ Next Steps
----------

* :doc:`getting-started` - Set up HolmesGPT in 5 minutes
* `HolmesGPT Documentation <https://holmesgpt.dev>`_ - Advanced configuration and customization
* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations
* `Available Data Sources <https://holmesgpt.dev/data-sources/builtin-toolsets/>`_ - See all supported integrations (use Robusta Helm Chart configuration method)
* `Helm Configuration Reference <https://holmesgpt.dev/reference/helm-configuration/>`_ - Advanced HolmesGPT settings for Robusta deployments
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

configuration/holmesgpt/main-features
configuration/holmesgpt/getting-started
Configuring HolmesGPT <https://holmesgpt.dev>
HolmesGPT Docs <configuration/holmesgpt/holmesgpt-docs>

.. toctree::
:maxdepth: 4
Expand Down
3 changes: 2 additions & 1 deletion docs/setup-robusta/installation/all-in-one-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Prerequisites
Next Steps
---------------------------------

:ref:`See how Robusta improves Prometheus <builtin-alert-enrichment>`.
* :ref:`See how Robusta improves Prometheus <builtin-alert-enrichment>`
* :ref:`Learn about AI-powered alert analysis <AI Analysis>`
Comment thread
pavangudiwada marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ Next Steps

Integrate Robusta with AlertManager:

* :ref:`Follow a guide to integrate AlertManager <Integrating with Prometheus>`.
* :ref:`See the features you'll gain by integrating AlertManager <Enhanced Prometheus Alerts>`.
* :ref:`Follow a guide to integrate AlertManager <Integrating with Prometheus>`
* :ref:`See the features you'll gain by integrating AlertManager <Enhanced Prometheus Alerts>`
* :ref:`Configure AI analysis with your Prometheus data <AI Analysis>`
Comment thread
pavangudiwada marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use HolmesGPT without Prometheus

*Estimated time: 5 minutes*

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.
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.

.. note::

Expand Down
Loading