Jason Stirnaman
1590d4e2d6
fix(influxdb3): `api/v3/configure/database` requires format ( #6714 )
...
* fix(influxdb3): `api/v3/configure/database` requires format
Closes influxdata/dar/580
- `format` query param is required
- Provide examples, including parquet to output file
influxdb3 CLI doesn't support `--output` for parquet.
* Update content/shared/influxdb3-admin/databases/list.md
* Add influxdb3 query parquet output example (#6735 )
* Initial plan
* Add uncommented parquet output example using influxdb3 query
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* Use --database instead of --db for consistency
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* Move parquet output section to CLI section and revise intro
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* Update content/shared/influxdb3-admin/databases/list.md
* Update content/shared/influxdb3-admin/databases/list.md
* Simplify parquet intro and reorder HTTP API response description
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/shared/influxdb3-admin/databases/list.md
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-01-15 15:07:22 -06:00
Jason Stirnaman
65b2763049
fix(influxdb3): link fragments
2025-10-10 18:07:30 -05:00
Jason Stirnaman
156070d1a8
Merge branch 'jts/feat-influxdb3-retention-periods' into jts/chore-explorer-server-name
2025-10-10 17:58:07 -05:00
Jason Stirnaman
7cda139851
docs(influxdb3): clarify retention period constraints and zero-duration behavior
...
- Add retention period constraints warning (minimum 1h, zero-duration behavior, infinite retention)
- Restructure databases/create.md and tables/create.md with retention examples in tool sections
- Add Explorer preface instructions to delete.md and list.md
- Distinguish Enterprise (table-level) vs Core (database-level) retention capabilities
- Update data-retention.md internals documentation with constraints
2025-10-10 17:53:47 -05:00
Jason Stirnaman
97ead36ab2
Update content/shared/influxdb3-admin/databases/_index.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-10-10 16:47:15 -05:00
Jason Stirnaman
bb1fc94dfd
fix(influxdb3): link fragments
2025-10-10 15:10:39 -05:00
Jason Stirnaman
d5866d1737
feat(influxdb3): Data retention in Core and Enterprise:
...
- Adds /reference/internals/data-retention/ for data retention behavior and retention period details
- admin/databases and admin/tables:
- Adds examples for API and retention period
- Adds cautions and behavior notes for Core retention
- reference/cli/influxdb3: Adds usage examples and details
- Closes /influxdata/DAR/issues/548
2025-10-10 15:00:52 -05:00
Scott Anderson
4d5d509234
fix(monolith): add configurable db, table, and column limits to enterprise
2025-08-14 10:44:58 -05:00
Jason Stirnaman
beeb428470
feat(v3): Add naming restrictions reference and guidelines:
...
- Fixes influxdata/DAR#515 : discourages the use of a leading underscore in database and table names in all InfluxDB 3 versions, but doesn't disallow it
- Add detailed naming restrictions reference for all InfluxDB 3 versions
- Add basic guidelines in table and database creation guides.
- Core and Ent table guides are forthcoming in a separate PR
2025-07-10 16:10:27 -05:00
Jason Stirnaman
14a6f40830
fix(influxdb3): Remove beta note, uncomment token usage
2025-06-23 16:27:24 -05:00
Scott Anderson
25e349b5ea
Base updates for beta ( #5893 )
...
* base changes for beta
* updated beta notification slug
2025-03-16 22:44:39 -05:00
Scott Anderson
ebf9b1bfd3
Add admin > database docs to Core and Enterprise ( #5813 )
...
* add influxdb3 database admin docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-02-03 09:25:41 -07:00