docs(influxdb3): document Enterprise load capture#7476
Open
jstirnaman wants to merge 3 commits into
Open
Conversation
What changed: - Added Enterprise load capture admin and CLI reference pages with v3.10.0 metadata. - Added storage-engine prerequisite notes and synchronized public OpenAPI specifications. Why: - Operators need accurate guidance for the new v3.10.0 Enterprise load capture API and CLI commands. Impact: - The Enterprise documentation and API reference expose load capture while Core continues to omit the Enterprise-only endpoints. Verification: - npx hugo --quiet --environment development --destination /tmp/docs-v2-loadcap-note-verify --cleanDestinationDir --noBuildLock - yarn lint-codeblocks content/influxdb3/enterprise/admin/load-capture.md content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/*.md - docs-tooling OpenAPI generation, tests, and downstream drift check
Contributor
Vale Style Check Results
Warnings (7)
✅ Check passed |
Contributor
🔗 Link Check Results — Link Check Bot✅ All links are valid
|
| Source File | URL | Issue |
|---|---|---|
content/influxdb3/enterprise/admin/load-capture/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/delete/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/download/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/files/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/list/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/preview/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/start/_index.md |
https://support.influxdata.com/ | Network error: SSL certificate not trusted. Use --insecure if site is trusted (e… |
Full details: workflow run summary and artifact. Last updated: 2026-07-15 14:09:32 UTC
jstirnaman
marked this pull request as ready for review
July 13, 2026 22:13
jstirnaman
requested review from
peterbarnett03,
philjb and
sanderson
and removed request for
a team
July 13, 2026 22:13
Contributor
|
Contributor
📦 PR Preview — Preview Bot
Pages included in this preview
Preview auto-deploys on push. Will be cleaned up when PR closes. |
This was referenced Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added InfluxDB 3 Enterprise load capture admin and CLI reference pages, v3.10.0 version metadata, storage-engine prerequisite notes, and synchronized public OpenAPI specifications.
Why
Operators need accurate guidance for the load capture endpoints and CLI commands introduced in v3.10.0. Closes #7466
Impact
Enterprise documentation and API reference now expose load capture and its availability requirements; Core remains free of Enterprise-only endpoints.
Verification
npx hugo --quiet --environment development --destination /tmp/docs-v2-loadcap-note-verify --cleanDestinationDir --noBuildLockyarn lint-codeblocks content/influxdb3/enterprise/admin/load-capture.md content/influxdb3/enterprise/reference/cli/influxdb3/loadcap/*.md