From 57331eb89869638994a5950ce837a42d5ab7ed4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Mon, 29 Jul 2024 12:24:04 +0200 Subject: [PATCH] Docs: Update docs with Metric Insights builder cross-account feature (#91069) --------- Co-authored-by: Jack Baldry --- docs/sources/datasources/aws-cloudwatch/query-editor/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/datasources/aws-cloudwatch/query-editor/index.md b/docs/sources/datasources/aws-cloudwatch/query-editor/index.md index 8c4aafb751c..0d688f5c09f 100644 --- a/docs/sources/datasources/aws-cloudwatch/query-editor/index.md +++ b/docs/sources/datasources/aws-cloudwatch/query-editor/index.md @@ -253,7 +253,9 @@ To enable cross-account observability, complete the following steps: 1. Add [two API actions]({{< relref "../../aws-cloudwatch#cross-account-observability-permissions" >}}) to the IAM policy attached to the role/user running the plugin. -Cross-account querying is available in the plugin through the `Logs` mode and the `Metric search` mode. Once you have it configured correctly, you'll see a "Monitoring account" badge displayed in the query editor header. +Cross-account querying is available in the plugin through the **Logs**, **Metric search**, and **Metric Insights** modes. +After you have it configured, you'll see a **Monitoring account** badge in the query editor header. +To support cross-account query building in the **Metric Insight** builder mode, the `cloudwatchMetricInsightsCrossAccount` feature toggle should be enabled. {{< figure src="/static/img/docs/cloudwatch/cloudwatch-monitoring-badge-9.3.0.png" max-width="1200px" caption="Monitoring account badge" >}}