Skip to content

Commit fb665e2

Browse files
authored
hotfix: clarify that influxdb_v2 tokens for telegraf cannot be empty strings (#5824)
1 parent 4ad6631 commit fb665e2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Replace the following:
5151

5252
> [!Note]
5353
> While in alpha, {{< product-name >}} does not require an authorization token.
54-
> For the `token` option, provide an empty or arbitrary token string.
54+
> For the `token` option, provide an arbitrary, non-empty token string.
5555
5656
_See how to [Configure Telegraf to write to {{% product-name %}}](/influxdb3/version/write-data/use-telegraf/configure/)._
5757

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Replace the following:
7070

7171
> [!Note]
7272
> While in alpha, {{< product-name >}} does not require an authorization token.
73-
> For the `token` option, provide an empty or arbitrary token string.
73+
> For the `token` option, provide an arbitrary, non-empty token string.
7474
7575
The InfluxDB output plugin configuration contains the following options:
7676

@@ -89,7 +89,7 @@ Your {{% product-name %}} authorization token.
8989

9090
> [!Note]
9191
> While in alpha, {{< product-name >}} does not require an authorization token.
92-
> For the `token` option, provide an empty or arbitrary token string.
92+
> For the `token` option, provide an arbitrary, non-empty token string.
9393
9494
> [!Tip]
9595
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Replace the following:
100100

101101
> [!Note]
102102
> While in alpha, {{< product-name >}} does not require an authorization token.
103-
> For the `token` option, provide an empty or arbitrary token string.
103+
> For the `token` option, provide an arbitrary, non-empty token string.
104104
105105
> [!Tip]
106106
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following example configures Telegraf for dual writing to {{% product-name %
1616

1717
> [!Note]
1818
> While in alpha, {{< product-name >}} does not require an authorization token.
19-
> For the `token` option, provide an empty or arbitrary token string.
19+
> For the `token` option, provide an arbitrary, non-empty token string.
2020
2121

2222
## Sample configuration

0 commit comments

Comments
 (0)