Commit Graph

7016 Commits (4beedd44db93cac3816d7d496ff2ae11cf4fe707)

Author SHA1 Message Date
Jason Stirnaman a06dd3c9cc
Merge branch 'master' into clarify-IdP-support 2025-07-03 15:59:44 -05:00
Jason Stirnaman 8e9501902e
Merge branch 'master' into jstirnaman/issue4393 2025-07-03 15:34:56 -05:00
Jason Stirnaman 7385d879fc
Update content/influxdb/v1/introduction/get-started/_index.md 2025-07-03 15:03:35 -05:00
Jason Stirnaman 0616c63a5c fix(v2): "version" links that should be specific to OSS v2 2025-07-03 14:54:32 -05:00
Jason Stirnaman f7a538d2d1 chore(v2): Explain v1-compatible auth and add a troubleshooting section with a negative example. Putting a bow on #4393. Verified that Kapa.ai knows how to authenticate to v1 endpoints in each version 2025-07-03 14:27:04 -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 6013654ac6
Merge branch 'master' into patch-2 2025-07-02 10:02:35 -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 dab1ae5417
Merge branch 'master' into distributed-db-table-mgmt 2025-06-30 16:53:30 -06:00
Jakub Bednář 7a895276ca
Release Kapacitor v1.8.0 (#6156)
* Release Kapacitor v1.8.0

* Update content/kapacitor/v1/reference/about_the_project/release-notes.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-06-30 17:53:16 -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 a40220091c Merge remote-tracking branch 'origin/jts-6161-3-2-api-ref' into core-ent-3.2 2025-06-30 14:40:24 -05: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
Jason Stirnaman c312fefa04 Merge remote-tracking branch 'origin/jts-6160-3-2-cli' into core-ent-3.2 2025-06-30 14:10:56 -05:00
Jason Stirnaman ae85ae45d1 Merge remote-tracking branch 'origin/jts-3-2-release-notes' into core-ent-3.2 2025-06-30 14:10:45 -05:00
Jason Stirnaman 91981706cb
Merge branch 'master' into jts-6161-3-2-api-ref 2025-06-30 14:06:27 -05:00
Jason Stirnaman feea4b8df2 fix(plugins): Missing descriptor. Cleanup. 2025-06-30 13:54:30 -05:00
Jason Stirnaman 1db8550462 fix(influxdb3): Update API reference and fix processing engine documentation for 3.2 release
Resolves issue #6161 with InfluxDB 3.2 API reference updates.

## API Reference Updates
- Add `hard_delete_at` parameter to database and table deletion endpoints for scheduled hard deletion
- Add update database and update table endpoints with retention period configuration
- Add license endpoint response schema
- Fix request trigger specification format from `path:` to `request:` in Core API
- Fix OpenAPI schema validation error in Enterprise API by removing conflicting type declaration

## Processing Engine Documentation Fixes
- Standardize terminology across documentation:
  - "Data write" (not "WAL flush" or "On WAL flush")
  - "Scheduled" (not "On Schedule")
  - "HTTP request" (not "On Request")
- Fix placeholder inconsistencies: use REQUEST_PATH instead of ENDPOINT_PATH
- Add Enterprise-specific warnings about request trigger format differences
- Update trigger specification format in Enterprise API to use JSON object format
- Add proper table of contents with consistent structure
- Improve distributed cluster configuration documentation

## Enterprise Request Trigger Bug Documentation
Due to a bug in InfluxDB 3 Enterprise, the request trigger specification format differs between CLI and API:
- CLI: `request:<REQUEST_PATH>` (same as Core CLI and API)
- Enterprise API: `{"request_path": {"path": "<REQUEST_PATH>"}}`

This difference is now properly documented with warnings in all relevant sections.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 13:33:52 -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 18611368cc fix(influxdb3): Add update database and update table commands 2025-06-27 14:17:16 -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 566f7dcb56
Update content/shared/influxdb3-cli/delete/table.md 2025-06-26 17:04:32 -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
Jason Stirnaman dbbbca8c58
Apply suggestions from code review 2025-06-26 13:19:18 -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 5e0c6e7e20
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-06-26 11:50:05 -05:00
Jason Stirnaman a712d5bbeb feat(monolith): Core and Ent v3.2.0 release notes and generation script:
- Add v3.2.0 release notes for Core and Enterprise 3- Add a script to help analyze the diff between tags and generate release notes in a standard format following style guidelines
2025-06-26 11:07:06 -05:00
Jason Stirnaman c5c66638c8
Update content/shared/influxdb3-write-guides/use-telegraf/dual-write.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-24 17:48:24 -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 6bab22462a chore(influxdb3): Remove non-essential Docker example 2025-06-24 11:20:30 -05:00
Jason Stirnaman 29a81be296 fix(influxdb3): Get started fixes 2025-06-24 10:21:32 -05:00
Jason Stirnaman 6abda20ca0 Resolve conflicts in get-started 2025-06-24 07:35:07 -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 0fa1a1d849 fix(influxdb3): links, remove delete-plugin references 2025-06-23 16:27:25 -05:00