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
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
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
Jason Stirnaman
0fa1a1d849
fix(influxdb3): links, remove delete-plugin references
2025-06-23 16:27:25 -05:00
Scott Anderson
4d22388bd9
WIP monolith get started, enterprise multi-node, file index docs
2025-06-17 17:12:42 -06:00
meelahme
8050d4ba58
minor updates
2025-06-09 12:10:30 -07:00
meelahme
2d380eabf9
docs: schedule_plugin test command docs with input args, cron syntax, and troubleshooting
2025-06-09 12:00:23 -07:00
meelahme
8f1359420f
docs: update schedule_plugin command options and environment variables
2025-06-09 08:49:29 -07:00
Jameelah Mercer
0ee28e33a5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs
2025-06-09 06:22:27 -07:00
Jameelah Mercer
26303fd1ec
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:22:18 -07:00
Jameelah Mercer
e1ce7ddfcf
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:22:10 -07:00
Jameelah Mercer
16bb041898
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:22:02 -07:00
Jameelah Mercer
b9272527e2
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:21:55 -07:00
Jameelah Mercer
029d14eece
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:21:49 -07:00
Jameelah Mercer
f0fdb709fd
Update content/shared/influxdb3-cli/test/schedule_plugin.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-06-09 06:21:02 -07:00
meelahme
fd1c9dcf1e
docs: adding test schedule plugin example
2025-05-29 23:07:46 +09:00
Jason Stirnaman
7bf799c3d0
fix(mono): Update descriptions to be more operator-specific
2025-05-28 23:39:50 -05:00
Jason Stirnaman
fd6bd6a6ff
fix(mono): formatting
2025-05-28 22:47:41 -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
meelahme
b2c7660ee5
minor changes to headlines structure
2025-05-24 11:34:45 +09:00
meelahme
4de84bbc9a
Merge branch '6021-add-schedule-plugin-test-docs' of github.com:influxdata/docs-v2 into 6021-add-schedule-plugin-test-docs
2025-05-24 11:08:41 +09:00
meelahme
2d31bdfa34
docs(schedule_plugin): add option environment variables table
2025-05-24 10:56:04 +09:00
Jameelah Mercer
1eb841e72c
Merge branch 'master' into 6021-add-schedule-plugin-test-docs
2025-05-24 10:17:11 +09:00
meelahme
2895396deb
docs: add schedule_plugin test command reference to CLI docs
2025-05-24 10:12:08 +09:00
Jason Stirnaman
630002bed1
Update content/shared/influxdb3-cli/create/trigger.md
2025-05-21 10:48:34 -05:00
peterbarnett03
e8e69d9804
fix: clarify that a plugin filename is needed
2025-05-21 09:14:22 -04:00
Jason Stirnaman
9da9b8570e
Apply suggestions from code review
2025-05-19 12:40:19 -05:00
Jameelah Mercer
59dca83f14
Update content/shared/influxdb3-cli/create/token.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:33:35 -07:00
Jameelah Mercer
adb3264f4d
Update content/shared/influxdb3-cli/create/token.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:33:18 -07:00
Jameelah Mercer
2540cee9cf
Update content/shared/influxdb3-cli/create/token.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:33:01 -07:00
Jameelah Mercer
f245785139
Update content/shared/influxdb3-cli/create/table.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:32:44 -07:00
Jameelah Mercer
02035d2f52
Update content/shared/influxdb3-cli/create/table.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:32:25 -07:00
Jameelah Mercer
185c2faaa9
Update content/shared/influxdb3-cli/create/distinct_cache.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:31:56 -07:00
Jameelah Mercer
9adda3e659
Update content/shared/influxdb3-cli/create/distinct_cache.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:31:44 -07:00
Jameelah Mercer
d16c2264d6
Update content/shared/influxdb3-cli/create/distinct_cache.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:31:30 -07:00
Jameelah Mercer
138decaf3f
Update content/shared/influxdb3-cli/create/distinct_cache.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:31:17 -07:00
Jameelah Mercer
e0564330a2
Update content/shared/influxdb3-cli/create/distinct_cache.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-19 10:30:55 -07:00
meelahme
b3b087bf45
Clarify token usage instructions and reinforce one-time visibility
2025-05-16 21:07:13 -07:00
meelahme
74039f1919
resolving lint check warning
2025-05-16 20:52:38 -07:00
meelahme
83d800be46
minor update to table.md
2025-05-16 20:50:53 -07:00
meelahme
c60766be3e
updating verification example to be more precise
2025-05-16 20:47:05 -07:00
meelahme
fa8e6114f9
Fix pytest.mark.skip rendering issue in SHOW TABLES example output block
2025-05-16 20:38:32 -07:00
meelahme
d8e043e193
Clarify table creation behavior in CLI docs; add note about automatic creation on write
2025-05-16 20:10:56 -07:00
Jameelah Mercer
ed3aa1ff30
Update content/shared/influxdb3-cli/create/token.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 19:39:13 -07:00
Jameelah Mercer
7f1a3b6cec
Update trigger.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:21:36 -07:00
Jameelah Mercer
69170973f8
Update trigger.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:21:25 -07:00
Jameelah Mercer
cf87936e97
Update trigger.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:21:18 -07:00