Merge pull request #230 from influxdata/cloud-endpoint-msg

Added endpoint message to cloud getting started
pull/232/head
Scott Anderson 2019-05-07 14:11:09 -06:00 committed by GitHub
commit 69cdcff0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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: