Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/influxdb3/cloud-serverless/get-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ Keep the following in mind when using API clients and client libraries:
{{< /tabs-wrapper >}}

4. {{< req text="Optional:" color="magenta" >}} **Create a bucket**.
<span id="create-a-bucket"></span>

You can use an existing bucket or create a new one specifically for this
getting started tutorial. All examples in this tutorial assume a bucket named
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/databases/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
title: Manage databases
seotitle: Manage databases in {{< product-name >}}
Expand All @@ -12,7 +12,7 @@
related:
- /influxdb3/core/write-data/best-practices/schema-design/
- /influxdb3/core/reference/cli/influxdb3/
- /influxdb3/core/api/v3/#tag/Database, Database API reference
- /influxdb3/core/reference/api/#tag/Database, Database API reference
- /influxdb3/core/reference/internals/data-retention/
- /influxdb3/explorer/manage-databases/
alt_links:
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/databases/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ list_code_example: |
```
related:
- /influxdb3/core/reference/cli/influxdb3/create/database/
- /influxdb3/core/api/v3/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/api/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/naming-restrictions/
- /influxdb3/core/reference/internals/data-retention/
- /influxdb3/explorer/manage-databases/
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/databases/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ list_code_example: |
```
related:
- /influxdb3/core/reference/cli/influxdb3/delete/database/
- /influxdb3/core/api/v3/#operation/DeleteConfigureDatabase, Delete database API
- /influxdb3/core/reference/api/#operation/DeleteConfigureDatabase, Delete database API
- /influxdb3/explorer/manage-databases/
source: /shared/influxdb3-admin/databases/delete.md
---
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/databases/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ list_code_example: |
```
related:
- /influxdb3/core/reference/cli/influxdb3/show/databases/
- /influxdb3/core/api/v3/#operation/GetConfigureDatabase, List databases API
- /influxdb3/core/reference/api/#operation/GetConfigureDatabase, List databases API
- /influxdb3/explorer/manage-databases/
source: /shared/influxdb3-admin/databases/list.md
---
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/tables/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ list_code_example: |
related:
- /influxdb3/core/reference/cli/influxdb3/create/table/
- /influxdb3/core/reference/naming-restrictions/
- /influxdb3/core/api/v3/
- /influxdb3/core/reference/api/
source: /shared/influxdb3-admin/tables/create.md
---

Expand Down
4 changes: 2 additions & 2 deletions content/influxdb3/core/admin/tables/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Delete a table
description: >
Use the [`influxdb3 delete table` command](/influxdb3/core/reference/cli/influxdb3/delete/table/)
or the [HTTP API](/influxdb3/core/api/v3/) to delete a table from a specified database in {{< product-name >}}.
or the [HTTP API](/influxdb3/core/reference/api/) to delete a table from a specified database in {{< product-name >}}.
Supports both soft delete and hard delete operations.
menu:
influxdb3_core:
Expand All @@ -22,7 +22,7 @@ list_code_example: |
```
related:
- /influxdb3/core/reference/cli/influxdb3/delete/table/
- /influxdb3/core/api/v3/
- /influxdb3/core/reference/api/
source: /shared/influxdb3-admin/tables/delete.md
---

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/tables/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ list_code_example: |
```
related:
- /influxdb3/core/reference/cli/influxdb3/query/
- /influxdb3/core/api/v3/
- /influxdb3/core/reference/api/
source: /shared/influxdb3-admin/tables/list.md
---

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/tokens/admin/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Create an admin token
description: >
Use the [`influxdb3 create token --admin` command](/influxdb3/core/reference/cli/influxdb3/create/token/)
or the HTTP API [`/api/v3/configure/token/admin`](/influxdb3/core/api/v3/#operation/PostCreateAdminToken) endpoint
or the HTTP API [`/api/v3/configure/token/admin`](/influxdb3/core/reference/api/#operation/PostCreateAdminToken) endpoint
to create an [admin token](/influxdb3/core/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
An admin token grants access to all actions on the server.
menu:
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/admin/tokens/admin/regenerate.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Regenerate an admin token
description: >
Use the [`influxdb3 create token --admin` command](/influxdb3/core/reference/cli/influxdb3/create/token/)
or the HTTP API [`/api/v3/configure/token/admin/regenerate`](/influxdb3/core/api/v3/#operation/PostRegenerateAdminToken) endpoint
or the HTTP API [`/api/v3/configure/token/admin/regenerate`](/influxdb3/core/reference/api/#operation/PostRegenerateAdminToken) endpoint
to regenerate an [operator token](/influxdb3/core/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
Regenerating an operator token deactivates the previous token.
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
weight: 400
related:
- /influxdb3/core/admin/databases/create/
- /influxdb3/core/api/v3/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/api/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/internals/data-retention/
source: /shared/influxdb3-cli/create/database.md
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
weight: 201
related:
- /influxdb3/core/admin/tokens/
- /influxdb3/core/api/v3/#tag/Token, InfluxDB /api/v3 Token API reference
- /influxdb3/core/reference/api/#tag/Token, InfluxDB /api/v3 Token API reference
source: /shared/influxdb3-cli/delete/token.md
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ menu:
parent: influxdb3 install
weight: 201
related:
- /influxdb3/core/process/
- /influxdb3/core/get-started/process/
- /influxdb3/core/plugins/
source: /shared/influxdb3-cli/install/package.md
---
Expand Down
18 changes: 9 additions & 9 deletions content/influxdb3/core/reference/cli/influxdb3/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ influxdb3 serve [OPTIONS]
| | `--datafusion-config` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-config)_ |
| | `--datafusion-max-parquet-fanout` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-max-parquet-fanout)_ |
| | `--datafusion-num-threads` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-num-threads)_ |
| | `--datafusion-runtime-disable-lifo-slot` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-disable-lifo-slot)_ |
| | `--datafusion-runtime-event-interval` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-event-interval)_ |
| | `--datafusion-runtime-global-queue-interval` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-global-queue-interval)_ |
| | `--datafusion-runtime-max-blocking-threads` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-max-blocking-threads)_ |
| | `--datafusion-runtime-max-io-events-per-tick` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-max-io-events-per-tick)_ |
| | `--datafusion-runtime-thread-keep-alive` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-thread-keep-alive)_ |
| | `--datafusion-runtime-thread-priority` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-thread-priority)_ |
| | `--datafusion-runtime-type` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-runtime-type)_ |
| | `--datafusion-runtime-disable-lifo-slot` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-event-interval` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-global-queue-interval` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-max-blocking-threads` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-max-io-events-per-tick` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-thread-keep-alive` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-thread-priority` | Development-only Tokio runtime configuration |
| | `--datafusion-runtime-type` | Development-only Tokio runtime configuration |
| | `--datafusion-use-cached-parquet-loader` | _See [configuration options](/influxdb3/core/reference/config-options/#datafusion-use-cached-parquet-loader)_ |
| | `--delete-grace-period` | _See [configuration options](/influxdb3/core/reference/config-options/#delete-grace-period)_ |
| | `--disable-authz` | _See [configuration options](/influxdb3/core/reference/config-options/#disable-authz)_ |
Expand Down Expand Up @@ -118,7 +118,7 @@ influxdb3 serve [OPTIONS]
| | `--table-index-cache-concurrency-limit` | _See [configuration options](/influxdb3/core/reference/config-options/#table-index-cache-concurrency-limit)_ |
| | `--table-index-cache-max-entries` | _See [configuration options](/influxdb3/core/reference/config-options/#table-index-cache-max-entries)_ |
| | `--tcp-listener-file-path` | _See [configuration options](/influxdb3/core/reference/config-options/#tcp-listener-file-path)_ |
| | `--telemetry-disable-upload` | _See [configuration options](/influxdb3/core/reference/config-options/#telemetry-disable-upload)_ |
| | `--telemetry-disable-upload` | _See [configuration options](/influxdb3/core/reference/config-options/#disable-telemetry-upload)_ |
| | `--telemetry-endpoint` | _See [configuration options](/influxdb3/core/reference/config-options/#telemetry-endpoint)_ |
| | `--tls-cert` | _See [configuration options](/influxdb3/core/reference/config-options/#tls-cert)_ |
| | `--tls-key` | _See [configuration options](/influxdb3/core/reference/config-options/#tls-key)_ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ influxdb3/core/tags: [internals, retention]
related:
- /influxdb3/core/admin/databases/create/
- /influxdb3/core/reference/cli/influxdb3/create/database/
- /influxdb3/core/api/v3/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/api/#operation/PostConfigureDatabase, Create database API
- /influxdb3/core/reference/glossary/#retention-period
source: /shared/influxdb3-internals/data-retention.md
---
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/write-data/client-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ related:
- /influxdb3/core/reference/syntax/line-protocol/
- /influxdb3/core/get-started/write/
- /influxdb3/core/reference/client-libraries/v3/
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
- /influxdb3/core/reference/api/#operation/PostWriteLP, /api/v3/write_lp endpoint
source: /shared/influxdb3-write-guides/client-libraries.md
---

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/core/write-data/http-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 100
related:
- /influxdb3/core/reference/syntax/line-protocol/
- /influxdb3/core/get-started/write/
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
- /influxdb3/core/reference/api/#operation/PostWriteLP, /api/v3/write_lp endpoint
source: /shared/influxdb3-write-guides/http-api/_index.md
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ related:
- /influxdb3/core/reference/syntax/line-protocol/
- /influxdb3/core/get-started/write/
- /influxdb3/core/reference/client-libraries/v2/
- /influxdb3/core/api/v3/#operation/PostV2Write, /api/v2/write (v2-compatible) endpoint
- /influxdb3/core/api/v3/#operation/PostV1Write, /write (v1-compatible) endpoint
- /influxdb3/core/reference/api/#operation/PostV2Write, /api/v2/write (v2-compatible) endpoint
- /influxdb3/core/reference/api/#operation/PostV1Write, /write (v1-compatible) endpoint
source: /shared/influxdb3-write-guides/http-api/compatibility-apis.md
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 201
related:
- /influxdb3/core/reference/syntax/line-protocol/
- /influxdb3/core/get-started/write/
- /influxdb3/core/api/v3/#operation/PostWriteLP, /api/v3/write_lp endpoint
- /influxdb3/core/reference/api/#operation/PostWriteLP, /api/v3/write_lp endpoint
source: /shared/influxdb3-write-guides/http-api/v3-write-lp.md
---

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/databases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ influxdb3/enterprise/tags: [databases]
related:
- /influxdb3/enterprise/write-data/best-practices/schema-design/
- /influxdb3/enterprise/reference/cli/influxdb3/
- /influxdb3/enterprise/api/v3/#tag/Database, Database API reference
- /influxdb3/enterprise/reference/api/#tag/Database, Database API reference
- /influxdb3/enterprise/reference/internals/data-retention/
- /influxdb3/explorer/manage-databases/
alt_links:
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/databases/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/create/database/
- /influxdb3/enterprise/api/v3/#operation/PostConfigureDatabase, Create database API
- /influxdb3/enterprise/reference/api/#operation/PostConfigureDatabase, Create database API
- /influxdb3/enterprise/reference/naming-restrictions/
- /influxdb3/enterprise/reference/internals/data-retention/
- /influxdb3/explorer/manage-databases/
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/databases/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/delete/database/
- /influxdb3/enterprise/api/v3/#operation/DeleteConfigureDatabase, Delete database API
- /influxdb3/enterprise/reference/api/#operation/DeleteConfigureDatabase, Delete database API
- /influxdb3/explorer/manage-databases/
source: /shared/influxdb3-admin/databases/delete.md
---
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/databases/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/show/databases/
- /influxdb3/enterprise/api/v3/#operation/GetConfigureDatabase, List databases API
- /influxdb3/enterprise/reference/api/#operation/GetConfigureDatabase, List databases API
- /influxdb3/explorer/manage-databases/
source: /shared/influxdb3-admin/databases/list.md
---
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/tables/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ influxdb3/enterprise/tags: [tables]
related:
- /influxdb3/enterprise/write-data/best-practices/schema-design/
- /influxdb3/enterprise/reference/cli/influxdb3/
- /influxdb3/enterprise/api/v3/#tag/Table, Table API reference
- /influxdb3/enterprise/reference/api/#tag/Table, Table API reference
- /influxdb3/enterprise/reference/naming-restrictions/
- /influxdb3/enterprise/reference/internals/data-retention/
source: /shared/influxdb3-admin/tables/_index.md
Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/tables/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/create/table/
- /influxdb3/enterprise/api/v3/#operation/PostConfigureTable, Create table API
- /influxdb3/enterprise/reference/api/#operation/PostConfigureTable, Create table API
- /influxdb3/enterprise/reference/naming-restrictions/
- /influxdb3/enterprise/reference/internals/data-retention/
source: /shared/influxdb3-admin/tables/create.md
Expand Down
4 changes: 2 additions & 2 deletions content/influxdb3/enterprise/admin/tables/delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Delete a table
description: >
Use the [`influxdb3 delete table` command](/influxdb3/enterprise/reference/cli/influxdb3/delete/table/)
or the [HTTP API](/influxdb3/enterprise/api/v3/) to delete a table from a specified database in {{< product-name >}}.
or the [HTTP API](/influxdb3/enterprise/reference/api/) to delete a table from a specified database in {{< product-name >}}.
Supports both soft delete and hard delete operations.
menu:
influxdb3_enterprise:
Expand All @@ -22,7 +22,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/delete/table/
- /influxdb3/enterprise/api/v3/#operation/DeleteConfigureTable, Delete table API
- /influxdb3/enterprise/reference/api/#operation/DeleteConfigureTable, Delete table API
source: /shared/influxdb3-admin/tables/delete.md
---

Expand Down
2 changes: 1 addition & 1 deletion content/influxdb3/enterprise/admin/tables/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ list_code_example: |
```
related:
- /influxdb3/enterprise/reference/cli/influxdb3/query/
- /influxdb3/enterprise/api/v3/#operation/GetQuerySql, Query API
- /influxdb3/enterprise/reference/api/#operation/GetQuerySql, Query API
source: /shared/influxdb3-admin/tables/list.md
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Create an admin token
description: >
Use the [`influxdb3 create token --admin` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
or the HTTP API [`/api/v3/configure/token/admin`](/influxdb3/enterprise/api/v3/#operation/PostCreateAdminToken)
or the HTTP API [`/api/v3/configure/token/admin`](/influxdb3/enterprise/reference/api/#operation/PostCreateAdminToken)
endpoint to create an operator or named [admin token](/influxdb3/enterprise/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
An admin token grants access to all actions on the server.
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Regenerate an operator admin token
description: >
Use the [`influxdb3 create token --admin` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
or the [HTTP API](/influxdb3/enterprise/api/v3/)
or the [HTTP API](/influxdb3/enterprise/reference/api/)
to regenerate an [operator token](/influxdb3/enterprise/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
Regenerating an admin token deactivates the previous token.
menu:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Create a resource token
description: >
Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
or the [HTTP API](/influxdb3/enterprise/api/v3/)
or the [HTTP API](/influxdb3/enterprise/reference/api/)
to create fine-grained permissions tokens that grant access to resources such as databases and system information.
Database tokens allow for reading and writing data in your {{< product-name omit="Clustered" >}} instance.
System tokens allow for reading system information and metrics for your server.
Expand Down Expand Up @@ -43,7 +43,7 @@ alt_links:
---

Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/permission/)
or the [`/api/v3/configure/token` HTTP API endpoint](/influxdb3/enterprise/api/v3/#operation/PostCreateResourceToken)
or the [`/api/v3/configure/token` HTTP API endpoint](/influxdb3/enterprise/reference/api/#operation/PostCreateResourceToken)
to create fine-grained permissions tokens that grant access to resources such as databases and system information.
Database tokens allow for reading and writing data in your {{< product-name omit="Clustered" >}} instance.
System tokens allow for reading system information and metrics for your server.
Expand Down
Loading
Loading