From a40c25854411b7951bb8fcbe16a289992ed55284 Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Thu, 2 Apr 2020 16:59:41 +0530 Subject: [PATCH] Correcting couple of typos in the document (#23285) line 46 and 183 has been modified to overcome the typo --- docs/sources/features/datasources/cloudwatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/features/datasources/cloudwatch.md b/docs/sources/features/datasources/cloudwatch.md index 2244cfccf5e..8d758e32ec6 100755 --- a/docs/sources/features/datasources/cloudwatch.md +++ b/docs/sources/features/datasources/cloudwatch.md @@ -43,7 +43,7 @@ server is running on AWS you can use IAM Roles and authentication will be handle See the AWS documentation on [IAM Roles](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html) -> NOTE: AWS Role Switching as described [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-cli.html) it not supported at the moment. +> NOTE: AWS Role Switching as described [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-cli.html) is not supported at the moment. ## IAM Policies @@ -180,7 +180,7 @@ To import the pre-configured dashboards, go to the configuration page of your Cl ## Templated queries -Instead of hard-coding things like server, application and sensor name in you metric queries you can use variables in their place. Variables are shown as dropdown select boxes at the top of the dashboard. These dropdowns makes it easy to change the data being displayed in your dashboard. +Instead of hard-coding things like server, application and sensor name in you metric queries you can use variables in their place. Variables are shown as dropdown select boxes at the top of the dashboard. These dropdowns make it easy to change the data being displayed in your dashboard. See the [Templating]({{< relref "../../reference/templating.md" >}}) documentation for an introduction to the templating feature and the different types of template variables.