From d8389039f053f1c602aeef7f08239fd31a8bc5a0 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 7 Jul 2020 17:26:08 -0700 Subject: [PATCH] add space --- content/v2.0/monitor-alert/templates/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/monitor-alert/templates/aws.md b/content/v2.0/monitor-alert/templates/aws.md index 738f948e1..0cf8799ec 100644 --- a/content/v2.0/monitor-alert/templates/aws.md +++ b/content/v2.0/monitor-alert/templates/aws.md @@ -32,7 +32,7 @@ The AWS CloudWatch Monitoring template includes the following: 3. In your Telegraf configuration file (`telegraf.conf`), find the following example `influxdb_v2` output plugins, and then **replace** the `urls` to specify the servers to monitor: ```sh - ##k8s + ## k8s [[outputs.influxdb_v2]] urls = ["http://influxdb.monitoring:9999"] organization = "InfluxData"