Skip to content

Commit ba0b4ff

Browse files
committed
Merge branch 'master' into ROB-2060-slack-sink-proxy
2 parents 8c2549c + 5bf9189 commit ba0b4ff

22 files changed

Lines changed: 130 additions & 44 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 **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.
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/notification-routing/configuring-sinks.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@ Description of each option:
9090
| *parameters* | Slack and webhook_url for MSTeams | | |
9191
+------------------+---------------------------------------------------------+----------------------------------------------------------+-----------------------------------------------+
9292

93+
Ignoring Sinks Initialization Errors
94+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95+
96+
By default, when Robusta fails to initialize any of the Sinks, it will not start.
97+
98+
On some scenarios, you may want to ignore Sinks initialization errors.
99+
100+
For example, if Robusta is not allowed to connect to Slack, but you still want to receive notifications on the Robusta UI.
101+
102+
In order to enable that, add the below to ``globalConfig`` in your ``generated_values.yaml`` file:
103+
104+
.. code-block:: yaml
105+
106+
globalConfig:
107+
continue_on_sink_errors: True
108+
93109
Learn More
94110
^^^^^^^^^^^^
95111

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

helm/robusta/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 72.0.1
55
- name: holmes
66
repository: https://robusta-charts.storage.googleapis.com
7-
version: 0.13.3
8-
digest: sha256:d7053296a08f7f81e9d8b93843f23e73048639c393edb97fbe0b12ba6fbdd118
9-
generated: "2025-09-03T15:05:39.166399+03:00"
7+
version: 0.14.2
8+
digest: sha256:f9d6fc02a9cd79fad7d694cf2dd9f950632644937f0492e39790ad7f18837cbe
9+
generated: "2025-09-16T09:58:34.355485+03:00"

helm/robusta/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
condition: enablePrometheusStack
1616
repository: "https://prometheus-community.github.io/helm-charts"
1717
- name: holmes
18-
version: 0.13.3
18+
version: 0.14.2
1919
condition: enableHolmesGPT
2020
repository: "https://robusta-charts.storage.googleapis.com"

0 commit comments

Comments
 (0)