Commit Graph

418 Commits (master)

Author SHA1 Message Date
Scott Anderson 6e127d4572 hotfix: included explorer in discord-preferred list 2025-05-29 17:41:12 -06:00
peterbarnett03 bd543f6a14
update: start explorer docs (#6102)
* update: start explorer docs

* fix(explorer): Add Explorer to products.yml, move to version folder, add get-started step nav, cleanup

* Updated explorer directory structure, homepage, and beta styling (#6108)

* updated explorer dirctory struction, homepage, and beta styling

* clean up homepage state tags

* Add InfluxDB 3 Explorer installation documentation (#6111)

* InfluxDB 3 Explorer installation instructions

* fixed broken links

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* update: add getting started video

* updated to address PR feedback

* adjust page weights for explorer docs

* other minor updates

* more minor updates

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Peter Barnett <peter.barnett03@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-29 18:29:16 -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 8eb1b356cc
Merge branch 'master' into fix-cleanup-bad-anchor-links 2025-05-29 11:17:51 -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 78b2b5ba72 chore(mono): apply caching suggestion 2025-05-29 09:37:35 -05:00
Jason Stirnaman 3bf419fb1d fix: links missing leading slash 2025-05-29 09:06:42 -05:00
Jason Stirnaman 2169935012 fix(influxdb3): replace {{< product-name in headers with {{% to avoid the hahahugo anchor link bug.
- Still need to track down the root cause
2025-05-29 00:47:33 -05:00
Jason Stirnaman 01e872269d fix(mono): Bad anchors caused by {{< product-name >}} shortcode 2025-05-29 00:12:37 -05:00
Jason Stirnaman 7bf799c3d0 fix(mono): Update descriptions to be more operator-specific 2025-05-28 23:39:50 -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
Jameelah Mercer d0fad985c5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-05-28 11:50:19 +09:00
Scott Anderson dc533920f1
add information about column order in monolith (#6094) 2025-05-27 15:15:54 -05:00
meelahme 20366d1144 docs: add schedule_plugin route files for Core and Enterprise 2025-05-24 12:18:55 +09:00
Jason Stirnaman 2dbe5f77bc
Merge branch 'master' into patch-1 2025-05-23 09:10:30 -05:00
Jason Stirnaman d471bbe2a1
Merge branch 'master' into fix-api-docs-links 2025-05-22 16:02:09 -05: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 bf6c9ab4b3 hotfix(clustered): fix product name and remove dupe file 2025-05-19 18:05:55 -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
Jameelah Mercer 02c3a8bbbd
Update revoke 2.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-16 14:18:31 -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
Jameelah Mercer 663cfc91bb
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-15 10:29:46 -07:00
Scott Anderson 7fbf301fe2
Clustered fixes (#6062)
* updates AppInstance example for pausing, closes influxdata/DAR#486, closes influxdata/DAR#498

* clarify soft-deletes interactions with objects, closes influxdata/DAR#489

* add warning to use same clustered version in restore, closes influxdata/DAR#485
2025-05-13 14:37:37 -05:00
Scott Anderson e1735aeeee Merge branch 'master' of github.com:influxdata/docs-v2 2025-05-13 09:25:23 -06:00
Scott Anderson 5435140582 hotfix: fix nav orphans and sorting, update clustered token delete to revoke 2025-05-13 09:25:11 -06:00
Jason Stirnaman 8385953d39
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-13 10:03:11 -05:00
Scott Anderson 2c0a35bc1a
Clustered release 20250508-1719206 (#6054)
* update database delete behavior

* chore: update docs for 20250508-1719206 clustered release (#6051)

* chore: update docs for 20250508-1719206 release

* Apply suggestions from code review

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/influxdb3/clustered/reference/cli/influxctl/database/delete.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Logan <mail@logan-cox.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-13 07:07:20 -06:00
Jameelah Mercer 07c8b9590b
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-12 20:04:19 -07:00
Scott Anderson 9f57a4be1f hotfix: fix influxdb3 cta links 2025-05-12 14:08:29 -06:00
Jameelah Mercer 8988fb6fb3
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-12 11:44:59 -07:00
Jason Stirnaman 87214b9d92
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-12 13:11:23 -05:00
Jason Stirnaman 7991d68e37
Apply suggestions from code review 2025-05-12 12:52:20 -05:00
jonasnoki 0d3a5eaf3b
fix: use correct port in example compose.yaml in install.md 2025-05-12 12:14:44 +02:00
Jameelah Mercer 624625f7a3
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-09 19:23:19 -07:00
Jason Stirnaman 722bd85732
Merge branch 'master' into update-dedicated-admin-ui-custom-partitioning 2025-05-09 16:01:50 -05:00
Scott Anderson 6f72ee52f0
fix: update calls to action in dedicated and clustered (#6049) 2025-05-09 16:01:15 -05:00
Jameelah Mercer 504f2a888c
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-09 13:00:34 -07:00
Jason Stirnaman e7f5b6c051 chore(dedicated): Admin UI: Update table instructions for custom partitioning options 2025-05-09 14:58:25 -05:00
Jameelah Mercer c7f3683ed0
Update content/influxdb3/core/extend-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-05-09 12:47:53 -07:00
Jason Stirnaman 815514c53b
Apply suggestions from code review 2025-05-09 10:24:58 -05:00
Jason Stirnaman 585490b983
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-09 10:22:47 -05:00
Jameelah Mercer 8e2076c7ca
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-08 16:11:22 -07:00
Jason Stirnaman 504e7b3d1c feat(dedicated): Admin UI: Add create table, revise create database and custom partitioning
- Add Admin UI instructions for creating a table
- Moves database and table instructions for custom partitioning to separate tab groups
- Revise custom partitioning instructions for consistency.
- Add descriptions and links to Management API ref
2025-05-08 16:24:29 -05:00
Jason Stirnaman 5675cfaa1b
Apply suggestions from code review 2025-05-08 11:28:44 -05:00
Jason Stirnaman 70cd745419 feat(cloud-dedicated): Admin UI: Account info, manage clusters, manage databases, manage tables, manage tokens. (Closes #6023)
- Admin UI: console URL
- Admin UI: add management features to existing admin pages
- Add a View account page for Admin UI
- Add screenshots
- Add Admin UI page to reference
- Alias reference/cli to influxctl until we expect more.
- Add key features list to influxctl reference

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-05-06 14:05:12 -05:00
Jameelah Mercer a645c04582
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-05 14:05:11 -07:00
Jameelah Mercer 0f853d0900
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-05 13:32:27 -07:00
Jason Stirnaman 6b16a8a13b
Apply suggestions from code review 2025-05-05 13:45:48 -05:00
Jason Stirnaman 32e4a87d13 fix(v3): Enterprise: license-email is primarily for trial and at-home, license-file is primarily for commercial (for now), add license detection sequence, remove caps 2025-05-05 13:03:16 -05:00
Scott Anderson 725a5f87f8
Merge branch 'master' into jstirnaman/issue6039 2025-05-05 10:23:43 -05:00
Scott Anderson 2a4dc71689
Merge branch 'master' into fix-title-shortcode-and-api-links 2025-05-05 10:06:31 -05:00
Jason Stirnaman 404305d22e chore(ent3): Add related and more info links to serve CLI command reference 2025-05-02 17:56:35 -05:00
Jason Stirnaman 91d4a9b525 chore(ent3): Add license file option to serve command list and sort the options 2025-05-02 17:55:35 -05:00
Jameelah Mercer 38a9aaf6b0
Merge branch 'master' into 5949-add-api-reference-examples-to-influxdb3 2025-05-02 11:22:32 -07:00
Jason Stirnaman f0864152a5 chore(influxdb3): Specify when data-dir is required, emphasize in license.md that license email and license file are mutually exclusive 2025-05-02 13:10:25 -05:00
Jason Stirnaman 43663d0836 fix(ent3): License options: clarify license email and license file are mutally exclusive (Closes #6039):
- Add examples using license email or license file
- Add license file entry in config-options and note they're mutually exclusive.
2025-05-02 12:47:06 -05:00
Jameelah Mercer 8e68071f35
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-05-02 10:19:35 -07:00
Jason Stirnaman 1272849ef3 hotfix(cloud-dedicated): replace links pointing to influxdb/clustered 2025-05-01 11:26:25 -05:00
Jason Stirnaman c4d4efc121 fix(influxdb3): unresolved product-name shortcode in frontmatter title, broken links to non-existent Core and Enterprise compatibility guides, alias api/v1 and api/v2 paths as api/v3. 2025-05-01 11:17:10 -05:00
Michael Gattozzi be7b57f042
feat: Remove --ram-pool-data-bytes flag in docs
This command no longer exists in InfluxDB 3 Core/Enterprise. This commit
removes any reference to this flag.

Closes https://github.com/influxdata/influxdb/issues/26343
Closes #6034
2025-05-01 11:53:45 -04:00
meelahme b71dd9ac87 chore(cli): remove deprecated delete plugin reference 2025-04-30 23:06:10 -07:00
meelahme b16ea65c05 chore(cli): remove delete plugin.md from enterprise CLI reference 2025-04-30 16:37:42 -07:00
meelahme dfd1a9ceba chore(cli): remove create plugin.md from enterprise CLI reference 2025-04-30 16:31:06 -07:00
Jason Stirnaman 88fc48888c hotfix(v2): broken downloaded link, replace latest-cli shortcode with latest-patch 2025-04-30 10:48:15 -05:00
Jameelah Mercer dac34a4a38
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-28 15:45:54 -07:00
meelahme 9ac78d95cc updating file names 2025-04-28 14:20:50 -07:00
Jameelah Mercer 391538fafb
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:47 -07:00
Jameelah Mercer 39722d5bf3
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:33 -07:00
Jameelah Mercer 26084afe4b
Update content/influxdb3/core/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-28 14:13:19 -07:00
Jason Stirnaman ffd0ea2ee3 fix(influxdb3): Relocate example and definitions 2025-04-28 11:36:38 -05:00
Jason Stirnaman e9d3cb46d8
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-28 10:29:16 -05:00
Jason Stirnaman 97856f61c6
Update content/influxdb3/core/admin/tokens/admin/list.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-04-28 10:06:36 -05:00
Jason Stirnaman bcb1977844 fix(influxdb3): create token --permission parent 2025-04-28 08:43:04 -05:00
Jason Stirnaman 6358ec8b6f chore(influxdb3): Tokens: Guides and references for list and create admin and resource tokens. 2025-04-28 00:16:53 -05:00
Peter Barnett 033e89841a fix: update to Docker in install pages as well 2025-04-25 18:56:31 -04:00
meelahme a56a8d87b3 updating file paths 2025-04-24 18:38:23 -07:00
meelahme e666d8655e Merge branch '5951-restructure-influxdb3-plugins' of github.com:influxdata/docs-v2 into 5951-restructure-influxdb3-plugins 2025-04-24 18:04:54 -07:00
Jameelah Mercer 699a51ccbc
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-23 10:49:25 -07:00
Jameelah Mercer 6c565a93b4
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-23 10:48:49 -07:00
Jason Stirnaman ed7395d145 fix(influxdb3): Core and Enterprise: remove outdated serve --bearer-token arg (Closes #6007) 2025-04-21 15:59:32 -05:00
Jameelah Mercer a71eb0aeb8
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-21 13:11:04 -07:00
Jason Stirnaman 1069f31c9f chore(influxdb3): Core and Enterprise resource tokens: Move from /shared to /enterprise. Apply suggestions from @jdstrand 2025-04-21 13:57:13 -05:00
Jason Stirnaman 80de38933c feat(influxdb3): Core and Enterprise: add create admin token API examples 2025-04-21 13:51:10 -05:00
Jason Stirnaman 2a46dddf55 chore(influxdb3): Core and Enterprise: Use shared admin/tokens 2025-04-21 13:04:51 -05:00
Jason Stirnaman ac79824ade feat(auth): Core and Enterprise: add ABAC auth reference 2025-04-21 12:54:13 -05:00
Jameelah Mercer 8ab968a364
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-21 08:30:09 -07:00
Jason Stirnaman 1dbe6c263f chore: add SOURCE comment anchor 2025-04-21 09:57:26 -05:00
Jason Stirnaman 635425e03b hotfix(influxdb3): install with docker compose 2025-04-18 17:11:00 -05:00
Scott Anderson 1ce0c76664
Fix '--node-spec' examples (#6001)
* fix node-spec flags and examples

* fix node-spec frontmatter examples
2025-04-18 08:53:13 -06:00
Jameelah Mercer f3f61987b7
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-17 17:09:03 -07:00
Jason Stirnaman be4a88aca0
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-17 15:32:45 -05:00
Scott Anderson 644b24bfab
Update latest-patch shortcode for InfluxDB3 (#5998)
* updated latest_patch shortcode and product data to work with influxdb3

* update influxdb3 docs with latest-patch shortcode
2025-04-17 11:15:40 -06:00
Jason Stirnaman 88b3a39f82 chore(mono): Update and fix download URLs, replace with official release versioned URLs 2025-04-17 10:56:07 -05:00
Jameelah Mercer 43922af68a
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-16 12:17:49 -07:00
Jason Stirnaman 2748adb848
Merge branch 'master' into jts-shared-glossary 2025-04-15 15:36:42 -05:00
Jason Stirnaman 004592a7b5 chore(influxdb3): Cloud Serverless: use shared glossary file 2025-04-15 15:16:55 -05:00
Jason Stirnaman 92a105907b chore(influxdb3): Cloud Dedicated: use shared glossary file 2025-04-15 15:15:45 -05:00
Jason Stirnaman 8541187af1 chore(influxdb3): Clustered: use shared glossary file 2025-04-15 14:43:44 -05:00
Jason Stirnaman 4c7c19baaf chore(influxdb3): shared glossary suitable for all InfluxDB 3 versions. Currently, only using for Enterprise and Core 2025-04-15 12:07:18 -05:00
Jason Stirnaman 1d6d58a2fe
Update content/influxdb3/enterprise/admin/tokens/resource/create.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-15 10:10:02 -05:00
Jason Stirnaman 22b52f8efc hotfix: admin/tokens path, format permissions, remove glossary link 2025-04-15 10:07:52 -05:00
Scott Anderson dd4100d10f hotfix: fix resource token create example in frontmatter 2025-04-15 07:47:54 -06:00
Jason Stirnaman e6e162a752 feat(enterprise): Manage resource tokens for databases and sysinfo 2025-04-15 08:32:52 -05:00
Jason Stirnaman dd75bf13cd feat(enterprise): Manage resource tokens for databases and sysinfo 2025-04-15 08:23:11 -05:00
Jason Stirnaman ee2ab9f113 feat(enterprise): Create database and system resource tokens 2025-04-15 08:23:11 -05:00
Scott Anderson 3f1726dc04 fixed token code examples in frontmatter 2025-04-15 07:10:15 -06:00
Jason Stirnaman 1437dc040d
Merge pull request #5978 from influxdata/jts-monolith-tokens
Core and Enterprise auth tokens
2025-04-15 08:06:25 -05:00
Jason Stirnaman de8ab2ec7f feat(mono): Manage admin tokens 2025-04-15 02:21:38 -05:00
Jason Stirnaman 674f8f4a9a fix(dist): CD and Clustered descriptions 2025-04-15 00:44:19 -05:00
Jameelah Mercer c1a1ba80b4
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 19:18:24 -07:00
Jameelah Mercer 2e11cbaaec
Update content/influxdb3/enterprise/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 19:18:09 -07:00
Jameelah Mercer e90656e043
Update content/influxdb3/core/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 19:17:56 -07:00
Jameelah Mercer 10c82daaca
Update content/influxdb3/core/extended-plugin.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 19:17:38 -07:00
Scott Anderson 25bdf6e608 add --help-all flag to influxdb3 commands 2025-04-14 18:07:22 -06:00
Scott Anderson 0bcdb3fb88 updated admin section weights 2025-04-14 17:11:16 -06:00
Scott Anderson 73e4f87670
InfluxDB 3 Enterprise license management (#5973)
* enteprise license management

* added description to license mgmnt page

* Update content/influxdb3/enterprise/admin/license.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fixed description

* Update content/influxdb3/enterprise/admin/license.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Apply suggestions from code review

* Update content/influxdb3/enterprise/admin/license.md

* Update content/influxdb3/enterprise/admin/license.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-14 17:08:03 -06:00
Jameelah Mercer 8bea5266da
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-14 15:56:40 -07:00
Scott Anderson a5b9b56460
Manage InfluxDB 3 Distinct Value Caches (#5977)
* add distinct value cache management docs

* updated references to last values in dvc guides
2025-04-14 16:46:55 -06:00
meelahme 6394812789 Checking file paths and dropdowns 2025-04-14 15:14:27 -07:00
meelahme 6ec728a639 updating enterprise extended-plugin.md 2025-04-14 15:08:16 -07:00
meelahme 098942ea73 updates to extended-plugin.md in core 2025-04-14 14:40:13 -07:00
meelahme 7350053f96 adding extebded-plugin.md to core 2025-04-14 14:38:38 -07:00
Jameelah Mercer a3f7cee377
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-14 13:52:18 -07:00
Jason Stirnaman ef45c7cc0b fix(monolith): get-started cleanup 2025-04-14 15:40:32 -05:00
Scott Anderson 92f34a5300
Add LVC management docs to Core and Enterprise (#5971)
* add LVC management docs

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* enterprise rebuilds LVCs on restart

* 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-04-14 10:28:19 -06:00
Jameelah Mercer 0b7cb10a66
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-10 20:08:10 -07:00
Jameelah Mercer 1be891877e
Merge branch 'master' into 5951-restructure-influxdb3-plugins 2025-04-10 19:58:52 -07:00
Scott Anderson 1e9179c050
Update database delete behavior for InfluxDB Cloud Dedicated (#5942)
* update dedicated database delete behavior

* removed db name reuse warning from influxctl database create

* added warnings to wait write to a reused db name
2025-04-10 14:52:05 -06:00
Jason Stirnaman 7c076cc38f chore(monolith): Core and Enterprise: Add client library references, revise recommendations
chore(monolith): Recommend API over CLI for writing data (Closes #5957). Fix client library references
fix(monolith): Add tool comparison table (linked from client libs), fix and cleanup write data sections, link to client libraries.
fix(monolith): Remove redundant content.

Closes #5957
2025-04-09 19:53:48 -05:00
Jameelah Mercer 53f90a5af7
Update content/influxdb3/enterprise/reference/processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-09 15:49:52 -07:00
Jameelah Mercer 710b14e85f
Update content/influxdb3/core/reference/processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-09 15:49:40 -07:00
meelahme 2e2da735ec WIP: Setting up file and path structure and confirming functionality 2025-04-09 12:26:11 -07:00
Maya Strandboge 8e62adaff5
Release influxctl v2.10.0 (#5959)
* Release influxctl v2.10.0

* Database token expiration in Dedicated and Clustered (#5930)

* adds database token expiration to dedicated and clustered docs

* update to fix md lint

* updates influxctl create in dedicated

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* udpates for influxctl 2.10.0 (#5960)

* added missing expires at information to cloud-dedicated token mgmt

* influxctl 2.10.0 release notes (#5961)

* influxctl 2.10.0 release notes

* corrected influxctl release note

* corrected punctuation in influxctl release note

* corrected link urls in shared influxctl release notes

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2025-04-04 11:57:06 -06:00
meelahme 5aaec9c7a3 docs: revising to follow the structure and tone of InfluxDB docs. Also updating file name 2025-04-03 16:29:43 -07:00
meelahme d23caccf5e adding fontmatter to core and enterprise and checking file paths 2025-04-03 15:46:48 -07:00
meelahme 9bf9056b67 adding processing-engine.md file to core and enterprise 2025-04-03 15:26:36 -07:00
Scott Anderson ce04b19f1e
Overhaul canonical pages (#5955)
* overhaul how canonical pages are set

* updated canonical template comment
2025-04-03 12:43:17 -06:00
Jason Stirnaman eb5f3b4067
Merge branch 'master' into jts-5948-fix-influxdb3-install 2025-04-02 17:05:38 -05:00
Scott Anderson 1522e734b9
Update shared content usage in v2 docs and more (#5953)
* replaced all oss- and cloud-only shortcodes

* removed duplicate oss calls and replaced with shared source

* base changes for shared v2 content

* restored shared grafana content

* removed frontmatter from shared v2 content

* WIP fixing lists with show-in shortcode

* fix lists that use show-in shortcode

* updated all v2 files to remove duplicate-oss and use source sharing

* update prepend and append frontmatter to just use string input

* fixed broken menu keys
2025-04-02 15:54:32 -06:00
Jason Stirnaman 04a1006a70
Update content/influxdb3/enterprise/install.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-04-02 16:53:45 -05:00
Jason Stirnaman d891936b27 chore(core): Use keybind shortcode 2025-04-02 16:53:00 -05:00
Jason Stirnaman cd3e64fd28 chore(influxdb3): use product-name and product-key shortcodes in install 2025-04-02 16:35:56 -05:00
Jason Stirnaman daed913c3b
Merge branch 'master' into docs/v3/write-steps 2025-03-24 11:22:04 -05:00
Jason Stirnaman e548603046 fix(influxdb3): alias create/plugin as create/trigger/ 2025-03-21 17:49:21 -05:00
Jason Stirnaman 4d0dbbd81b chore(influxdb3): Overhaul processing engine guide:
- Explain the relationship between trigger specs and plugin function signatures
- Use more examples
- Add clear steps
2025-03-21 17:47:42 -05:00
Jason Stirnaman 4dbdfba22c fix(influxdb3): Data durability, data flow
1. Maintains the higher-level structure
2. Uses the bulleted list format for clarity
3. Adds the detailed explanations from the original Data flow section as Details items
4. Uses sentence case for all headings
5. Numbers the sections to match the original flow diagram
2025-03-20 11:19:15 -05:00
Jason Stirnaman 7a734f8e38 fix(core): Moved to update file path (without the whitespace) 2025-03-20 10:26:06 -05:00
Jameelah Mercer 01db491193 Update content/influxdb3/core/reference/internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 02b9d0a492 Update content/influxdb3/core/reference/internals /durability/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer f60975acd2 Update content/influxdb3/enterprise/reference/internals/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
meelahme 05c06996d1 Adding Enterprise content 2025-03-20 10:05:52 -05:00
meelahme 15b100156a source cleanup 2025-03-20 10:05:51 -05:00
Jameelah Mercer 3f2f8679f9 Update content/influxdb3/core/reference/influxDB3 internals /data durability/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer d796fafdfe Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 38b2b4c70a Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 645980f8f3 Update content/influxdb3/core/reference/influxDB3 internals /_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:50 -05:00
meelahme 5366044069 Adding links 2025-03-20 10:05:50 -05:00
meelahme 443256a290 added Data durability section to InfluxDb 3 Internals home page 2025-03-20 10:05:50 -05:00
meelahme d5056f042a Update to _index.md title 2025-03-20 10:05:50 -05:00
meelahme 5b7201aeaf update to influxDb3 _index.md path 2025-03-20 10:05:50 -05:00
meelahme 6acb5c9671 Fixed tab paths 2025-03-20 10:05:50 -05:00
meelahme 848eb08fba WIP: Porting content and setting up tabs 2025-03-20 10:05:50 -05:00
meelahme 479fdc2fe8 Adding a new page for InfluxDB3 data durability 2025-03-20 10:05:50 -05:00
Jason Stirnaman 5a5a291683 fix(influxdb3): serve required arguments 2025-03-19 11:14:23 -05:00
Jason Stirnaman 601d60f50f
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-03-19 10:53:37 -05:00
Jason Stirnaman c588a13952 chore(influxdb3-cli): Describe required params, mode can be a list, troubleshooting 2025-03-19 10:18:11 -05:00
Jason Stirnaman d17eb2d313
Merge branch 'master' into jts-fix-5915 2025-03-19 09:13:31 -05:00
Jason Stirnaman a3f6557cfb chore(influxdb3): Update serve options
- Closes #5915
- Move cli/influxdb3/_index.md from shared due to diverging options
2025-03-18 18:40:18 -05:00
Jason Stirnaman 14be1f966f fix(core): config-options example 2025-03-18 18:12:44 -05:00
Jason Stirnaman 13e3f73a9b
Apply suggestions from code review 2025-03-18 17:03:21 -05:00
Jason Stirnaman 0e876ad270
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-03-18 17:01:20 -05:00
Jason Stirnaman db093f626c fix(influxdb3): Enterprise: update options in CLI reference:
Add options new in Beta
Remove old options, add see references, add anchors for backward compat.
Fix link checker test to not fail when no links exist in the article
2025-03-18 15:36:07 -05:00
Jason Stirnaman e89b870dbd
Merge pull request #5899 from influxdata/jts/fix-release-notes
Core and Enterprise release notes fixes and cleanup
2025-03-17 08:21:40 -05:00
Jason Stirnaman 6b82aa2e62
Merge pull request #5898 from influxdata/jts/update-examples-and-pe-cache
Jts/update examples and pe cache
2025-03-17 08:21:16 -05:00
Jason Stirnaman be22f14f92 fix(monolith): Core and Enterprise release note cleanup. 2025-03-17 02:49:23 -05:00
Jason Stirnaman c15ff4ed79
Merge pull request #5897 from influxdata/pbarnett/create-release-notes
chore: add release notes
2025-03-17 01:57:38 -05:00
Jason Stirnaman 3bf5f48cf8 fix(monolith): Core and Enterprise Beta fixes and cleanup 2025-03-17 01:38:49 -05:00
Jason Stirnaman 349d0e692d
Update content/influxdb3/enterprise/release-notes/_index.md 2025-03-16 22:43:48 -05:00
Jason Stirnaman 0660cbbe14
Update content/influxdb3/core/release-notes/_index.md 2025-03-16 22:43:43 -05:00
Peter Barnett d185217260 chore: add release notes 2025-03-16 23:16:55 -04:00
Peter Barnett ef40b6ae0f update: adjust for new parameters, cluster configuration, modes, and some grammar 2025-03-16 22:05:33 -05:00
Jason Stirnaman c37e50e352
Merge branch 'master' into jts/dar-472-catalog-terminology 2025-03-14 17:34:39 -05:00
Scott Anderson 8cada04c55
updated all notes and warnings in influxdb3 to use gh alert syntax (#5890) 2025-03-13 17:02:04 -06:00
Jason Stirnaman 7d675078a2
Merge branch 'master' into clarify-IdP-support 2025-03-13 15:22:35 -05:00
Jason Stirnaman b1773f4e2b
Merge branch 'master' into jts/dar-472-catalog-terminology 2025-03-13 14:06:33 -05:00
Jason Stirnaman 89ae11464b chore(clustered): Component scaling recommendations:
Add suggestions from @reidkaufmann
in https://github.com/influxdata/DAR/issues/472
2025-03-13 14:04:45 -05:00
Jason Stirnaman f62682ee41
Merge branch 'master' into jts/dar-484-add-steps-to-install-kubit-in-an-air-gapped-environment 2025-03-13 10:01:23 -05:00
Scott Anderson 4941aec730
Updates SQL reference (#5886)
* sql reference updates

* updated emphasis markers to pass lint
2025-03-12 09:21:42 -06:00
Scott Anderson 242490d617
hotfix: removed clustered 20240925 release from release notes (#5883)
* hotfix: removed clustered 20240925 release from release notes

* move relevent info to the release following the removed release
2025-03-11 17:21:44 -06:00
Jason Stirnaman 8491969abd fix(clustered): Closes https://github.com/influxdata/DAR/issues/472. Catalog terminology is confusing, needs scaling recommendations:
- Distinguish between Catalog store (Postgres db) and Catalog service (API and cache for the store).
- Add scaling recommendations for each.
- Resolve conflicting scaling info, remove duplicated scaling info from storage-engine.md.
2025-03-11 17:18:05 -05:00
Jason Stirnaman c66e352d0a
Update content/influxdb3/clustered/install/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-03-11 17:09:57 -05:00
Jason Stirnaman 38c9b6d5ef fix(clustered): set up clustered for air-gapped environments, add instructions for copying and installing the kubit CLI image to the environment, and for Helm, copy the kubit operator images. Closes https://github.com/influxdata/DAR/issues/484 2025-03-11 12:38:33 -05:00
Jason Stirnaman 6698e96625
Merge branch 'master' into core-enterprise-api-ref 2025-03-05 14:54:27 -06:00
Jason Stirnaman 227b742106 fix(v3): Replace "Clustered" references in monolith https://docs.influxdata.com/influxdb3/core/write-data/ Closes #5874
- Replace names with product-name shortcode
- Fix grammar to accomodate the Object storage model (where data isn't stored in InfluxDB 3)
2025-03-05 11:40:57 -06:00
Jason Stirnaman 1654d3c4f3
Merge branch 'master' into core-enterprise-api-ref 2025-03-04 16:36:46 -06:00
Jason Stirnaman 40d2e0f938
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-03-04 16:34:27 -06:00
Jason Stirnaman d069769cd0
Update content/influxdb3/core/install.md 2025-03-04 10:23:37 -06:00
Jason Stirnaman a54ebf9ba8
Update content/influxdb3/core/install.md 2025-03-04 10:21:03 -06:00
meelahme ed7c48bb88 Adding docker note to Core install guide 2025-02-28 14:20:14 -08:00