Commit Graph

42 Commits (4beedd44db93cac3816d7d496ff2ae11cf4fe707)

Author SHA1 Message Date
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
Jason Stirnaman 8e040c8eb3 fix(core,ent3): and related params are required (closes #6166) 2025-06-27 14:44:28 -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 0fa1a1d849 fix(influxdb3): links, remove delete-plugin references 2025-06-23 16:27:25 -05:00
Jason Stirnaman 568883b935 fix(influxdb3): Get-started write data: headings, link, and sample code 2025-06-23 16:27:25 -05:00
Jason Stirnaman 9ddc14a06b fix(influxdb3): Case 2025-06-23 16:27:25 -05:00
Jason Stirnaman 7df48daeda fix(influxdb3): links 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 af0ffaf663 fix(influxdb3): Broken anchor links 2025-06-23 16:27:24 -05:00
Jason Stirnaman c3fe264766 chore(influxdb3): Add next steps, cleanup 2025-06-23 16:27:24 -05:00
Jason Stirnaman f3ace7c7a9 chore(influxdb3): Setup: Additions and fixes:
- Docker examples and licensing
- Enterprise conditionals
- Cleanup
2025-06-23 16:19:08 -05:00
Scott Anderson cb742227d7 update getting started landing page 2025-06-23 15:45:11 -05:00
Scott Anderson 5611da76e6 WIP monolith get started, enterprise multi-node, file index docs 2025-06-23 15:45:11 -05:00
Scott Anderson c3b5458314 WIP monolith getting started restructure 2025-06-23 15:34:14 -05:00
meelahme 3b5a0ea097 updates to starting influxdb3 enterprise section 2025-06-23 12:08:37 -07:00
meelahme 513bceaebc docs: removing note from token authorization docker section 2025-06-23 08:36:36 -07:00
meelahme 6433bc9b08 docs(setup): add InfluxDB 3 Enterprise licensing steps with Docker example 2025-06-20 12:05:07 -07:00
meelahme b03af149e2 docs(core, enterprise): add token auth + Docker examples 2025-06-20 11:08:15 -07:00
Scott Anderson 7caa21164d update getting started landing page 2025-06-17 17:31:07 -06:00
Scott Anderson 4d22388bd9 WIP monolith get started, enterprise multi-node, file index docs 2025-06-17 17:12:42 -06:00
Scott Anderson 481d5b818f resolved merge conflicts 2025-06-16 15:16:50 -06:00
Scott Anderson 6607728654 WIP get started query 2025-06-16 15:14:43 -06:00
Gary Fowler b45b1177c1
Added a space between URL and page (#6135)
There was a missing space between "Manage your license" and page, so this is simply adding that space
2025-06-16 15:16:42 -05:00
Scott Anderson 231944ec97 WIP gs query guides 2025-06-13 11:37:54 -06:00
Scott Anderson 9dc847bf47 restructured write guides, start on gs query guide 2025-06-12 15:32:44 -06:00
Scott Anderson 09b83dd1f8 WIP gs write data 2025-06-10 11:47:57 -06:00
Scott Anderson 356bfc38d5 WIP restructuring monolith getting started 2025-06-06 07:16:54 -06:00
Scott Anderson 5ca0391a5e WIP monolith getting started restructure 2025-06-05 16:11:42 -06: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
Jameelah Mercer df347fd679
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:27:28 +09:00
Jameelah Mercer 97fb7f1cdb
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:27:20 +09:00
Jameelah Mercer 5989d07617
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:27:11 +09:00
Jameelah Mercer 589374a1d2
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:26:58 +09:00
Jameelah Mercer 751e13d1c2
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:26:44 +09:00
Jason Stirnaman e50abaad09
Update content/shared/influxdb3-get-started/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-29 17:08:40 -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