fix(influxdb3): Remove beta note, add token link
parent
569cc7bc39
commit
8d21b51e97
|
@ -216,14 +216,9 @@ home,room=Kitchen temp=22.7,hum=36.5,co=26i 1641067200
|
||||||
Replace the following in the sample script:
|
Replace the following in the sample script:
|
||||||
|
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of database to write to
|
the name of [database](/influxdb3/version/admin/databases/) to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
|
|
||||||
> you can provide an arbitrary token string.
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
@ -371,12 +366,7 @@ Replace the following in the sample script:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of database to write to
|
the name of database to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
|
|
||||||
> you can provide an arbitrary token string.
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
@ -478,12 +468,7 @@ Replace the following in the sample script:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of database to write to
|
the name of database to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
|
|
||||||
> you can provide an arbitrary token string.
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
@ -575,12 +560,7 @@ Replace the following in the sample script:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of database to write to
|
the name of database to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
|
|
||||||
> you can provide an arbitrary token string.
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
@ -674,12 +654,7 @@ Replace the following in the sample script:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of database to write to
|
the name of database to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the CLI `--token` option or the HTTP `Authorization` header or
|
|
||||||
> you can provide an arbitrary token string.
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
|
|
@ -69,13 +69,6 @@ When creating an InfluxDB data source that uses SQL to query data:
|
||||||
|
|
||||||
- **Database**: Provide a default database name to query.
|
- **Database**: Provide a default database name to query.
|
||||||
- **Token**: Provide an arbitrary, non-empty string.
|
- **Token**: Provide an arbitrary, non-empty string.
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> However, if you included a `--token` option or defined the
|
|
||||||
> `INFLUXDB3_AUTH_TOKEN` environment variable when starting your
|
|
||||||
> {{< product-name >}} server, provide that token.
|
|
||||||
|
|
||||||
- **Insecure Connection**: If _not_ using HTTPS, enable this option.
|
- **Insecure Connection**: If _not_ using HTTPS, enable this option.
|
||||||
|
|
||||||
3. Click **Save & test**.
|
3. Click **Save & test**.
|
||||||
|
@ -103,11 +96,6 @@ When creating an InfluxDB data source that uses InfluxQL to query data:
|
||||||
- **User**: Provide an arbitrary string.
|
- **User**: Provide an arbitrary string.
|
||||||
_This credential is ignored when querying {{% product-name %}}, but it cannot be empty._
|
_This credential is ignored when querying {{% product-name %}}, but it cannot be empty._
|
||||||
- **Password**: Provide an arbitrary string.
|
- **Password**: Provide an arbitrary string.
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization
|
|
||||||
> token, but the **Password** field does require a value.
|
|
||||||
|
|
||||||
- **HTTP Method**: Choose one of the available HTTP request methods to use when querying data:
|
- **HTTP Method**: Choose one of the available HTTP request methods to use when querying data:
|
||||||
|
|
||||||
- **POST** ({{< req text="Recommended" >}})
|
- **POST** ({{< req text="Recommended" >}})
|
||||||
|
|
|
@ -211,11 +211,8 @@ a database connection.
|
||||||
|
|
||||||
**Query parameters**
|
**Query parameters**
|
||||||
|
|
||||||
- **`?database`**: URL-encoded InfluxDB database name
|
- **`?database`**: URL-encoded [database](/influxdb3/version/admin/databases/) name
|
||||||
- **`?token`**: InfluxDB authorization token
|
- **`?token`**: {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
|
|
||||||
{{< code-callout "<(domain|port|database-name|token)>" >}}
|
{{< code-callout "<(domain|port|database-name|token)>" >}}
|
||||||
{{< code-callout "localhost|8181|example-database|example-token" >}}
|
{{< code-callout "localhost|8181|example-database|example-token" >}}
|
||||||
|
|
|
@ -67,10 +67,6 @@ the **Flight SQL JDBC driver**.
|
||||||
- **Dialect**: PostgreSQL
|
- **Dialect**: PostgreSQL
|
||||||
- **Username**: _Leave empty_
|
- **Username**: _Leave empty_
|
||||||
- **Password**: _Leave empty_
|
- **Password**: _Leave empty_
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require authorization tokens.
|
|
||||||
|
|
||||||
- **Properties File**: _Leave empty_
|
- **Properties File**: _Leave empty_
|
||||||
|
|
||||||
4. Click **Sign In**.
|
4. Click **Sign In**.
|
||||||
|
|
|
@ -162,14 +162,9 @@ Replace the following:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> You can either omit the `Authorization` header or you can provide an
|
|
||||||
> arbitrary token string.
|
|
||||||
|
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
{{< /tabs-wrapper >}}
|
{{< /tabs-wrapper >}}
|
||||||
|
|
||||||
|
@ -248,13 +243,9 @@ EOF
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an empty or arbitrary token string.
|
|
||||||
|
|
||||||
2. To test the input and processor, enter the following command:
|
2. To test the input and processor, enter the following command:
|
||||||
|
|
||||||
<!--pytest-codeblocks:cont-->
|
<!--pytest-codeblocks:cont-->
|
||||||
|
@ -361,12 +352,9 @@ EOF
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an empty or arbitrary token string.
|
|
||||||
|
|
||||||
3. To test the input and processor, enter the following command:
|
3. To test the input and processor, enter the following command:
|
||||||
|
|
||||||
|
@ -463,12 +451,9 @@ table, tag set, and timestamp), and then merges points in each series:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an empty or arbitrary token string.
|
|
||||||
|
|
||||||
3. To test the input and aggregator, enter the following command:
|
3. To test the input and aggregator, enter the following command:
|
||||||
|
|
||||||
|
@ -566,12 +551,9 @@ field values, and then write the data to InfluxDB:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an empty or arbitrary token string.
|
|
||||||
|
|
||||||
3. To test the input and processor, enter the following command:
|
3. To test the input and processor, enter the following command:
|
||||||
|
|
||||||
|
@ -805,12 +787,9 @@ EOF
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an empty or arbitrary token string.
|
|
||||||
|
|
||||||
5. To test the input and processor, enter the following command:
|
5. To test the input and processor, enter the following command:
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ Provide the following:
|
||||||
|
|
||||||
- The [database](/influxdb3/version/admin/databases/) name using the
|
- The [database](/influxdb3/version/admin/databases/) name using the
|
||||||
`--database` option
|
`--database` option
|
||||||
- Your {{< product-name >}} authorization token using the `-t`, `--token` option
|
- Your {{< product-name >}} {{% token-link %}} using the `-t`, `--token` option
|
||||||
- [Line protocol](#construct-line-protocol).
|
- [Line protocol](#construct-line-protocol).
|
||||||
Provide the line protocol in one of the following ways:
|
Provide the line protocol in one of the following ways:
|
||||||
|
|
||||||
|
@ -196,7 +196,4 @@ Replace the following:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write to
|
the name of the database to write to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token
|
your {{< product-name >}} {{% token-link %}}
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
|
|
|
@ -46,13 +46,9 @@ Replace the following:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}.
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an arbitrary, non-empty token string.
|
|
||||||
|
|
||||||
_See how to [Configure Telegraf to write to {{% product-name %}}](/influxdb3/version/write-data/use-telegraf/configure/)._
|
_See how to [Configure Telegraf to write to {{% product-name %}}](/influxdb3/version/write-data/use-telegraf/configure/)._
|
||||||
|
|
||||||
## Use Telegraf with InfluxDB
|
## Use Telegraf with InfluxDB
|
||||||
|
|
|
@ -65,13 +65,9 @@ Replace the following:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}.
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an arbitrary, non-empty token string.
|
|
||||||
|
|
||||||
The InfluxDB output plugin configuration contains the following options:
|
The InfluxDB output plugin configuration contains the following options:
|
||||||
|
|
||||||
#### urls
|
#### urls
|
||||||
|
@ -87,10 +83,6 @@ To write to {{% product-name %}}, include your {{% product-name %}} URL:
|
||||||
|
|
||||||
Your {{% product-name %}} authorization token.
|
Your {{% product-name %}} authorization token.
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an arbitrary, non-empty token string.
|
|
||||||
|
|
||||||
> [!Tip]
|
> [!Tip]
|
||||||
>
|
>
|
||||||
> ##### Store your authorization token as an environment variable
|
> ##### Store your authorization token as an environment variable
|
||||||
|
|
|
@ -95,13 +95,9 @@ Replace the following:
|
||||||
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
|
||||||
the name of the database to write data to
|
the name of the database to write data to
|
||||||
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
|
||||||
your {{< product-name >}} authorization token.
|
your {{< product-name >}} {{% token-link %}}.
|
||||||
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
_Store this in a secret store or environment variable to avoid exposing the raw token string._
|
||||||
|
|
||||||
> [!Note]
|
|
||||||
> While in beta, {{< product-name >}} does not require an authorization token.
|
|
||||||
> For the `token` option, provide an arbitrary, non-empty token string.
|
|
||||||
|
|
||||||
> [!Tip]
|
> [!Tip]
|
||||||
>
|
>
|
||||||
> ##### Store your authorization token as an environment variable
|
> ##### Store your authorization token as an environment variable
|
||||||
|
|
Loading…
Reference in New Issue