Skip to content

Commit 8d21b51

Browse files
committed
fix(influxdb3): Remove beta note, add token link
1 parent 569cc7b commit 8d21b51

File tree

9 files changed

+19
-103
lines changed

9 files changed

+19
-103
lines changed

content/shared/influxdb3-sample-data/sample-data.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,9 @@ home,room=Kitchen temp=22.7,hum=36.5,co=26i 1641067200
216216
Replace the following in the sample script:
217217

218218
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
219-
the name of database to write to
219+
the name of [database](/influxdb3/version/admin/databases/) to write to
220220
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
221-
your {{< product-name >}} authorization token
222-
223-
> [!Note]
224-
> While in beta, {{< product-name >}} does not require an authorization token.
225-
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
226-
> you can provide an arbitrary token string.
221+
your {{< product-name >}} {{% token-link %}}
227222

228223
{{% /expand %}}
229224
{{< /expand-wrapper >}}
@@ -371,12 +366,7 @@ Replace the following in the sample script:
371366
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
372367
the name of database to write to
373368
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
374-
your {{< product-name >}} authorization token
375-
376-
> [!Note]
377-
> While in beta, {{< product-name >}} does not require an authorization token.
378-
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
379-
> you can provide an arbitrary token string.
369+
your {{< product-name >}} {{% token-link %}}
380370

381371
{{% /expand %}}
382372
{{< /expand-wrapper >}}
@@ -478,12 +468,7 @@ Replace the following in the sample script:
478468
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
479469
the name of database to write to
480470
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
481-
your {{< product-name >}} authorization token
482-
483-
> [!Note]
484-
> While in beta, {{< product-name >}} does not require an authorization token.
485-
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
486-
> you can provide an arbitrary token string.
471+
your {{< product-name >}} {{% token-link %}}
487472

488473
{{% /expand %}}
489474
{{< /expand-wrapper >}}
@@ -575,12 +560,7 @@ Replace the following in the sample script:
575560
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
576561
the name of database to write to
577562
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
578-
your {{< product-name >}} authorization token
579-
580-
> [!Note]
581-
> While in beta, {{< product-name >}} does not require an authorization token.
582-
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
583-
> you can provide an arbitrary token string.
563+
your {{< product-name >}} {{% token-link %}}
584564

585565
{{% /expand %}}
586566
{{< /expand-wrapper >}}
@@ -674,12 +654,7 @@ Replace the following in the sample script:
674654
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
675655
the name of database to write to
676656
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
677-
your {{< product-name >}} authorization token
678-
679-
> [!Note]
680-
> While in beta, {{< product-name >}} does not require an authorization token.
681-
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
682-
> you can provide an arbitrary token string.
657+
your {{< product-name >}} {{% token-link %}}
683658

684659
{{% /expand %}}
685660
{{< /expand-wrapper >}}

content/shared/influxdb3-visualize/grafana.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ When creating an InfluxDB data source that uses SQL to query data:
6969
7070
- **Database**: Provide a default database name to query.
7171
- **Token**: Provide an arbitrary, non-empty string.
72-
73-
> [!Note]
74-
> While in beta, {{< product-name >}} does not require an authorization token.
75-
> However, if you included a `--token` option or defined the
76-
> `INFLUXDB3_AUTH_TOKEN` environment variable when starting your
77-
> {{< product-name >}} server, provide that token.
78-
7972
- **Insecure Connection**: If _not_ using HTTPS, enable this option.
8073
8174
3. Click **Save & test**.
@@ -103,11 +96,6 @@ When creating an InfluxDB data source that uses InfluxQL to query data:
10396
- **User**: Provide an arbitrary string.
10497
_This credential is ignored when querying {{% product-name %}}, but it cannot be empty._
10598
- **Password**: Provide an arbitrary string.
106-
107-
> [!Note]
108-
> While in beta, {{< product-name >}} does not require an authorization
109-
> token, but the **Password** field does require a value.
110-
11199
- **HTTP Method**: Choose one of the available HTTP request methods to use when querying data:
112100
113101
- **POST** ({{< req text="Recommended" >}})

content/shared/influxdb3-visualize/superset.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,8 @@ a database connection.
211211
212212
**Query parameters**
213213
214-
- **`?database`**: URL-encoded InfluxDB database name
215-
- **`?token`**: InfluxDB authorization token
216-
217-
> [!Note]
218-
> While in beta, {{< product-name >}} does not require an authorization token.
214+
- **`?database`**: URL-encoded [database](/influxdb3/version/admin/databases/) name
215+
- **`?token`**: {{< product-name >}} {{% token-link %}}
219216
220217
{{< code-callout "&lt;(domain|port|database-name|token)&gt;" >}}
221218
{{< code-callout "localhost|8181|example-database|example-token" >}}

content/shared/influxdb3-visualize/tableau.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ the **Flight SQL JDBC driver**.
6767
- **Dialect**: PostgreSQL
6868
- **Username**: _Leave empty_
6969
- **Password**: _Leave empty_
70-
71-
> [!Note]
72-
> While in beta, {{< product-name >}} does not require authorization tokens.
73-
7470
- **Properties File**: _Leave empty_
7571

7672
4. Click **Sign In**.

content/shared/influxdb3-write-guides/best-practices/optimize-writes.md

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,9 @@ Replace the following:
162162
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
163163
the name of the database to write data to
164164
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
165-
your {{< product-name >}} authorization token.
165+
your {{< product-name >}} {{% token-link %}}
166166
_Store this in a secret store or environment variable to avoid exposing the raw token string._
167167

168-
> [!Note]
169-
> While in beta, {{< product-name >}} does not require an authorization token.
170-
> You can either omit the `Authorization` header or you can provide an
171-
> arbitrary token string.
172-
173168
{{% /tab-content %}}
174169
{{< /tabs-wrapper >}}
175170

@@ -248,13 +243,9 @@ EOF
248243
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
249244
the name of the database to write data to
250245
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
251-
your {{< product-name >}} authorization token.
246+
your {{< product-name >}} {{% token-link %}}
252247
_Store this in a secret store or environment variable to avoid exposing the raw token string._
253248

254-
> [!Note]
255-
> While in beta, {{< product-name >}} does not require an authorization token.
256-
> For the `token` option, provide an empty or arbitrary token string.
257-
258249
2. To test the input and processor, enter the following command:
259250

260251
<!--pytest-codeblocks:cont-->
@@ -361,12 +352,9 @@ EOF
361352
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
362353
the name of the database to write data to
363354
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
364-
your {{< product-name >}} authorization token.
355+
your {{< product-name >}} {{% token-link %}}
365356
_Store this in a secret store or environment variable to avoid exposing the raw token string._
366357

367-
> [!Note]
368-
> While in beta, {{< product-name >}} does not require an authorization token.
369-
> For the `token` option, provide an empty or arbitrary token string.
370358

371359
3. To test the input and processor, enter the following command:
372360

@@ -463,12 +451,9 @@ table, tag set, and timestamp), and then merges points in each series:
463451
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
464452
the name of the database to write data to
465453
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
466-
your {{< product-name >}} authorization token.
454+
your {{< product-name >}} {{% token-link %}}
467455
_Store this in a secret store or environment variable to avoid exposing the raw token string._
468456
469-
> [!Note]
470-
> While in beta, {{< product-name >}} does not require an authorization token.
471-
> For the `token` option, provide an empty or arbitrary token string.
472457
473458
3. To test the input and aggregator, enter the following command:
474459
@@ -566,12 +551,9 @@ field values, and then write the data to InfluxDB:
566551
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
567552
the name of the database to write data to
568553
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
569-
your {{< product-name >}} authorization token.
554+
your {{< product-name >}} {{% token-link %}}
570555
_Store this in a secret store or environment variable to avoid exposing the raw token string._
571556
572-
> [!Note]
573-
> While in beta, {{< product-name >}} does not require an authorization token.
574-
> For the `token` option, provide an empty or arbitrary token string.
575557
576558
3. To test the input and processor, enter the following command:
577559
@@ -805,12 +787,9 @@ EOF
805787
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
806788
the name of the database to write data to
807789
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
808-
your {{< product-name >}} authorization token.
790+
your {{< product-name >}} {{% token-link %}}
809791
_Store this in a secret store or environment variable to avoid exposing the raw token string._
810792
811-
> [!Note]
812-
> While in beta, {{< product-name >}} does not require an authorization token.
813-
> For the `token` option, provide an empty or arbitrary token string.
814793
815794
5. To test the input and processor, enter the following command:
816795

content/shared/influxdb3-write-guides/influxdb3-cli.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Provide the following:
6464

6565
- The [database](/influxdb3/version/admin/databases/) name using the
6666
`--database` option
67-
- Your {{< product-name >}} authorization token using the `-t`, `--token` option
67+
- Your {{< product-name >}} {{% token-link %}} using the `-t`, `--token` option
6868
- [Line protocol](#construct-line-protocol).
6969
Provide the line protocol in one of the following ways:
7070

@@ -196,7 +196,4 @@ Replace the following:
196196
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
197197
the name of the database to write to
198198
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
199-
your {{< product-name >}} authorization token
200-
201-
> [!Note]
202-
> While in beta, {{< product-name >}} does not require an authorization token.
199+
your {{< product-name >}} {{% token-link %}}

content/shared/influxdb3-write-guides/use-telegraf/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,9 @@ Replace the following:
4646
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
4747
the name of the database to write data to
4848
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
49-
your {{< product-name >}} authorization token.
49+
your {{< product-name >}} {{% token-link %}}.
5050
_Store this in a secret store or environment variable to avoid exposing the raw token string._
5151

52-
> [!Note]
53-
> While in beta, {{< product-name >}} does not require an authorization token.
54-
> For the `token` option, provide an arbitrary, non-empty token string.
55-
5652
_See how to [Configure Telegraf to write to {{% product-name %}}](/influxdb3/version/write-data/use-telegraf/configure/)._
5753

5854
## Use Telegraf with InfluxDB

content/shared/influxdb3-write-guides/use-telegraf/configure.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ Replace the following:
6565
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
6666
the name of the database to write data to
6767
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
68-
your {{< product-name >}} authorization token.
68+
your {{< product-name >}} {{% token-link %}}.
6969
_Store this in a secret store or environment variable to avoid exposing the raw token string._
7070

71-
> [!Note]
72-
> While in beta, {{< product-name >}} does not require an authorization token.
73-
> For the `token` option, provide an arbitrary, non-empty token string.
74-
7571
The InfluxDB output plugin configuration contains the following options:
7672

7773
#### urls
@@ -87,10 +83,6 @@ To write to {{% product-name %}}, include your {{% product-name %}} URL:
8783

8884
Your {{% product-name %}} authorization token.
8985

90-
> [!Note]
91-
> While in beta, {{< product-name >}} does not require an authorization token.
92-
> For the `token` option, provide an arbitrary, non-empty token string.
93-
9486
> [!Tip]
9587
>
9688
> ##### Store your authorization token as an environment variable

content/shared/influxdb3-write-guides/use-telegraf/csv.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,9 @@ Replace the following:
9595
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
9696
the name of the database to write data to
9797
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
98-
your {{< product-name >}} authorization token.
98+
your {{< product-name >}} {{% token-link %}}.
9999
_Store this in a secret store or environment variable to avoid exposing the raw token string._
100100

101-
> [!Note]
102-
> While in beta, {{< product-name >}} does not require an authorization token.
103-
> For the `token` option, provide an arbitrary, non-empty token string.
104-
105101
> [!Tip]
106102
>
107103
> ##### Store your authorization token as an environment variable

0 commit comments

Comments
 (0)