Commit Graph

67 Commits (master)

Author SHA1 Message Date
Jason Stirnaman 06608aea6c feat(influxdb3): add v3.3.0 release notes and admin token recovery documentation
- Add v3.3.0 release notes with grouped categories for Core and Enterprise features/fixes
- Document admin token recovery server feature (--admin-token-recovery-http-bind)
- Add recovery server option to CLI serve command reference (alphabetically sorted)
- Add configuration details for admin token recovery in config options
- Update regenerate token documentation with lost token recovery instructions
- Include security warnings about unauthenticated recovery endpoint
- Fix Vale linting issues (Parquet capitalization, remove exclamation point)

Related to influxdb PR #26594
2025-07-30 07:59:13 -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 7674012aed feat(influxdb3): Add missing precision CLI option, fix and enhance write documentation.\
- Verified precision behavior in source code. Added auto-detection note for all APIs: Added a note
  explaining that InfluxDB 3 uses timestamp magnitude to
  auto-detect precision by default, and users can specify
   precision to avoid ambiguity.
- Fix allowed precision values\
- Add examples
2025-07-08 19:38:44 -05:00
Jason Stirnaman 3ceabeed4a Add missing CLI options\
Fix `create token --admin` name in frontmatter
Improve schedule trigger docs with more detail:

  1. Core API documentation
  (/api-docs/influxdb3/core/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  2. Enterprise API documentation
  (/api-docs/influxdb3/enterprise/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  3. CLI reference documentation
  (/content/shared/influxdb3-cli/create/trigger.md):
    - Added complete list of supported duration units
    - Added "Maximum interval is 1 year" note

  All documentation now consistently reflects:
  - The complete set of supported duration units for
  every triggers
  - The 1-year maximum limit for interval-based
  scheduling
  - Clear examples showing the syntax
2025-07-08 15:37:09 -05:00
Jason Stirnaman 48380fd168 fix(influxdb3): Auth schemes in 3core, 3ent, cloud-dedicated, and clustered:Explains compatibility for different schemasProvides more auth examplesFills missing schemes in API refFixes placeholdersShows that username is optional 2025-07-07 23:10:37 -05:00
Jason Stirnaman 16f79c9549
Merge branch 'master' into jts-6160-3-2-cli 2025-06-27 18:30:41 -05:00
Jason Stirnaman cf8fab9802 fix(core): broken link 2025-06-27 14:50:19 -05:00
Jason Stirnaman 8e040c8eb3 fix(core,ent3): and related params are required (closes #6166) 2025-06-27 14:44:28 -05:00
Jason Stirnaman 6dac142127 feat(influxdb3): Core and Ent: CLI reference for update database, update table (Ent3 only)- Add CLI reference for influxdb3 update database command and retention period option in Core and Ent
- Add CLI ref for influxdb3 update table and ret. period option in Ent- Change volume source to /test for core and ent3 in compose.yaml
- Add alt_links instructions in CONTRIBUTING.md
2025-06-27 12:49:39 -05:00
Scott Anderson 4d22388bd9 WIP monolith get started, enterprise multi-node, file index docs 2025-06-17 17:12:42 -06:00
Jameelah Mercer 0ee28e33a5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-06-09 06:22:27 -07:00
Jason Stirnaman 01e872269d fix(mono): Bad anchors caused by {{< product-name >}} shortcode 2025-05-29 00:12:37 -05:00
Jason Stirnaman 7bf799c3d0 fix(mono): Update descriptions to be more operator-specific 2025-05-28 23:39:50 -05:00
Jason Stirnaman 2318cf7ac7 feat(mono): 3.1 admin tokens:
- Updates get-started and admin guides, CLI references
- Adds admin token CLI reference page
- Operator token (_admin) - system-generated, non-expiring
- Named admin tokens - user-defined with expiration support
- Resource tokens (Enterprise only) - database and system tokens
- Core vs Enterprise token limits properly documented
- Create the initial operator token
2025-05-28 22:41:03 -05:00
meelahme 20366d1144 docs: add schedule_plugin route files for Core and Enterprise 2025-05-24 12:18:55 +09:00
Jameelah Mercer 0f853d0900
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-05 13:32:27 -07:00
Jameelah Mercer 38a9aaf6b0
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-02 11:22:32 -07:00
Jason Stirnaman f0864152a5 chore(influxdb3): Specify when data-dir is required, emphasize in license.md that license email and license file are mutually exclusive 2025-05-02 13:10:25 -05:00
Michael Gattozzi be7b57f042
feat: Remove --ram-pool-data-bytes flag in docs
This command no longer exists in InfluxDB 3 Core/Enterprise. This commit
removes any reference to this flag.

Closes https://github.com/influxdata/influxdb/issues/26343
Closes #6034
2025-05-01 11:53:45 -04:00
meelahme b71dd9ac87 chore(cli): remove deprecated delete plugin reference 2025-04-30 23:06:10 -07:00
Jason Stirnaman 6358ec8b6f chore(influxdb3): Tokens: Guides and references for list and create admin and resource tokens. 2025-04-28 00:16:53 -05:00
Jameelah Mercer 699a51ccbc
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-23 10:49:25 -07:00
Jason Stirnaman ed7395d145 fix(influxdb3): Core and Enterprise: remove outdated serve --bearer-token arg (Closes #6007) 2025-04-21 15:59:32 -05:00
Jason Stirnaman ac79824ade feat(auth): Core and Enterprise: add ABAC auth reference 2025-04-21 12:54:13 -05:00
Jason Stirnaman be4a88aca0
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-17 15:32:45 -05:00
Jason Stirnaman 4c7c19baaf chore(influxdb3): shared glossary suitable for all InfluxDB 3 versions. Currently, only using for Enterprise and Core 2025-04-15 12:07:18 -05:00
Scott Anderson 25bdf6e608 add --help-all flag to influxdb3 commands 2025-04-14 18:07:22 -06:00
Jameelah Mercer 0b7cb10a66
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-10 20:08:10 -07:00
Jason Stirnaman 7c076cc38f chore(monolith): Core and Enterprise: Add client library references, revise recommendations
chore(monolith): Recommend API over CLI for writing data (Closes #5957). Fix client library references
fix(monolith): Add tool comparison table (linked from client libs), fix and cleanup write data sections, link to client libraries.
fix(monolith): Remove redundant content.

Closes #5957
2025-04-09 19:53:48 -05:00
Jameelah Mercer 710b14e85f
Update content/influxdb3/core/reference/processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-09 15:49:40 -07:00
meelahme 5aaec9c7a3 docs: revising to follow the structure and tone of InfluxDB docs. Also updating file name 2025-04-03 16:29:43 -07:00
meelahme d23caccf5e adding fontmatter to core and enterprise and checking file paths 2025-04-03 15:46:48 -07:00
meelahme 9bf9056b67 adding processing-engine.md file to core and enterprise 2025-04-03 15:26:36 -07:00
Scott Anderson ce04b19f1e
Overhaul canonical pages (#5955)
* overhaul how canonical pages are set

* updated canonical template comment
2025-04-03 12:43:17 -06:00
Jason Stirnaman daed913c3b
Merge branch 'master' into docs/v3/write-steps 2025-03-24 11:22:04 -05:00
Jason Stirnaman e548603046 fix(influxdb3): alias create/plugin as create/trigger/ 2025-03-21 17:49:21 -05:00
Jason Stirnaman 4dbdfba22c fix(influxdb3): Data durability, data flow
1. Maintains the higher-level structure
2. Uses the bulleted list format for clarity
3. Adds the detailed explanations from the original Data flow section as Details items
4. Uses sentence case for all headings
5. Numbers the sections to match the original flow diagram
2025-03-20 11:19:15 -05:00
Jason Stirnaman 7a734f8e38 fix(core): Moved to update file path (without the whitespace) 2025-03-20 10:26:06 -05:00
Jameelah Mercer 01db491193 Update content/influxdb3/core/reference/internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 02b9d0a492 Update content/influxdb3/core/reference/internals /durability/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
meelahme 15b100156a source cleanup 2025-03-20 10:05:51 -05:00
Jameelah Mercer 3f2f8679f9 Update content/influxdb3/core/reference/influxDB3 internals /data durability/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer d796fafdfe Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 38b2b4c70a Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 645980f8f3 Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:50 -05:00
meelahme 5366044069 Adding links 2025-03-20 10:05:50 -05:00
meelahme 443256a290 added Data durability section to InfluxDb 3 Internals home page 2025-03-20 10:05:50 -05:00
meelahme d5056f042a Update to _index.md title 2025-03-20 10:05:50 -05:00
meelahme 5b7201aeaf update to influxDb3 _index.md path 2025-03-20 10:05:50 -05:00
meelahme 6acb5c9671 Fixed tab paths 2025-03-20 10:05:50 -05:00