File tree Expand file tree Collapse file tree 6 files changed +12
-17
lines changed
content/shared/influxdb3-admin Expand file tree Collapse file tree 6 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ to create a Distinct Value Cache (DVC). Provide the following:
6
6
associate the DVC with. You can also use the ` INFLUXDB3_DATABASE_NAME `
7
7
environment variable to specify the database.
8
8
- ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}}
9
- authentication token with write access to the specified table .
9
+ admin authentication token.
10
10
You can also use the ` INFLUXDB3_AUTH_TOKEN ` environment variable to specify
11
11
the token.
12
12
- ** Table** (` -t ` , ` --table ` ): _ ({{< req >}})_ The name of the table to
@@ -74,8 +74,7 @@ Replace the following:
74
74
- {{% code-placeholder-key %}}` DATABASE_NAME ` {{% /code-placeholder-key %}}:
75
75
the name of the database to associate the DVC with
76
76
- {{% code-placeholder-key %}}` AUTH_TOKEN ` {{% /code-placeholder-key %}}:
77
- your {{< product-name >}} authentication token with write access to the
78
- specified database
77
+ your {{< product-name >}} admin authentication token
79
78
- {{% code-placeholder-key %}}` TABLE_NAME ` {{% /code-placeholder-key %}}:
80
79
the name of the table to associate the DVC with
81
80
{{% show-in "enterprise" %}}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ to delete a Distinct Value Cache (DVC). Provide the following:
5
5
- ** Database** (` -d ` , ` --database ` ): _ ({{< req >}})_ The name of the database
6
6
that the DVC you want to delete is associated with. You can also use the
7
7
` INFLUXDB3_DATABASE_NAME ` environment variable to specify the database.
8
- - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}}
9
- authentication token with write access to the specified database .
8
+ - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}} admin
9
+ authentication token.
10
10
You can also use the ` INFLUXDB3_AUTH_TOKEN ` environment variable to specify
11
11
the token.
12
12
- ** Table** (` -t ` , ` --table ` ): _ ({{< req >}})_ The name of the table that the
@@ -28,8 +28,7 @@ Replace the following:
28
28
- {{% code-placeholder-key %}}` DATABASE_NAME ` {{% /code-placeholder-key %}}:
29
29
the name of the database that the DVC you want to delete is associated with
30
30
- {{% code-placeholder-key %}}` AUTH_TOKEN ` {{% /code-placeholder-key %}}:
31
- your {{< product-name >}} authentication token with write access to the
32
- specified database
31
+ your {{< product-name >}} admin authentication token
33
32
- {{% code-placeholder-key %}}` TABLE_NAME ` {{% /code-placeholder-key %}}:
34
33
the name of the table associated with the DVC you want to delete
35
34
- {{% code-placeholder-key %}}` DVC_NAME ` {{% /code-placeholder-key %}}:
Original file line number Diff line number Diff line change @@ -65,5 +65,4 @@ In the examples above, replace the following:
65
65
- {{% code-placeholder-key %}}` DATABASE_NAME ` {{% /code-placeholder-key %}}:
66
66
the name of the database to query system data from
67
67
- {{% code-placeholder-key %}}` AUTH_TOKEN ` {{% /code-placeholder-key %}}:
68
- your {{< product-name >}} authentication token with read access to the
69
- specified database
68
+ your {{< product-name >}} admin authentication token
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ to create a Last Value Cache (LVC). Provide the following:
5
5
- ** Database** (` -d ` , ` --database ` ): _ ({{< req >}})_ The name of the database to
6
6
associate the LVC with. You can also use the ` INFLUXDB3_DATABASE_NAME `
7
7
environment variable to specify the database.
8
- - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}}
9
- authentication token with write access to the specified table .
8
+ - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}} admin
9
+ authentication token.
10
10
You can also use the ` INFLUXDB3_AUTH_TOKEN ` environment variable to specify
11
11
the token.
12
12
- ** Table** (` -t ` , ` --table ` ): _ ({{< req >}})_ The name of the table to
@@ -85,8 +85,7 @@ Replace the following:
85
85
- {{% code-placeholder-key %}}` DATABASE_NAME ` {{% /code-placeholder-key %}}:
86
86
the name of the database to associate the LVC with
87
87
- {{% code-placeholder-key %}}` AUTH_TOKEN ` {{% /code-placeholder-key %}}:
88
- your {{< product-name >}} authentication token with write access to the
89
- specified database
88
+ your {{< product-name >}} admin authentication token
90
89
- {{% code-placeholder-key %}}` TABLE_NAME ` {{% /code-placeholder-key %}}:
91
90
the name of the table to associate the LVC with
92
91
{{% show-in "enterprise" %}}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ to delete a Last Value Cache (LVC). Provide the following:
5
5
- ** Database** (` -d ` , ` --database ` ): _ ({{< req >}})_ The name of the database
6
6
that the LVC you want to delete is associated with. You can also use the
7
7
` INFLUXDB3_DATABASE_NAME ` environment variable to specify the database.
8
- - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}}
9
- authentication token with write access to the specified database .
8
+ - ** Token** (` --token ` ): _ ({{< req >}})_ Your {{< product-name >}} admin
9
+ authentication token.
10
10
You can also use the ` INFLUXDB3_AUTH_TOKEN ` environment variable to specify
11
11
the database.
12
12
- ** Table** (` -t ` , ` --table ` ): _ ({{< req >}})_ The name of the table that the
Original file line number Diff line number Diff line change @@ -64,5 +64,4 @@ In the examples above, replace the following:
64
64
- {{% code-placeholder-key %}}` DATABASE_NAME ` {{% /code-placeholder-key %}}:
65
65
the name of the database to query system data from
66
66
- {{% code-placeholder-key %}}` AUTH_TOKEN ` {{% /code-placeholder-key %}}:
67
- your {{< product-name >}} authentication token with read access to the
68
- specified database
67
+ your {{< product-name >}} admin authentication token
You can’t perform that action at this time.
0 commit comments