From 76ae1dadb21a2c88a069c23dac83ca0ff6e6f670 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 12:01:48 +0000 Subject: [PATCH] Add cluster_name validation step to API Key alertmanager section Add the same cluster_name/cluster label verification note that exists in the "Send Alerts to Robusta" section to the "Send Alerts to Robusta with API Key" section, renumbering subsequent steps accordingly. https://claude.ai/code/session_01XbDk2RmpFufF1fr1EpD1EH --- .../outofcluster-prometheus.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst b/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst index 63f4b18a3..396b9127d 100644 --- a/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst +++ b/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst @@ -57,15 +57,16 @@ If you are using a third-party AlertManager and want to give it separate credent .. note:: This feature is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version. -1. In the Robusta UI, go to **Settings → API Keys**. -2. Click **New API Key**, select **Alerts: Write** permissions, and **Save**. -3. Copy the generated API key. -4. Find your ``account_id``: +1. Verify that all alerts contain a label named ``cluster_name`` or ``cluster``, matching the :ref:`cluster_name defined in Robusta's configuration `. This is necessary to identify which robusta-runner should receive alerts. +2. In the Robusta UI, go to **Settings → API Keys**. +3. Click **New API Key**, select **Alerts: Write** permissions, and **Save**. +4. Copy the generated API key. +5. Find your ``account_id``: - In your **generated_values.yaml** file (from installation), or - In the Robusta UI under **Settings → Workspace**. -5. Edit the configuration for your AlertManager, using the API key in place of the signing key: +6. Edit the configuration for your AlertManager, using the API key in place of the signing key: .. admonition:: alertmanager.yaml