From d774b3f2c9fac190cb7513ac7e4a464e85cdac80 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 28 Jun 2026 14:15:43 +0000 Subject: [PATCH] ROB-463 Document cluster= query param for Send Events API Document the new optional cluster webhook URL parameter, which overrides the cluster for the resulting alert investigation (and triggered workflows) instead of falling back to the payload cluster or the "external" default. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Ru3h6bxtTvy7H9XViGKgqW --- docs/configuration/exporting/send-events-api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/exporting/send-events-api.rst b/docs/configuration/exporting/send-events-api.rst index 0d3e64c3a..d605cf8d4 100644 --- a/docs/configuration/exporting/send-events-api.rst +++ b/docs/configuration/exporting/send-events-api.rst @@ -47,6 +47,8 @@ Query Parameters - Identifies the monitoring product. Must be one of the supported origins listed under `Integrations`_ below. * - ``account_id`` - Your Robusta account ID, found in ``generated_values.yaml``. + * - ``cluster`` + - Optional. The cluster to associate the alert with. When set, it overrides any cluster found in the alert payload and is used for the resulting alert investigation. When omitted, the cluster is taken from the payload if present, otherwise the alert is recorded under the ``external`` cluster. Use this when your monitoring system cannot add a cluster label to the alert itself. Authentication --------------