diff --git a/docs/configuration/holmesgpt/toolsets/datadog_logs.rst b/docs/configuration/holmesgpt/toolsets/datadog_logs.rst index 9d2c5ae7c..6f9cd230e 100644 --- a/docs/configuration/holmesgpt/toolsets/datadog_logs.rst +++ b/docs/configuration/holmesgpt/toolsets/datadog_logs.rst @@ -69,6 +69,19 @@ Configuration kubernetes/logs: enabled: false # HolmesGPT's default logging mechanism MUST be disabled + +DataDog Kubernetes cluster label +*********************************** + +In multi cluster environments, HolmesGPT will route alerts investigations to the Kubernetes cluster the alert is firing on. + +Add the ``cluster`` label to your DataDog monitoring agent: + + .. image:: /images/datadog-cluster-label.png + :width: 1000 + :align: center + + Getting API and Application Keys ******************************** diff --git a/docs/images/datadog-cluster-label.png b/docs/images/datadog-cluster-label.png new file mode 100644 index 000000000..8c72b8363 Binary files /dev/null and b/docs/images/datadog-cluster-label.png differ