Added links to viewing bucket/org ID (fixes #487 )
parent
18f6cb6506
commit
a6df54d4dd
|
@ -27,7 +27,13 @@ the InfluxDB user interface (UI), and client libraries.
|
||||||
To write data into InfluxDB, you need the following:
|
To write data into InfluxDB, you need the following:
|
||||||
|
|
||||||
- an organization
|
- an organization
|
||||||
|
{{% note %}}
|
||||||
|
See [View organizations](/v2.0/organizations/view-orgs/#view-your-organization-id/) for instructions on viewing your organization ID.
|
||||||
|
{{% /note %}}
|
||||||
- a bucket
|
- a bucket
|
||||||
|
{{% note %}}
|
||||||
|
See [View buckets](/v2.0/organizations/view-orgs/#view-your-organization-id/) for instructions on viewing your bucket ID.
|
||||||
|
{{% /note %}}
|
||||||
- an [authentication token](/v2.0/security/tokens/)
|
- an [authentication token](/v2.0/security/tokens/)
|
||||||
|
|
||||||
The [InfluxDB setup process](/v2.0/get-started/#set-up-influxdb) creates each of these.
|
The [InfluxDB setup process](/v2.0/get-started/#set-up-influxdb) creates each of these.
|
||||||
|
|
Loading…
Reference in New Issue