Commit Graph

447 Commits (6403-influxdb3-perf-tuning)

Author SHA1 Message Date
David Rusnak c8d03d6d59 docs: address PR comments 2025-07-08 16:22:50 -04:00
David Rusnak 5ccad4043e docs: add release notes and artifacts for 20250707-1777929 2025-07-08 16:08:04 -04: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
Jamie Strandboge 60abfdf562
chore: document and use modern influxdata-archive.gpg 2025-07-08 12:39:23 -05:00
Jason Stirnaman e92c82129a fix(api): curl --user syntax 2025-07-08 00:31:49 -05:00
Jason Stirnaman f349f3fa04 fix: codeblock format 2025-07-08 00:27:35 -05:00
Jason Stirnaman dabc440ca3 chore(test): Remove shared code sample 2025-07-08 00:25:03 -05:00
Jason Stirnaman 538f9e1a02 fix(serverless): curl -u syntax 2025-07-08 00:03:18 -05:00
Jason Stirnaman 11b53b3e54 fix(serverless): placeholder 2025-07-07 23:52:26 -05:00
Jason Stirnaman f3d6e59611 fix: format 2025-07-07 23:32:05 -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
jonasnoki b01816c2dd fix: use correct port in example compose.yaml in install.md 2025-07-07 14:10:21 -05:00
Jason Stirnaman a06dd3c9cc
Merge branch 'master' into clarify-IdP-support 2025-07-03 15:59:44 -05:00
Jason Stirnaman fd3316d05b chore(v1): Install and run v1 OSS and Enterprise with Docker:
Migrates v1 OSS and Enterprise sections from the DockerHub README into new pages in docs-v2.
- Add a new section page for Installing and running with Docker.o

  1. Created main Docker installation page (docker.md) with:
    - Complete Docker setup instructions for Enterprise clusters
    - Environment variable configuration options
    - Persistent storage examples
    - Network setup guidance
    - License key requirements using GitHub note callout syntax
  2. Enhanced existing installation pages:
    - Added Docker installation sections to both meta and data node installation
   pages
    - Updated the main installation index to include Docker as an option
  3. Created Docker troubleshooting guide (docker-troubleshooting.md) with:
    - Common Docker-specific issues and solutions
    - Debugging commands and best practices
    - Positioned next to the Docker installation guide
  4. Added proper cross-references:
    - Used related frontmatter to link Docker installation to troubleshooting
    - Updated navigation and references throughout

  The migration preserves all the essential Docker README content while
  integrating it properly into the existing InfluxDB Enterprise v1 documentation
   structure, following the project's style guidelines and conventions.
2025-07-03 13:31:10 -05:00
Jason Stirnaman 9b438f9647 fix(clustered): non-shared page using a 'version' link 2025-07-01 12:43:17 -05:00
Jason Stirnaman 490c57d024
Update content/influxdb3/clustered/admin/tables/delete.md 2025-07-01 09:33:58 -05:00
Scott Anderson 1e4f69bf6a task-based table and db management docs for dedicated and clustered 2025-06-30 16:13:30 -06:00
Scott Anderson 2fe551ddea
influxctl 2.10.2 (#6176)
* new commands for influxctl 2.10.2, moved some commands to shared

* influxctl 2.10.2 release notes

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-30 16:05:37 -05:00
Scott Anderson a4c35ae76b hotfix: hide plugin docs in explorer 2025-06-30 14:35:23 -06:00
Scott Anderson d2f84033dd hotfix: updated explorer docker url on explorer landing page 2025-06-30 14:32:28 -06:00
Scott Anderson df323703f3 hotfix: update explorer docker image, centralize image version 2025-06-30 14:17:29 -06:00
Jason Stirnaman f7234691fa
Merge branch 'master' into explorer-ga 2025-06-30 15:00:45 -05:00
Scott Anderson 82d4bd2dc4 updated docker image for explorer 2025-06-30 13:43:43 -06:00
Jason Stirnaman 7cae3660e2 fix(explorer): broken link 2025-06-30 14:15:45 -05:00
Jason Stirnaman b5f511f9e4 Merge remote-tracking branch 'origin/explorer-ga' into core-ent-3.2 2025-06-30 14:11:24 -05:00
Scott Anderson 93076b39c6
Update and add explorer environment variable information (#6170)
* update and add explorer env var info

* 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-06-28 12:53:42 -06:00
Scott Anderson 51e75e2ad6 Merge branch 'master' into explorer-ga 2025-06-27 23:08:23 -06:00
Scott Anderson 0f0bb86aca
Manage InfluxDB 3 plugins with Explorer (#6169)
* add plugin management docs

* cleanup md lint

* update explorer plugin frontmatter

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-27 19:40:41 -06: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 429e3fc079
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-06-27 14:00:02 -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
Jason Stirnaman 52e6eeca8a feat: Update InfluxDB 3 CLI documentation for v3.2.0 features
- Add influxdb3 show license command documentation for Enterprise
- Update create database command with --retention-period option
- Update create table command with Enterprise --retention-period option
- Update delete database/table commands with --hard-delete options
- Update CLI command index to include license command
- Update planning documentation for CLI sync process
- Closes #6160
2025-06-26 16:59:21 -05:00
Scott Anderson d176eea4e7
Manage databases and tokens in InfluxDB 3 Explorer (#6162)
* Manage databases and tokens in Explorer

* Update content/influxdb3/explorer/manage-tokens.md

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-26 16:35:31 -05:00
Scott Anderson d6383cd5a0
Get started with InfluxDB 3 Explorer (#6155)
* add get started content to explorer docs

* add get started content to explorer docs

* Apply suggestions from code review

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

* Update content/influxdb3/explorer/get-started.md

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-26 12:28:21 -05:00
Jason Stirnaman c8e278ef9f fix(influxdb3): remove get-started/multi-server.md. It's now under install/
- fix `plugin-dir` (Closes ##6150)
2025-06-24 17:30:49 -05:00
Jason Stirnaman 29a81be296 fix(influxdb3): Get started fixes 2025-06-24 10:21:32 -05:00
Jason Stirnaman c9bc5e1e8e fix(clustered): release number should match files in downloads/clustered-release-artifacts 2025-06-23 16:27:51 -05:00
Jason Stirnaman 30f1ed07d0 fix(influxdb3): CLI links, create token parent, ignore cypress/downloads/* 2025-06-23 16:27:25 -05:00
Jason Stirnaman eb90b04a35 fix(influxdb3): link, rename get-started/processing-engine to get-started/process 2025-06-23 16:27:25 -05:00
Jason Stirnaman 87f2ccccb0 fix(influxdb3): Fix serve command 2025-06-23 16:19:09 -05:00
Scott Anderson 776a209a79 WIP restructuring monolith getting started 2025-06-23 15:37:01 -05:00
Scott Anderson c3b5458314 WIP monolith getting started restructure 2025-06-23 15:34:14 -05:00
Scott Anderson e3e76b46d5 removed clustered release artifacts links without actual artifacts 2025-06-23 13:46:44 -06:00
Scott Anderson f64a8670b7 resolved merge conflicts 2025-06-23 09:53:49 -06:00
Dustin Eaton 2815721f5f add release notes for 2025-06-18 Clustered release 2025-06-18 12:32:29 -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 b79c000f0e
Update content/influxdb3/enterprise/admin/license.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-17 15:23:08 -07:00
Jason Stirnaman 7d6ae51183 chore(enterprise3): Strongly recommend to provide the email address when using Docker, especially Docker Compose, in order for license generation to complete:
- Install Enterprise
- Admin license
- If only one pagination button (prev or next), allow it to fill the width.
- Combines core and enterprise install into a shared page.
2025-06-17 16:50:55 -05:00
Scott Anderson 821dcd4063 Merge branch 'master' into monolith-gs-restructure 2025-06-13 13:25:10 -06:00
Scott Anderson 27a276a564
Clustered release 20250613-1754010 (#6134)
* added release notes for jun 2025 clustered release

* updated clustered release number

* Update clustered.md

* corrected release number, added release artifacts
2025-06-13 14:01:43 -05:00
Scott Anderson 9dc847bf47 restructured write guides, start on gs query guide 2025-06-12 15:32:44 -06:00
Jason Stirnaman 67a8c81c15
Merge branch 'master' into pbarnett/update-enterprise-config-options 2025-06-11 11:07:09 -05:00
Jason Stirnaman 5e714ee693
Apply suggestions from code review 2025-06-11 11:06:47 -05:00
Scott Anderson ba7e39cea4 Merge branch 'master' into monolith-gs-restructure 2025-06-10 16:15:31 -06:00
Scott Anderson 67963c8e56 hotfix: improved instructions for downloading clustered release artifacts manually 2025-06-10 16:15:00 -06:00
Scott Anderson ef166677f1 Merge branch 'master' into monolith-gs-restructure 2025-06-10 16:04:21 -06:00
Scott Anderson f38ca674bf
Add release artifacts to Clustered release notes (#6132)
* WIP add build artifacts to clustered release notes

* added artifacts helper script, added artifacts, added artifact links to clustered release notes

* add instructions for downloading release artifacts manually

* added jq installation links
2025-06-10 16:57:08 -05:00
Scott Anderson 09b83dd1f8 WIP gs write data 2025-06-10 11:47:57 -06:00
Peter Barnett 27181fd5b3 fix: update enterprise config options 2025-06-09 19:35:02 -04:00
Jameelah Mercer 0ee28e33a5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-06-09 06:22:27 -07:00
Scott Anderson 9fc40e95ca Merge branch 'master' into monolith-gs-restructure 2025-06-06 09:43:05 -06:00
Adam S d177f373f9
Add influxdb namespace to identify version (#6044)
Add influxdb namespace to identify current InfluxDB Clustered package version, which matches the influxdb namespace example used to apply the updated image.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-06-06 10:22:21 -05:00
Scott Anderson 356bfc38d5 WIP restructuring monolith getting started 2025-06-06 07:16:54 -06:00
Scott Anderson f75719e025 Merge branch 'master' into monolith-gs-restructure 2025-06-05 16:39:54 -06:00
Scott Anderson 48b7025fda
removed references to OCI in clustered, fix toc-contents js, closes influxdata/DAR#503 (#6125) 2025-06-05 17:38:26 -05:00
Scott Anderson 5ca0391a5e WIP monolith getting started restructure 2025-06-05 16:11:42 -06:00
Jason Stirnaman 36cfabae9c fix: broken links
- Flux links in Kapacitor and others: flux/v0.x/ -> flux/v0/
- influxdb/v2%2E0/ -> influxdb/v2/
2025-06-04 17:05:46 -05:00
Peter Barnett 8b7f8467f7 fix: remove the git stuff 2025-06-03 12:03:44 -04:00
Peter Barnett 20d2dc093a update: add docker pull to quickstart 2025-06-03 10:50:20 -04:00
Jason Stirnaman 06e7430a20
Update content/influxdb3/explorer/_index.md 2025-06-02 15:02:12 -05:00
Jason Stirnaman 1d25e4b1b7
Update content/influxdb3/explorer/_index.md 2025-06-02 12:49:04 -05:00
peterbarnett03 bd4bded364
chore: clarify required version number for Explorer
Calls out requirements for InfluxDB 3.1.0 or higher to use Explorer
2025-06-02 11:52:07 -04:00
Scott Anderson b32c482ab3
Update Explorer docker run commands with correct mode specification (#6114)
* updated the docker commands for explorer

* updated mode examples for explorer docker run
2025-05-30 12:12:43 -05:00
Jason Stirnaman 197f362edc fix(mono): Get started and Explorer:
- Update Explorer query section and tip
- Move tip
- Fix anchor link in Explorer install
2025-05-30 10:44:42 -05:00
Jason Stirnaman 02dde9ace4
Merge branch 'master' into fix-mono-get-started 2025-05-30 10:07:58 -05:00
peterbarnett03 1ec434645a
fix: update video 2025-05-29 21:50:42 -04:00
Gary Fowler ef94943f54
Update _index.md 2025-05-29 13:53:19 -10:00
Scott Anderson 6e127d4572 hotfix: included explorer in discord-preferred list 2025-05-29 17:41:12 -06:00
peterbarnett03 bd543f6a14
update: start explorer docs (#6102)
* update: start explorer docs

* fix(explorer): Add Explorer to products.yml, move to version folder, add get-started step nav, cleanup

* Updated explorer directory structure, homepage, and beta styling (#6108)

* updated explorer dirctory struction, homepage, and beta styling

* clean up homepage state tags

* Add InfluxDB 3 Explorer installation documentation (#6111)

* InfluxDB 3 Explorer installation instructions

* fixed broken links

* Apply suggestions from code review

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

* update: add getting started video

* updated to address PR feedback

* adjust page weights for explorer docs

* other minor updates

* more minor updates

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Peter Barnett <peter.barnett03@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-29 18:29:16 -05:00
Jason Stirnaman e996c400a9 chore(mono): Separate home pages from get-started, move shared intro to home pages. 2025-05-29 15:39:31 -05:00
Jason Stirnaman 1d4a1a9af1 chore(mono): Renames unified get-started and removes old directories 2025-05-29 15:29:57 -05:00
Jason Stirnaman 8eb1b356cc
Merge branch 'master' into fix-cleanup-bad-anchor-links 2025-05-29 11:17:51 -05:00
Jason Stirnaman 60a79b3f92 fix(mono): providing tokens using env var or --token, missing core/admin/tokens/admin content 2025-05-29 11:11:28 -05:00
Jason Stirnaman 78b2b5ba72 chore(mono): apply caching suggestion 2025-05-29 09:37:35 -05:00
Jason Stirnaman 3bf419fb1d fix: links missing leading slash 2025-05-29 09:06:42 -05:00
Jason Stirnaman 2169935012 fix(influxdb3): replace {{< product-name in headers with {{% to avoid the hahahugo anchor link bug.
- Still need to track down the root cause
2025-05-29 00:47:33 -05: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
Jameelah Mercer d0fad985c5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-05-28 11:50:19 +09:00
Scott Anderson dc533920f1
add information about column order in monolith (#6094) 2025-05-27 15:15:54 -05:00
meelahme 20366d1144 docs: add schedule_plugin route files for Core and Enterprise 2025-05-24 12:18:55 +09:00
Jason Stirnaman 2dbe5f77bc
Merge branch 'master' into patch-1 2025-05-23 09:10:30 -05:00
Jason Stirnaman d471bbe2a1
Merge branch 'master' into fix-api-docs-links 2025-05-22 16:02:09 -05:00
Jason Stirnaman b79269b11a fix(ent3): Remove 'enterprise' from /api/v3/configure/token/admin endpoint 2025-05-20 11:10:38 -05:00
Jason Stirnaman bf6c9ab4b3 hotfix(clustered): fix product name and remove dupe file 2025-05-19 18:05:55 -05:00
Jason Stirnaman 18b90035a4 fix: broken links and formatting, missing Management API ReDoc security section for auth types 2025-05-19 14:09:38 -05:00
Jameelah Mercer 02c3a8bbbd
Update revoke 2.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:31 -07:00
meelahme 18a4413933 docs(cli): add editable placeholders for database, table, and token in and examples 2025-05-15 12:28:30 -07:00
Jameelah Mercer 663cfc91bb
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-15 10:29:46 -07:00
Scott Anderson 7fbf301fe2
Clustered fixes (#6062)
* updates AppInstance example for pausing, closes influxdata/DAR#486, closes influxdata/DAR#498

* clarify soft-deletes interactions with objects, closes influxdata/DAR#489

* add warning to use same clustered version in restore, closes influxdata/DAR#485
2025-05-13 14:37:37 -05:00
Scott Anderson e1735aeeee Merge branch 'master' of github.com:influxdata/docs-v2 2025-05-13 09:25:23 -06:00
Scott Anderson 5435140582 hotfix: fix nav orphans and sorting, update clustered token delete to revoke 2025-05-13 09:25:11 -06:00
Jason Stirnaman 8385953d39
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-13 10:03:11 -05:00
Scott Anderson 2c0a35bc1a
Clustered release 20250508-1719206 (#6054)
* update database delete behavior

* chore: update docs for 20250508-1719206 clustered release (#6051)

* chore: update docs for 20250508-1719206 release

* Apply suggestions from code review

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb3/clustered/reference/cli/influxctl/database/delete.md

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

---------

Co-authored-by: Logan <mail@logan-cox.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-13 07:07:20 -06:00
Jameelah Mercer 07c8b9590b
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-12 20:04:19 -07:00
Scott Anderson 9f57a4be1f hotfix: fix influxdb3 cta links 2025-05-12 14:08:29 -06:00
Jameelah Mercer 8988fb6fb3
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-12 11:44:59 -07:00
Jason Stirnaman 87214b9d92
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-12 13:11:23 -05:00
Jason Stirnaman 7991d68e37
Apply suggestions from code review 2025-05-12 12:52:20 -05:00
jonasnoki 0d3a5eaf3b
fix: use correct port in example compose.yaml in install.md 2025-05-12 12:14:44 +02:00
Jameelah Mercer 624625f7a3
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-09 19:23:19 -07:00
Jason Stirnaman 722bd85732
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-09 16:01:50 -05:00
Scott Anderson 6f72ee52f0
fix: update calls to action in dedicated and clustered (#6049) 2025-05-09 16:01:15 -05:00
Jameelah Mercer 504f2a888c
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-09 13:00:34 -07:00
Jason Stirnaman e7f5b6c051 chore(dedicated): Admin UI: Update table instructions for custom partitioning options 2025-05-09 14:58:25 -05:00
Jameelah Mercer c7f3683ed0
Update content/influxdb3/core/extend-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:47:53 -07:00
Jason Stirnaman 815514c53b
Apply suggestions from code review 2025-05-09 10:24:58 -05:00
Jason Stirnaman 585490b983
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-09 10:22:47 -05:00
Jameelah Mercer 8e2076c7ca
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-08 16:11:22 -07:00
Jason Stirnaman 504e7b3d1c feat(dedicated): Admin UI: Add create table, revise create database and custom partitioning
- Add Admin UI instructions for creating a table
- Moves database and table instructions for custom partitioning to separate tab groups
- Revise custom partitioning instructions for consistency.
- Add descriptions and links to Management API ref
2025-05-08 16:24:29 -05:00
Jason Stirnaman 5675cfaa1b
Apply suggestions from code review 2025-05-08 11:28:44 -05:00
Jason Stirnaman 70cd745419 feat(cloud-dedicated): Admin UI: Account info, manage clusters, manage databases, manage tables, manage tokens. (Closes #6023)
- Admin UI: console URL
- Admin UI: add management features to existing admin pages
- Add a View account page for Admin UI
- Add screenshots
- Add Admin UI page to reference
- Alias reference/cli to influxctl until we expect more.
- Add key features list to influxctl reference

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-06 14:05:12 -05:00
Jameelah Mercer a645c04582
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-05 14:05:11 -07:00
Jameelah Mercer 0f853d0900
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-05 13:32:27 -07:00
Jason Stirnaman 6b16a8a13b
Apply suggestions from code review 2025-05-05 13:45:48 -05:00
Jason Stirnaman 32e4a87d13 fix(v3): Enterprise: license-email is primarily for trial and at-home, license-file is primarily for commercial (for now), add license detection sequence, remove caps 2025-05-05 13:03:16 -05:00
Scott Anderson 725a5f87f8
Merge branch 'master' into jstirnaman/issue6039 2025-05-05 10:23:43 -05:00
Scott Anderson 2a4dc71689
Merge branch 'master' into fix-title-shortcode-and-api-links 2025-05-05 10:06:31 -05:00
Jason Stirnaman 404305d22e chore(ent3): Add related and more info links to serve CLI command reference 2025-05-02 17:56:35 -05:00
Jason Stirnaman 91d4a9b525 chore(ent3): Add license file option to serve command list and sort the options 2025-05-02 17:55:35 -05: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
Jason Stirnaman 43663d0836 fix(ent3): License options: clarify license email and license file are mutally exclusive (Closes #6039):
- Add examples using license email or license file
- Add license file entry in config-options and note they're mutually exclusive.
2025-05-02 12:47:06 -05:00
Jameelah Mercer 8e68071f35
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-02 10:19:35 -07:00
Jason Stirnaman 1272849ef3 hotfix(cloud-dedicated): replace links pointing to influxdb/clustered 2025-05-01 11:26:25 -05:00
Jason Stirnaman c4d4efc121 fix(influxdb3): unresolved product-name shortcode in frontmatter title, broken links to non-existent Core and Enterprise compatibility guides, alias api/v1 and api/v2 paths as api/v3. 2025-05-01 11:17:10 -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
meelahme b16ea65c05 chore(cli): remove delete plugin.md from enterprise CLI reference 2025-04-30 16:37:42 -07:00
meelahme dfd1a9ceba chore(cli): remove create plugin.md from enterprise CLI reference 2025-04-30 16:31:06 -07:00
Jason Stirnaman 88fc48888c hotfix(v2): broken downloaded link, replace latest-cli shortcode with latest-patch 2025-04-30 10:48:15 -05:00
Jameelah Mercer dac34a4a38
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-28 15:45:54 -07:00
meelahme 9ac78d95cc updating file names 2025-04-28 14:20:50 -07:00
Jameelah Mercer 391538fafb
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:47 -07:00
Jameelah Mercer 39722d5bf3
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:33 -07:00
Jameelah Mercer 26084afe4b
Update content/influxdb3/core/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:19 -07:00
Jason Stirnaman ffd0ea2ee3 fix(influxdb3): Relocate example and definitions 2025-04-28 11:36:38 -05:00