Commit Graph

877 Commits (6403-influxdb3-perf-tuning)

Author SHA1 Message Date
Jason Stirnaman 9f9a6f853d chore(influxdb3): improve release notes 2025-07-06 16:24:11 -05:00
Jason Stirnaman d5a6259588 feat(influxdb3): v3.2.1 release notes 2025-07-06 00:05:41 -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
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
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 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
Jason Stirnaman 16f79c9549
Merge branch 'master' into jts-6160-3-2-cli 2025-06-27 18:30:41 -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
Jason Stirnaman dbbbca8c58
Apply suggestions from code review 2025-06-26 13:19:18 -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 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
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 069dc2d039 fix: install link 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 57d73b141e fix(influxdb3): Client library write guide: Refactor, reorganize, and cleanup 2025-06-23 16:27:24 -05:00
Jason Stirnaman 6041afb396 chore(influxdb3): Add auth header to API request samples 2025-06-23 16:27:24 -05:00
Jason Stirnaman 14a6f40830 fix(influxdb3): Remove beta note, uncomment token usage 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 1da94dc050 chore(influxdb3): Install: cleanup, remove Docker compose 2025-06-23 16:19:09 -05:00
Jason Stirnaman 8d21b51e97 fix(influxdb3): Remove beta note, add token link 2025-06-23 16:19:08 -05:00
Jason Stirnaman 569cc7bc39 fix(influxdb3): Remove beta note, add token link 2025-06-23 16:19:08 -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 1d84c5828a Merge branch 'monolith-gs-restructure' of github.com:influxdata/docs-v2 into monolith-gs-restructure 2025-06-23 12:09:01 -07:00
meelahme 3b5a0ea097 updates to starting influxdb3 enterprise section 2025-06-23 12:08:37 -07:00
Scott Anderson a95ad37140 Merge branch 'monolith-gs-restructure' of github.com:influxdata/docs-v2 into monolith-gs-restructure 2025-06-23 09:54:04 -06:00
Scott Anderson f64a8670b7 resolved merge conflicts 2025-06-23 09:53:49 -06: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
epgif b99041a282 Restore list of unsupported intervals for date_bin_gapfill
Initially documented in commit 81c6e3edfd

Lost in commit 4045a6c12e
2025-06-18 13:26:59 -05: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
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 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 ef166677f1 Merge branch 'master' into monolith-gs-restructure 2025-06-10 16:04:21 -06:00
Scott Anderson 09b83dd1f8 WIP gs write data 2025-06-10 11:47:57 -06: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
Jason Stirnaman c142f641f0
Merge branch 'master' into docs/generalize-grafana-multinode 2025-06-09 15:31:05 -05:00
Jameelah Mercer bc7289a046
Merge branch 'master' into docs/generalize-grafana-multinode 2025-06-09 12:12:06 -07: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 f49fda8e36
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-06-09 08:48:48 -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
Jameelah Mercer b91612f987
Merge branch 'master' into docs/generalize-grafana-multinode 2025-06-09 06:15:32 -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
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
Maya Strandboge 18b78b7214
Release influxctl v2.10.1 (#6115)
* Release influxctl v2.10.1

* influxctl 2.10.1 release notes

* corrected influxctl version number

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2025-06-04 16:15:52 -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
Jameelah Mercer 26e8614dcc
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:28:00 +09:00
Jameelah Mercer ba7bbff900
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:27:52 +09:00
Jameelah Mercer 8e9e890752
Update _index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-30 12:27:41 +09: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
Jason Stirnaman af7a6ff51e chore(mono): Unify Core and Enterprise get-started pages
- Unify into a common page using show-in and other shortcodes
- Misc. fixes and cleanup
2025-05-29 15:21:15 -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 aa9787957c Merge branch 'docs/generalize-grafana-multinode' of github.com:influxdata/docs-v2 into docs/generalize-grafana-multinode 2025-05-30 02:08:41 +09:00
meelahme 6db9b4dc1f docs(pe): add tabbed examples and warning for installing Python packages 2025-05-30 01:56:41 +09:00
Jameelah Mercer 1ac1c8dbd3
Merge branch 'master' into docs/generalize-grafana-multinode 2025-05-30 01:36:34 +09:00
meelahme 889747149d docs(enterprise): scope distributed cluster guidance to Enterprise-only deployments 2025-05-30 01:29:21 +09:00
Jason Stirnaman 316a1a0d42
Merge branch 'master' into 6099-v3-1-fixes 2025-05-29 11:13:57 -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 541689663d fix(mono): missing paragraph line after tabs hides text in dark mode 2025-05-29 10:54:13 -05:00
peterbarnett03 c1c0b0789e
chore:update explorer run command 2025-05-29 10:47:47 -04:00
Jason Stirnaman 78b2b5ba72 chore(mono): apply caching suggestion 2025-05-29 09:37:35 -05:00
Jameelah Mercer 801e67745b
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-05-29 23:16:12 +09:00
meelahme fd1c9dcf1e docs: adding test schedule plugin example 2025-05-29 23:07:46 +09:00
Jason Stirnaman 3bf419fb1d fix: links missing leading slash 2025-05-29 09:06:42 -05:00
Jason Stirnaman fa29bcc208
Merge branch 'master' into 6099-v3-1-monolith-release 2025-05-29 08:54:03 -05: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 e2ced95f94 fix(mono): broken anchors, broken internal links 2025-05-28 22:42:54 -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
Peter Barnett 7c989a0370 chore: update release notes 2025-05-28 22:43:50 -04:00
Jameelah Mercer d0fad985c5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-05-28 11:50:19 +09:00
Jason Stirnaman 7b18089e52 chore: Emphasize Discord for Core and Ent 3 support, other options for other products:
Add callout to core/get-started and enterprise/get-started
Only show Discord support option if core or enterprise
Closes #6095
2025-05-27 16:17:26 -05:00
Scott Anderson dc533920f1
add information about column order in monolith (#6094) 2025-05-27 15:15:54 -05:00
Jason Stirnaman cbd62a8f87 chore(mono): Core and Enterprise: add auth to Get Started examples (part of #6080)
- Make it clear that a token is required when auth is activated.
- Add --token for CLI examples in Get Started.
- Add Auth header for API examples in Get Started.
2025-05-27 14:49:15 -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 e6d2e00b83
Update content/shared/influxdb-v2/write-data/troubleshoot.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-22 16:55:23 -05:00
Jason Stirnaman 36e65a663e
Merge branch 'master' into 6071-chore-v2-partial-writes 2025-05-22 16:38:56 -05:00
Jason Stirnaman 8d0d4acf55 fix(oss2): Troubleshoot partial writes for v2 and Cloud
- OSS v2 supports partial writes and returns a 422 that describes rejected points, depending on the problem.
- Update API spec
- Move file to content/shared for Cloud
2025-05-22 16:30:41 -05:00
Jason Stirnaman d471bbe2a1
Merge branch 'master' into fix-api-docs-links 2025-05-22 16:02:09 -05: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 b79269b11a fix(ent3): Remove 'enterprise' from /api/v3/configure/token/admin endpoint 2025-05-20 11:10:38 -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
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
Jameelah Mercer a2145f0f98
Update trigger.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:21:12 -07:00
Jameelah Mercer ef239efffa
Update token.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:21:05 -07:00
Jameelah Mercer 3a39a927df
Update token.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:20:57 -07:00
Jameelah Mercer 7a390620d1
Update table.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:20:41 -07:00
Jameelah Mercer 2c3b3f8dad
Update table.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:59 -07:00
Jameelah Mercer af999045f2
Update table.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:53 -07:00
Jameelah Mercer 2ae9d67475
Update table.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:45 -07:00
Jameelah Mercer df24a224f8
Update last_cache.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:14 -07:00
Jameelah Mercer dd8369b50b
Update last_cache.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:07 -07:00
Jameelah Mercer 9834fab278
Update distinct_cache.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:19:00 -07:00
Jameelah Mercer 3edf4e7cc0
Update database.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:55 -07:00
Jameelah Mercer 21588fefd8
Update database.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:48 -07:00
Jameelah Mercer b46033898e
Update database.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:39 -07:00
Jameelah Mercer 8847d6777e
Update database.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:19 -07:00
Jameelah Mercer 0f8945fa61
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-16 11:07:26 -07:00
Jameelah Mercer 94b4228f4b
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-16 10:56:08 -07:00
Jameelah Mercer da0fde5af6
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-16 10:51:35 -07:00
Jameelah Mercer cc3b1a9325
Update content/shared/v3-enterprise-get-started/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-16 10:51:28 -07:00
meelahme 8fc07473d2 Merge branch '6020-add-code-placeholders-core-ent-examples' of github.com:influxdata/docs-v2 into 6020-add-code-placeholders-core-ent-examples 2025-05-16 10:21:11 -07:00
meelahme 5c8935f6f7 fix(docs): remove nested code-placeholders and scope per code tab 2025-05-16 10:20:55 -07:00
Jameelah Mercer af0438adfb
Merge branch 'master' into 6020-add-code-placeholders-core-ent-examples 2025-05-16 09:54:39 -07:00
meelahme 8804b13445 fix(docs): close unclosed shortcodes in token authentication tabs and reversed WIP 2025-05-16 09:38:43 -07:00
meelahme 6271c84525 Merge branch '6056-fix-auth-token-env-var-docs' of github.com:influxdata/docs-v2 into 6056-fix-auth-token-env-var-docs 2025-05-16 09:22:38 -07:00
meelahme 7edd83b78b WIP: adding python example 2025-05-16 09:22:31 -07:00
Jameelah Mercer 05d4dc65ae
Merge branch 'master' into 6056-fix-auth-token-env-var-docs 2025-05-16 09:10:23 -07:00
Peter Barnett 074097902e chore: add release notes for 3.0.3 2025-05-16 11:40:52 -04:00
Scott Anderson e8d9d54fac
Apply suggestions from code review 2025-05-16 09:45:01 -05:00
Jameelah Mercer 956659c8e0
Update content/shared/influxdb3-admin/tokens/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 15:51:12 -07:00
Jameelah Mercer a79851db29
Update content/shared/influxdb3-admin/tokens/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 15:49:40 -07:00
meelahme aa4e8c4c85 docs(influxdb3): scope token placeholder per tab and move replace instruction 2025-05-15 15:25:10 -07:00
Jameelah Mercer 98416297aa
Update content/shared/influxdb3-admin/tokens/admin/list.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-15 14:19:20 -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
meelahme 5a843f5d9a docs(cli): improve distinct_cache structure 2025-05-15 11:09:46 -07:00
meelahme 4dd5726417 docs(influxdb3): add prerequisites and clarify token usage options 2025-05-15 10:47:39 -07:00
meelahme 0cbfade147 revising structure 2025-05-15 10:38:28 -07:00
Jameelah Mercer 663cfc91bb
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-15 10:29:46 -07:00
meelahme 5522673052 docs(influxdb3): clarify auth token usage and add CLI/API code tabs 2025-05-15 10:03:32 -07:00