Skip to content

Commit fee27c0

Browse files
Avi-Robustaclaude
andauthored
Add cluster_name validation step to API Key alertmanager section (#2012)
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 Co-authored-by: Claude <noreply@anthropic.com>
1 parent d600b1a commit fee27c0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/configuration/alertmanager-integration/outofcluster-prometheus.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,16 @@ If you are using a third-party AlertManager and want to give it separate credent
5757
.. note::
5858
This feature is available with the Robusta SaaS platform and self-hosted commercial plans. It is not available in the open-source version.
5959

60-
1. In the Robusta UI, go to **Settings → API Keys**.
61-
2. Click **New API Key**, select **Alerts: Write** permissions, and **Save**.
62-
3. Copy the generated API key.
63-
4. Find your ``account_id``:
60+
1. Verify that all alerts contain a label named ``cluster_name`` or ``cluster``, matching the :ref:`cluster_name defined in Robusta's configuration <Global Config>`. This is necessary to identify which robusta-runner should receive alerts.
61+
2. In the Robusta UI, go to **Settings → API Keys**.
62+
3. Click **New API Key**, select **Alerts: Write** permissions, and **Save**.
63+
4. Copy the generated API key.
64+
5. Find your ``account_id``:
6465

6566
- In your **generated_values.yaml** file (from installation), or
6667
- In the Robusta UI under **Settings → Workspace**.
6768

68-
5. Edit the configuration for your AlertManager, using the API key in place of the signing key:
69+
6. Edit the configuration for your AlertManager, using the API key in place of the signing key:
6970

7071
.. admonition:: alertmanager.yaml
7172

0 commit comments

Comments
 (0)