Merge branch 'jts/feat-influxdb3-retention-periods' into jts/chore-explorer-server-name
commit
156070d1a8
|
|
@ -11,7 +11,7 @@ the [`/api/v3/configure/database`](/influxdb3/version/api/v3/) HTTP API endpoint
|
||||||
Provide the following:
|
Provide the following:
|
||||||
|
|
||||||
- _(Optional)_ [Output format](#output-formats) with the `--format` option
|
- _(Optional)_ [Output format](#output-formats) with the `--format` option
|
||||||
- _(Optional)_ [Show deleted databases](list-deleted-databasese) with the
|
- _(Optional)_ [Show deleted databases](list-deleted-databases) with the
|
||||||
`--show-deleted` option
|
`--show-deleted` option
|
||||||
- {{< product-name >}} {{% token-link "admin" "admin" %}} with the `-t`, `--token` option
|
- {{< product-name >}} {{% token-link "admin" "admin" %}} with the `-t`, `--token` option
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,11 @@ are filtered out of query results, even though the data may still exist in stora
|
||||||
- [Table retention period](#table-retention-period)
|
- [Table retention period](#table-retention-period)
|
||||||
{{% /show-in %}}
|
{{% /show-in %}}
|
||||||
- [Retention period duration formats](#retention-period-duration-formats)
|
- [Retention period duration formats](#retention-period-duration-formats)
|
||||||
{{% show-in "core" %}}
|
|
||||||
- [Set database retention period](#set-database-retention-period)
|
- [Set database retention period](#set-database-retention-period)
|
||||||
|
{{% show-in "core" %}}
|
||||||
- [Retention period limitations](#retention-period-limitations)
|
- [Retention period limitations](#retention-period-limitations)
|
||||||
{{% /show-in %}}
|
{{% /show-in %}}
|
||||||
{{% show-in "enterprise" %}}
|
{{% show-in "enterprise" %}}
|
||||||
- [Set retention periods](#set-retention-periods)
|
|
||||||
- [Update retention periods](#update-retention-periods)
|
- [Update retention periods](#update-retention-periods)
|
||||||
- [Retention period precedence](#retention-period-precedence)
|
- [Retention period precedence](#retention-period-precedence)
|
||||||
- [When does data actually get deleted?](#when-does-data-actually-get-deleted)
|
- [When does data actually get deleted?](#when-does-data-actually-get-deleted)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue