Commit Graph

877 Commits (6403-influxdb3-perf-tuning)

Author SHA1 Message Date
Jason Stirnaman 8f16fa42ed
Merge branch 'master' into pbarnett/add-telemetry-docs 2025-08-14 14:03:40 -05:00
Jameelah Mercer 96bc1548a7
Merge branch 'master' into feature/pr-5974-add-api-examples-to-cache-guides 2025-08-14 09:35:31 -07:00
Jameelah Mercer 71436aede2
Merge branch 'master' into docs/add-dynamic-date-filtering-examples 2025-08-14 09:34:59 -07:00
Scott Anderson 4d5d509234 fix(monolith): add configurable db, table, and column limits to enterprise 2025-08-14 10:44:58 -05:00
Peter Barnett 32cdfb533c fix: small clarity changes and easier reading 2025-08-14 11:44:25 -04:00
Peter Barnett 963d0a8d21 docs: add usage telemetry documentation 2025-08-14 11:29:44 -04:00
Jason Stirnaman e46349188a
Merge branch 'master' into docs/add-dynamic-date-filtering-examples 2025-08-14 08:53:16 -05:00
Jason Stirnaman b4f0f818b3
Merge branch 'master' into feature/pr-5974-add-api-examples-to-cache-guides 2025-08-14 08:50:01 -05:00
Jason Stirnaman a97cbf842b chore(influxdb3-dist): Add note about concurrent query exec 2025-08-12 18:20:35 -05:00
Jason Stirnaman a7e8fe8625 fix(influxdb3): address Reid's review feedback on query timeout best practices
Address reidkaufmann's review comments on query timeout documentation:

Technical accuracy fixes:
- Replace "node/nodes" terminology with "querier/queriers" throughout
- Remove AI hallucination: "query result caching" (doesn't exist in IOx)
- Replace with proper cache recommendations for Enterprise/Core users
- Remove vague "background maintenance" references
- Add specific compaction performance variation cause
- Fix "round-robin or load-balanced" → "round-robin query routing"

Content improvements:
- Enhance checkout line analogy with explanation of noisy neighbors
- Add experimental query guidance for reducing impact on other users
- Replace unactionable solutions with customer-controllable actions
- Restore missing flexibility recommendations and link to the code sample

Technical updates:
- Update code blocks to use new placeholder syntax
- Add related links between cache documentation and timeout strategies
- Fix numbering consistency in Solutions sections
2025-08-12 16:10:28 -05:00
Jason Stirnaman af06fd8743
Merge branch 'master' into jts-dar-526-clustered-timeouts 2025-08-12 12:57:11 -05:00
Jason Stirnaman 81e86e3db2
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-12 09:32:51 -05:00
Jason Stirnaman eb3dc0b0ff improve and enhance write data troubleshooting for influxdb3 distributed
- Update clustered, cloud-dedicated, and cloud-serverless to share enhanced troubleshooting content
- Add comprehensive error capturing instructions with curl examples
- Include client library debug logging samples (Python, Go, Java, JavaScript)
- Provide detailed guidelines for reporting persistent write issues to support
- Split HTTP status code tables by product type for clarity

This standardizes troubleshooting across all InfluxDB 3 distributed editions.

Closes influxdata/DAR#522
2025-08-11 15:51:10 -05:00
Jason Stirnaman e506402aa1 chore(influxdb3-distrib): Recommend best practices for adjusting client timeouts when querying InfluxDB 3 distributed.
- Closes influxdata/dar#526
- Adds Python client examples
- Adds influxctl examples

Co-authored-by: Reid Kaufmann
2025-08-11 12:11:20 -05:00
Scott Anderson 99c9512a08
add influxql integral function (#6236)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-08 09:50:35 -05:00
Jason Stirnaman cf8cd90871 Update content/shared/influxdb3-cli/config-options.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-06 12:54:56 -05:00
Jason Stirnaman df1069ba65 chore(3ent): Add --num-core config option (still missing from the CLI --help) 2025-08-06 12:54:56 -05:00
Jason Stirnaman 407a5e6de6 1. Updated Core serve.md Options Section
- Updated /content/influxdb3/core/reference/cli/influxdb3/serve.md with 84 Core-compatible options
  - Excluded 21 Enterprise-only options (like cluster-id, license-email, license-file, mode, compaction options, clustering options, etc.)
  - All options now link to the Core configuration documentation
  - Fixed the environment variables link to point to Core instead of Enterprise

2. Updated Enterprise serve.md Options Section

  - Updated /content/influxdb3/enterprise/reference/cli/influxdb3/serve.md with all 105 configuration options
  - Includes both Core and Enterprise-only options
  - Maintains proper required option markers for node-id and cluster-id
  - All options link to the Enterprise configuration documentation

3. Verified Content Consistency

  - Core serve.md: Contains examples without cluster-id parameter (appropriate for Core)
  - Enterprise serve.md: Contains examples with both node-id and cluster-id parameters, plus Enterprise-specific mode examples
  - Both maintain consistent structure and troubleshooting sections appropriate to their respective products
  - Environment variables sections correctly reference their respective configuration documentation

4. Allow Vale to accept "parquet" in lowercase when it appears in:
  - Command-line options (e.g., --parquet-mem-cache-size)
  - Hyphenated configuration names (e.g., parquet-mem-cache-prune-interval)
  - Code blocks or inline code (e.g., `parquet`)

  Key Changes Made:

  - Core: Now includes 84 options (was 69), excluding Enterprise-only features
  - Enterprise: Now includes all 105 options (was 78), comprehensive coverage
  - Alphabetical ordering: Both option tables are now properly alphabetized
  - New options added: Many previously missing options like buffer-mem-limit-mb, tcp-listener-file-path, telemetry-*, wal-replay-*, etc.
  - Proper segregation: Core users no longer see Enterprise-only configuration options
  - Vale allows Parquet or parquet in the appropriate context
2025-08-06 12:54:56 -05:00
Jameelah Mercer 50b0fc097d
Merge branch 'master' into feature/pr-5974-add-api-examples-to-cache-guides 2025-08-04 14:57:16 -07:00
Joel Abshier 5bb4f14f39
Release influxctl v2.10.3 (#6270)
* Release influxctl v2.10.3

* add influxctl 2.10.3 release notes and feature docs

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-01 23:43:54 -05:00
Jameelah Mercer ba62dde34f
Merge branch 'master' into feature/pr-5974-add-api-examples-to-cache-guides 2025-08-01 16:50:58 -07:00
Jason Stirnaman 49b24ba90d
Update content/shared/sql-reference/functions/time-and-date.md 2025-08-01 16:54:32 -05:00
Jameelah Mercer bd7d1d2663
Merge branch 'master' into docs/add-dynamic-date-filtering-examples 2025-08-01 14:05:28 -07:00
Jameelah Mercer 13087e49d0
Update content/shared/influxdb3-admin/distinct-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:46:56 -07:00
Jameelah Mercer 63d0025790
Merge branch 'master' into feature/pr-5974-add-api-examples-to-cache-guides 2025-08-01 13:27:30 -07:00
Jameelah Mercer 0f46f108ca
Update content/shared/influxdb3-admin/last-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:27:00 -07:00
Jameelah Mercer 61fe70ad8e
Update content/shared/influxdb3-admin/last-value-cache/delete.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:26:50 -07:00
Jameelah Mercer 5e465a4121
Update content/shared/influxdb3-admin/last-value-cache/delete.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:26:40 -07:00
Jameelah Mercer 5ea874998c
Update content/shared/influxdb3-admin/last-value-cache/delete.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:26:27 -07:00
Jameelah Mercer a5c19e60cd
Update content/shared/influxdb3-admin/last-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:26:14 -07:00
Jameelah Mercer 419fda92b5
Update content/shared/influxdb3-admin/last-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:25:19 -07:00
Jameelah Mercer 057de1230b
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:24:48 -07:00
Jameelah Mercer 0384cad100
Update content/shared/influxdb3-admin/distinct-value-cache/query.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:24:38 -07:00
Jameelah Mercer 866ee9b11d
Update content/shared/influxdb3-admin/distinct-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:21:05 -07:00
Jameelah Mercer aad8d899ae
Update content/shared/influxdb3-admin/distinct-value-cache/query.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:19:40 -07:00
Jameelah Mercer a4023bae6d
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:19:25 -07:00
Jameelah Mercer c281a6e101
Update content/shared/influxdb3-admin/distinct-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:19:14 -07:00
Jameelah Mercer 9c9f2c6999
Update content/shared/influxdb3-admin/last-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:18:56 -07:00
Jameelah Mercer 99715ce70d
Update content/shared/influxdb3-admin/last-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:18:46 -07:00
Jameelah Mercer 0f5056e239
Update content/shared/influxdb3-admin/last-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:18:32 -07:00
Jameelah Mercer f39af3f15a
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:18:24 -07:00
Jameelah Mercer 0e58bb864a
Update content/shared/influxdb3-admin/distinct-value-cache/query.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:18:11 -07:00
Jameelah Mercer 7140e46f45
Update content/shared/influxdb3-admin/distinct-value-cache/query.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 13:17:27 -07:00
Jameelah Mercer 20c8745d03
Merge branch 'master' into fix/from-unixtime-doc-return-type-26637 2025-08-01 12:12:27 -07:00
Gary Fowler 1a77ea9b3b Update mcp-server.md
Removed configuration that Jaime reports is not supported.
2025-08-01 13:57:33 -05:00
Jameelah Mercer dbbc1dd61e
Update time-and-date.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 10:51:38 -07:00
Jameelah Mercer b812eacb03
Update time-and-date.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-08-01 10:51:21 -07:00
Jameelah Mercer 45bdbb409c
Update content/shared/sql-reference/where.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-31 22:31:58 -07:00
Jameelah Mercer c0aff8f475
Update content/shared/sql-reference/where.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-31 22:31:52 -07:00
meelahme 77c43889e0 docs: updated current week example 2025-07-31 22:28:33 -07:00
meelahme 77aed8468f docs: tested and updated examples 2025-07-31 22:26:53 -07:00
meelahme 09b98c0195 docs: add dynamic date range filtering examples to WHERE clause 2025-07-31 17:39:43 -07:00
meelahme 5419f10fa5 fix(docs): close code-placeholders shortcode in LVC delete guide 2025-07-31 12:47:15 -07:00
Jameelah Mercer faa973a86c
Update content/shared/influxdb3-admin/last-value-cache/delete.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-31 12:02:52 -07:00
Jameelah Mercer d2904df598
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-31 12:02:40 -07:00
Jameelah Mercer 8a74c7da12
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-31 12:02:28 -07:00
meelahme 67c2d19e72 docs(api): adding api examples to DVC and LVC 2025-07-31 11:56:20 -07:00
Jameelah Mercer 74a13917b8
Merge branch 'master' into fix/from-unixtime-doc-return-type-26637 2025-07-30 11:54:18 -07:00
Jason Stirnaman 0fe0263e85 fix: mcp-server.md: token-link shortcode errors when nested in show-in 2025-07-30 10:16:23 -05:00
Jason Stirnaman 65656c6918 Update content/shared/influxdb3-plugins/plugins-library/official/downsampler.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-30 10:16:23 -05:00
Jason Stirnaman df6c963b35 feat(influxdb3): add TOML configuration documentation to plugin library
- Add TOML configuration section to plugins-library index explaining usage
- Add TOML config tables to all official plugin documentation files
- Standardize TOML section format across plugins with config_file_path parameter
- Update system-metrics plugin moved from examples to official
- Remove redundant config_file_path from individual parameter tables
- Ensure consistent placement before Installation/Requirements sections
- Fix linting: replace 'e.g.' with 'for example' in system-metrics.md

This completes the TOML configuration documentation updates from PR 6244
2025-07-30 10:16:23 -05:00
Jason Stirnaman 55e128cb78 chore(influxdb3): Promote system metrics plugin from examples to official plugins:- Updated with latest configuration arguments 2025-07-30 10:16:23 -05:00
Jason Stirnaman 2b8e769697 feat(influxdb3): add plugin library with comprehensive plugin documentation:
- Add plugin library structure for Core and
Enterprise products
- Create shared content directory for plugin
documentation
- Port 12 plugin documentation files from
influxdb3_plugins repository
- Add GitHub repository links in related frontmatter
for all plugins
- Remove emoji metadata tags and clean up content
structure
- Implement standardized support sections with
product-specific links
- Reorganize plugins navigation with dedicated
library section
- Include 2 example plugins and 10 official
InfluxData plugins
2025-07-30 10:16:23 -05:00
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
meelahme 8e8eddd2bd docs: fix from_unixtime return type description 2025-07-29 11:33:40 -07:00
Jason Stirnaman b8598c7007
Merge branch 'master' into jts-dar-515-naming 2025-07-17 15:23:31 -05:00
Scott Anderson 81c9d0ba76
feat(monolith): use minio for object storage (#6228)
* feat(monolith): use minio for object storage

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-17 15:14:17 -05:00
Jason Stirnaman 46a0d517f3
Merge branch 'master' into jts-dar-515-naming 2025-07-14 13:56:29 -05:00
Jason Stirnaman cdc5f0ad9a fix(influxdb3): Cleanup processing engine:
- Add separate Manage Dependencies heading
- Move external plugins for better flow\
- Remove dupes
2025-07-11 13:20:18 -05:00
Jason Stirnaman d971aa340f feat(influxdb3): show how to filter tables using and plugin code 2025-07-11 12:22:10 -05:00
Jason Stirnaman cd21fbcd22
Merge branch 'master' into jts-dar-515-naming 2025-07-11 08:36:35 -05:00
Jason Stirnaman 9c14bddb3a fix(influxdb3): add tag priority guidance 2025-07-11 08:24:46 -05:00
Jason Stirnaman 3f8b84e4e1
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-11 08:12:40 -05:00
Jason Stirnaman a4549ad5ef feat(influxdb3): add admin/tables guides for list and delete:
- Add Core and Ent. guides for using the CLI and API to list and delete tables.
- Closes #6215
2025-07-10 18:05:30 -05:00
Jason Stirnaman e14b951a19
Update content/shared/influxdb3-admin/tables/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 17:12:31 -05:00
Jason Stirnaman 1c8a7b8606 feat(influxdb3): create table guides for core and ent
Part of #6215
2025-07-10 17:07:57 -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
Scott Anderson a730bb4b69
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 14:36:05 -06:00
Scott Anderson ec6e28d0e2
Add MCP server documentation to Core, Enterprise, and Cloud Dedicated (#6200)
* add mcp server documentation for core, enterprise, and cloud-dedicated

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* updated mcp server npm/docker package names, updated environment variables

* updated the mcp server instructions to be correct

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-07-09 15:23:48 -05:00
Jason Stirnaman 522558b670
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 14:13:58 -05:00
Jason Stirnaman cd079d5bf6 fix(monolith): docker instructions:run-help Updates
fixes Docker environment variable configuration and Docker Compose examples for InfluxDB 3 Enterprise, along with several documentation improvements. The changes primarily address incorrect environment variable names and missing volume mounts in Docker setup examples.

Corrects the environment variable from INFLUXDB3_LICENSE_EMAIL to INFLUXDB3_ENTERPRISE_LICENSE_EMAIL across Enterprise documentation
Adds missing volume mounts to Docker Compose examples for both Core and Enterprise configurations
2025-07-09 13:31:28 -05:00
Jason Stirnaman 68fb31153b
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 09:09:51 -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
Scott Anderson 74970e07d8
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-08 15:29:25 -06: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 7fa57259f5
Merge branch 'master' into patch-3 2025-07-08 15:32:07 -05:00
Jason Stirnaman c9e04946f8
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-08 15:30:43 -05:00
Jason Stirnaman d7c75dc9d5
Update content/shared/influxdb3-admin/tokens/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-08 13:30:43 -05:00
Jason Stirnaman aacef0a06a 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 13:24:52 -05:00
mdevy-influxdata 558200fe76
Remove mention of beta 2025-07-08 09:37:11 -07:00
Jason Stirnaman e92c82129a fix(api): curl --user syntax 2025-07-08 00:31:49 -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 1c193d8fb0 Update content/shared/influxdb-v2/query-data/execute-queries/influx-api.md 2025-07-07 15:03:23 -05:00
Jason Stirnaman d6e5ecfe85 Update content/shared/influxdb-v2/query-data/execute-queries/influx-api.md 2025-07-07 15:03:23 -05:00
Jason Stirnaman a41bd840e2 Fix hosts, cleanup retention policy 2025-07-07 15:03:23 -05:00
Jason Stirnaman b4ab7900e1 Fix hosts, cleanup retention policy 2025-07-07 15:03:23 -05:00
Jason Stirnaman c738dfd82f chore(v2): OSS v2 query API: add, fix, cleanup:
- Adds missing examples for v1-compatible /query
- Fixes curl params in examples
- Removes unsupported async option from examples
- Updates terms for consistency with branding and influxdb3 docs
- Copies the missing POST /query operation from swaggerv1compat to the v2 ref.yml
- Effectively removes the separate v1-compat spec, and adds redirects and tags for v1-compat endpoints in v2/ref.yml
- Updates affected links
2025-07-07 14:09:47 -05:00
Jonathan Coates 288b1a395c
Add .no-shorthand to `create token --admin` options (#6189)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-07 09:27:58 -05:00
Jason Stirnaman 06e904750c fix(3core): distributed cluster should be enterprise-only 2025-07-06 16:54:21 -05:00
Jason Stirnaman c457493fc4 chore(influxdb3): v3.2.1 fixes request trigger spec in 3Ent. Remove Core-Ent divergence notes. 2025-07-06 16:43:54 -05:00