From 4bb6e7702fc398e945a071b09a3dbb88a231f9b0 Mon Sep 17 00:00:00 2001 From: lognarly Date: Thu, 16 Apr 2026 10:25:13 -0400 Subject: [PATCH] add missing extra_ prefix to aurora autodiscovery template variable --- content/en/database_monitoring/guide/aurora_autodiscovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/database_monitoring/guide/aurora_autodiscovery.md b/content/en/database_monitoring/guide/aurora_autodiscovery.md index b9a6dc0e74e..db534aaed85 100644 --- a/content/en/database_monitoring/guide/aurora_autodiscovery.md +++ b/content/en/database_monitoring/guide/aurora_autodiscovery.md @@ -248,7 +248,7 @@ instances: dbm: true database_autodiscovery: enabled: true - global_view_db: "%%global_view_db%%" + global_view_db: "%%extra_global_view_db%%" aws: instance_endpoint: "%%host%%" region: "%%extra_region%%" @@ -360,7 +360,7 @@ For more information on configuring Autodiscovery with integrations, see the [Au | %%extra_dbclusteridentifier%% | The cluster identifier of the discovered Aurora cluster | | %%extra_dbm%% | Whether DBM is enabled on the cluster. Determined by the presence of `dbm_tag`, which defaults to `datadoghq.com/dbm:true`. | | %%extra_managed_authentication_enabled%% | Whether IAM authentication enabled on the cluster.
This is used to determine if managed authentication should be used for the connection. | -| %%global_view_db%% | The value of the `global_view_db_tag`, which defaults to `datadoghq.com/global_view_db`. | +| %%extra_global_view_db%% | The value of the `global_view_db_tag`, which defaults to `datadoghq.com/global_view_db`. | [1]: /database_monitoring/setup_postgres/aurora/?tab=postgres10 [3]: https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonRDSReadOnlyAccess.html