Commit Graph

139 Commits (4beedd44db93cac3816d7d496ff2ae11cf4fe707)

Author SHA1 Message Date
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
Jameelah Mercer af09992b67
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 13:32:01 -07:00
Jameelah Mercer bc7289a046
Merge branch 'master' into docs/generalize-grafana-multinode 2025-06-09 12:12:06 -07:00
Jameelah Mercer efaf77c767
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:15:24 -07:00
Jameelah Mercer 5b3b4a8ede
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:15:12 -07:00
Jameelah Mercer 9e3ab829ca
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:15:01 -07:00
Jameelah Mercer 628351730d
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:14:49 -07:00
Jameelah Mercer 14448767de
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:14:41 -07:00
Jameelah Mercer d384d87fee
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:14:33 -07:00
Jameelah Mercer 25ad299906
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:14:25 -07:00
Jason Stirnaman 687b8343b7 chore(mono): /api/v3 processing engine request parameters:
- Update trigger-spec syntax for schedule triggers
- Specify that cron only supports extended cron format
- Provide examples and pattern validation for trigger-specs
- Update response status
- Cleanup  use
- Misc. updates and cleanup
- Add test plugins
2025-06-06 17:16:20 -05:00
meelahme 3a798fd011 Merge branch 'docs/generalize-grafana-multinode' of github.com:influxdata/docs-v2 into docs/generalize-grafana-multinode 2025-05-30 03:37:54 +09:00
meelahme 5f7fe5ffc8 Rewrote install section to improve flow and clarify when to use CLI vs Docker 2025-05-30 03:37:27 +09:00
Jameelah Mercer 3863ebc089
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-30 02:51:04 +09:00
Jameelah Mercer 877d263095
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-30 02:50:49 +09:00
meelahme 66b39d3ce9 minor inlin1e code updates 2025-05-30 02:14:03 +09:00
meelahme 6db9b4dc1f docs(pe): add tabbed examples and warning for installing Python packages 2025-05-30 01:56:41 +09:00
meelahme 889747149d docs(enterprise): scope distributed cluster guidance to Enterprise-only deployments 2025-05-30 01:29:21 +09:00
Jason Stirnaman cbd46d0f46 hotfix(influxdb3): Plugins: broken link to /extend-plugin/ 2025-05-13 13:13:40 -05:00
Peter Barnett 16d8ee0efc fix: update Core to by dynamic name 2025-05-13 12:59:27 -04:00
Jameelah Mercer 48eb52bbba
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:47:45 -07:00
Jameelah Mercer a7336e1d6f
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:41:54 -07:00
Jameelah Mercer 0ea25f6d74
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:41:20 -07:00
Jameelah Mercer a01b07ed24
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:41:04 -07:00
Jameelah Mercer b715c0eedd
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:40:51 -07:00
Jameelah Mercer 73e6ccc13f
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:40:09 -07:00
Jameelah Mercer 01e0fd3cdf
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:38:51 -07:00
meelahme 4b0a09ebf2 docs: improve plugin setup flow and heading structure for Processing Engine guide 2025-05-08 18:30:10 -07:00
meelahme c7a2068fcb docs: clarify plugin usage and setup for Processing Engine 2025-05-08 16:58:19 -07:00
Jameelah Mercer 8d92afad9e
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:41:45 -07:00
Jameelah Mercer f7ee9cf567
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:40:39 -07:00
Jameelah Mercer eeb2b792f0
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:39:56 -07:00
Jameelah Mercer 967c9e2026
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:38:56 -07:00
Jameelah Mercer 62c0eed6b2
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:37:59 -07:00
Jameelah Mercer bc37be3a44
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 15:37:21 -07:00
meelahme 578e9bd233 docs: refactor plugin usage instructions into code tabs for local and GitHub options 2025-05-06 15:35:32 -07:00
Jameelah Mercer 6d04afa0a0
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:43:49 -07:00
Jameelah Mercer a05ea49336
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:29:15 -07:00
Jameelah Mercer 882b5d2aac
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:25:54 -07:00
Jameelah Mercer 5023e2e708
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:25:07 -07:00
Jameelah Mercer 1440bf9563
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:24:10 -07:00
Jameelah Mercer 6c703274e2
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:23:54 -07:00
Jameelah Mercer 70df502c30
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:23:27 -07:00
Jameelah Mercer cab9dea181
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:23:11 -07:00
Jameelah Mercer 67a193fd55
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:22:48 -07:00
Jameelah Mercer 070bbfb2fb
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-06 12:22:34 -07:00
meelahme f508d35952 docs: updates to Install Python dependencies heading 2025-05-05 15:12:30 -07:00
meelahme 377be5becc docs: reorganize Processing Engine sections and TOC for clarity and advanced trigger configuratio n 2025-05-05 15:08:33 -07:00
meelahme e4c83c771c docs: standardize code placeholders for CLI examples per style guide 2025-05-05 14:43:41 -07:00