From 4c3fa34f10739c9e0f7eee5d49dfc108584f9f04 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 7 May 2019 13:56:08 -0600 Subject: [PATCH 1/3] added endpoing message to cloud getting started --- content/v2.0/cloud/get-started.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index ad3f2957a..9151f963c 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -50,6 +50,17 @@ and [Manually update Telegraf configurations](/v2.0/write-data/use-telegraf/manu For information about using the InfluxDB API, CLI, and client libraries to write data, see [Write data to InfluxDB](/v2.0/write-data/). +{{% note %}} +#### InfluxDB Cloud instance endpoint +When using Telegraf, the API, CLI, or client libraries to interact with your {{< cloud-name "short" >}} +instance, extract the "host" or "endpoint" of your instance from your {{< cloud-name "short" >}} UI URL. +For example: + +
+https://us-west-2-1.aws.cloud2.influxdata.com
+
+{{% /note %}} + ## Query and visualize data Once you've set up {{< cloud-name "short" >}} to collect data, you can do the following: From 9ca83d7dc47507bb3ff2eed6e5858a9cba1eed5d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 7 May 2019 13:57:34 -0600 Subject: [PATCH 2/3] removed unnecessary html markup --- content/v2.0/cloud/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index 9151f963c..2360656bb 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -56,9 +56,9 @@ When using Telegraf, the API, CLI, or client libraries to interact with your {{< instance, extract the "host" or "endpoint" of your instance from your {{< cloud-name "short" >}} UI URL. For example: -
+```
 https://us-west-2-1.aws.cloud2.influxdata.com
-
+``` {{% /note %}} ## Query and visualize data From 5b2f4ef1378813afb11f88a1ed73f5fbeec8bfdd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 7 May 2019 13:58:57 -0600 Subject: [PATCH 3/3] removed nolink from endpoint example --- content/v2.0/cloud/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index 2360656bb..d8d2d25a4 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -57,7 +57,7 @@ instance, extract the "host" or "endpoint" of your instance from your {{< cloud- For example: ``` -https://us-west-2-1.aws.cloud2.influxdata.com +https://us-west-2-1.aws.cloud2.influxdata.com ``` {{% /note %}}