From 334d8b4c7469f3fc51e71bb4937dff5aa823a12d Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Tue, 13 May 2025 10:32:21 +0300 Subject: [PATCH 1/2] fix typos --- .../holmesgpt/toolsets/coralogix_logs.rst | 2 +- .../holmesgpt/toolsets/grafanaloki.rst | 6 +++--- .../holmesgpt/toolsets/grafanatempo.rst | 6 +++--- .../holmesgpt/toolsets/prometheus.rst | 16 +++++++++++----- .../holmesgpt/toolsets/rabbitmq.rst | 2 +- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/docs/configuration/holmesgpt/toolsets/coralogix_logs.rst b/docs/configuration/holmesgpt/toolsets/coralogix_logs.rst index 1d5de74a8..651a7be3c 100644 --- a/docs/configuration/holmesgpt/toolsets/coralogix_logs.rst +++ b/docs/configuration/holmesgpt/toolsets/coralogix_logs.rst @@ -29,7 +29,7 @@ Configuration .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml diff --git a/docs/configuration/holmesgpt/toolsets/grafanaloki.rst b/docs/configuration/holmesgpt/toolsets/grafanaloki.rst index 9d0910a32..fb7c9b5c6 100644 --- a/docs/configuration/holmesgpt/toolsets/grafanaloki.rst +++ b/docs/configuration/holmesgpt/toolsets/grafanaloki.rst @@ -84,7 +84,7 @@ Configuration (grafana proxy) .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml @@ -132,7 +132,7 @@ Configuration (direct connection) .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml @@ -180,7 +180,7 @@ Loki logs settings for ``pod``, and ``namespace`` differ from the defaults in th .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml diff --git a/docs/configuration/holmesgpt/toolsets/grafanatempo.rst b/docs/configuration/holmesgpt/toolsets/grafanatempo.rst index 7903b4c9d..96bb9a1bc 100644 --- a/docs/configuration/holmesgpt/toolsets/grafanatempo.rst +++ b/docs/configuration/holmesgpt/toolsets/grafanatempo.rst @@ -69,7 +69,7 @@ Configuration (grafana proxy) .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml @@ -122,7 +122,7 @@ Configuration (direct connection) .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml @@ -170,7 +170,7 @@ labels differ from the defaults in the example above. .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml diff --git a/docs/configuration/holmesgpt/toolsets/prometheus.rst b/docs/configuration/holmesgpt/toolsets/prometheus.rst index 5b900b8db..a8ff95888 100644 --- a/docs/configuration/holmesgpt/toolsets/prometheus.rst +++ b/docs/configuration/holmesgpt/toolsets/prometheus.rst @@ -15,7 +15,7 @@ Configuration .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml @@ -24,9 +24,12 @@ Configuration prometheus/metrics: enabled: true config: + # see below how to find prometheus_url prometheus_url: http://:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090 - headers: - Authorization: "Basic " + + # optional + #headers: + # Authorization: "Basic " .. include:: ./_toolset_configuration.inc.rst @@ -41,9 +44,12 @@ Configuration prometheus/metrics: enabled: true config: + # see below how to find prometheus_url prometheus_url: http://:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090 - headers: - Authorization: "Basic " + + # optional + #headers: + # Authorization: "Basic " It is also possible to set the ``PROMETHEUS_URL`` environment variable instead of the above ``prometheus_url`` config key. diff --git a/docs/configuration/holmesgpt/toolsets/rabbitmq.rst b/docs/configuration/holmesgpt/toolsets/rabbitmq.rst index 690769152..d6cf1ff70 100644 --- a/docs/configuration/holmesgpt/toolsets/rabbitmq.rst +++ b/docs/configuration/holmesgpt/toolsets/rabbitmq.rst @@ -17,7 +17,7 @@ Configuration .. md-tab-set:: - .. md-tab-item:: Robusta Helm Chat + .. md-tab-item:: Robusta Helm Chart .. code-block:: yaml From 1f2a181e837a41dc8152941d71f436ef00729108 Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Sun, 25 May 2025 18:16:19 +0300 Subject: [PATCH 2/2] Update index.rst --- docs/configuration/holmesgpt/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/holmesgpt/index.rst b/docs/configuration/holmesgpt/index.rst index 31afdfbd8..347a76aa3 100644 --- a/docs/configuration/holmesgpt/index.rst +++ b/docs/configuration/holmesgpt/index.rst @@ -16,6 +16,8 @@ Why use HolmesGPT? Robusta can integrate with `Holmes GPT `_ to analyze health issues on your cluster, and to run AI based root cause analysis for alerts. +This requires a Robusta SaaS account, and for the Robusta UI sink to be enabled. (We have plans to support HolmesGPT in a pure OSS mode in the near future. Stay tuned!) + When available, AI based investigations can be launched in one of two ways: 1. Click the ``Ask HolmesGPT`` button in Slack. The AI investigation will be sent back as a new message. @@ -35,7 +37,7 @@ Add ``enableHolmesGPT: true`` to the Robusta Helm values, and then follow these 1. Choose an AI model - we highly recommend using GPT-4o to get the most accurate results! Other models may work, but are not officially supported. 2. :ref:`Configure your AI provider with the chosen model `. -3. :ref:`Optional: Configure HolmesGPT Access to SaaS Data `. +3. :ref:`Configure HolmesGPT Access to SaaS Data `. Choosing and configuring an AI provider ----------------------------------------