Commit Graph

6438 Commits (pbarnett/3.0.1-release-notes)

Author SHA1 Message Date
Peter Barnett 15c1c77f02 chore:influxdb3 explorer install info 2025-04-14 23:05:58 -04:00
Jason Stirnaman e088f1763d feat(monolith): Core: get-started with admin tokens 2025-04-14 22:02:29 -05:00
Jason Stirnaman be6d98abce feat(monolith): Get started using tokens 2025-04-14 22:02:29 -05:00
Jason Stirnaman 21ad484c19 feat(enterprise): Get-started using admin, database, and system tokens 2025-04-14 22:02:29 -05:00
Scott Anderson 221a3ba769 admin tokens are only available in enterprise 2025-04-14 20:16:31 -06:00
Scott Anderson 0e4be06bfc clarified cache guides about using admin tokens 2025-04-14 20:12:22 -06:00
Scott Anderson ae4d2349e5 add --tls-ca option to influxdb3 commands 2025-04-14 19:56:02 -06:00
Scott Anderson 25bdf6e608 add --help-all flag to influxdb3 commands 2025-04-14 18:07:22 -06:00
Scott Anderson 3019032b6a added auth token to influxdb3 cli examples 2025-04-14 17:57:01 -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
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
Jason Stirnaman c59d031480 fix: remove Core limitation callout from Enterprise 2025-04-14 15:44:40 -05:00
Jason Stirnaman ef45c7cc0b fix(monolith): get-started cleanup 2025-04-14 15:40:32 -05:00
Jason Stirnaman 7b8f1a48fe fix(monolith): Core and Enterprise get-started: influxdb3 serve options
- Add --cluster-id and optional without_auth in startup options.
- Explain cluster-id and node-id
2025-04-14 15:29:18 -05:00
Jameelah Mercer 0104827aac
Merge branch 'master' into docs/v3/processing-engine 2025-04-14 11:13:55 -07:00
Scott Anderson c37b5b528f Merge branch 'master' into influxdb3-ga 2025-04-14 10:29:11 -06: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
Geoffrey Wossum 62bd81d4c9
feat: add `overwrite-pid-file` and `pid-file` (#5972)
* feat: add `overwrite-pid-file` and `pid-file` 

Add documentation for `overwrite-pid-file` and `pid-file` configuration options available in v2.7.11.

* Update content/influxdb/v2/reference/config-options.md

* Update content/influxdb/v2/reference/config-options.md

* added new influxd pid flags to data file

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2025-04-14 10:06:13 -06:00
Jameelah Mercer 63d3946dbf
Merge branch 'master' into docs/v3/processing-engine 2025-04-10 20:01:53 -07:00
Jameelah Mercer 58bed0eb2a
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-10 20:01:11 -07:00
Jameelah Mercer 1021683dcd
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-10 20:01:02 -07:00
Jameelah Mercer d70d9e93cf
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-10 20:00:51 -07:00
Jameelah Mercer 1911f06272
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-10 20:00:41 -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 c4b3989883
Merge branch 'master' into jts-5957-promote-api-for-writing-to-core-and-enterprise 2025-04-10 12:59:52 -05:00
Scott Anderson 3ae97b87f5 hotfix: remove influxdb3 instructions for stopping the docker container 2025-04-10 10:14:55 -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
Adam S 9ee16d3cba
Update _index.md (#5964)
Add --node-id flag
2025-04-04 18:48:36 -06:00
Adam S 45326bcc04 Update influxdb3-cli.md
Add --file flag
2025-04-04 15:20:38 -04: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
Jameelah Mercer fd3b48061b
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-03 16:45:55 -07:00
Jameelah Mercer 1c4baa9628
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-03 16:45:41 -07:00
meelahme 1e8f19484a updating show-in shortcode for enterprise 2025-04-03 15:10:00 -07:00
meelahme 55bab26d4e adding show-in shortcode 2025-04-03 15:07:12 -07:00
meelahme 8065516907 Merge branch 'master' of github.com:influxdata/docs-v2 into docs/v3/processing-engine 2025-04-03 14:51:01 -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 ae48e5a6a1
Merge branch 'master' into jts-5948-fix-influxdb3-install 2025-04-03 08:58:24 -05:00
Scott Anderson 15bcfc95c3 hotfix: fix links in shared v2 content 2025-04-02 19:56:32 -06:00
Jameelah Mercer 50c7116aa7
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-02 15:42:25 -07:00
Jameelah Mercer 46f919137c
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-02 15:42:10 -07:00
Jameelah Mercer 5b0413c151
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-02 15:41:58 -07: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 3d6b811945
Merge branch 'master' into jts-5948-fix-influxdb3-install 2025-04-02 16:54:32 -05: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 709218df00
Merge branch 'master' into jts-5891-update-telegraf-release 2025-04-02 14:53:55 -05:00
Jason Stirnaman 48c6a7a518 feat(telegraf): v1.34.1: release notes and new plugins 2025-04-02 14:33:35 -05:00
Jason Stirnaman 62af58c704 fix(telegraf): install page
- download scripts contain variable references instead of shortcode
- update SHA checksums for linux downloads
2025-04-02 14:30:02 -05:00
Jason Stirnaman e2d51b8538 chore(telegraf): home: update release version 2025-04-02 14:18:28 -05:00
Jason Stirnaman dc8d9d0328
Apply suggestions from code review 2025-04-02 13:11:02 -05:00
Jason Stirnaman 7e298ad4bc
Apply suggestions from code review 2025-04-02 13:09:19 -05:00
Peter Barnett 92f13d1ebe update: add beta 3 release notes 2025-04-01 19:49:43 -04:00
Jameelah Mercer 34012a49e0
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-31 13:09:54 -07:00
Jameelah Mercer 7f8cd8178a
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-31 13:03:58 -07:00
Jameelah Mercer 9a7d7de278
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-31 13:03:39 -07:00
meelahme 7f8b4ed132 updating source path in example 2025-03-28 15:59:21 -07:00
meelahme e9feebe3ec clarifying actions users needs to take 2025-03-28 15:12:22 -07:00
meelahme 9f34a3213d check for style consistency 2025-03-28 15:09:56 -07:00
meelahme 9d42d7a2c6 style consistency 2025-03-28 15:03:06 -07:00
meelahme 1cb06d96d8 Revising Configure distributed environment section 2025-03-28 14:47:24 -07:00
meelahme c1443c3146 Adding back accidential delete 2025-03-28 14:44:11 -07:00
meelahme fc8b1902dc Fixing indentation warning 2025-03-28 14:41:06 -07:00
meelahme a5d53a334a Updating Grafana InfluxDb instance section 2025-03-28 14:36:56 -07:00
meelahme abd1f554b9 Updating Set up the Processing engine section 2025-03-28 14:34:12 -07:00
meelahme 56a7d6377e WIP: temp section for Grafana 2025-03-28 13:38:11 -07:00
meelahme 90020a76ed WIP: temp section 2025-03-28 13:19:20 -07:00
Anja Boskovic 3d0c1e27c2
fix: fix link formatting 2025-03-28 12:02:44 -07:00
Scott Anderson 5318050581
update influxdb3 option list formats, closes #5937 (#5938) 2025-03-28 08:16:13 -06:00
Peter Barnett 2b13b714c4 add: release notes for beta 2 2025-03-26 09:15:56 -04:00
Jason Stirnaman daed913c3b
Merge branch 'master' into docs/v3/write-steps 2025-03-24 11:22:04 -05:00
Jason Stirnaman ee1f85b62d fix(influxdb3): Restore best practices for caching section 2025-03-24 11:18:15 -05:00
Jason Stirnaman f79c1c2dad chore(influxdb3): Get started: make examples consistent, fix formatting, remove http protocol from --http-bind options. 2025-03-21 17:51:34 -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 66f98863d6
Merge branch 'master' into docs/v3/write-steps 2025-03-21 11:29:26 -05:00
Jason Stirnaman 87964698b9
Apply suggestions from code review 2025-03-20 16:55:48 -05:00
Jason Stirnaman fab077443a
Update content/shared/v3-core-get-started/_index.md 2025-03-20 13:34:05 -05:00
Jason Stirnaman 072cada97e chore(influxdb3): Data durability: replace diagram, cleanup brand terms. 2025-03-20 13:33:27 -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 053ea8d7be fix(influxdb3): Remove redundant heading and expand the children tag 2025-03-20 10:28:00 -05:00
Jason Stirnaman 7a734f8e38 fix(core): Moved to update file path (without the whitespace) 2025-03-20 10:26:06 -05:00
meelahme b5f63f5b62 updating Internals homepage 2025-03-20 10:05:53 -05:00
meelahme 68db88a372 update to _index.md 2025-03-20 10:05:52 -05:00
Jameelah Mercer 778cddb053 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 96b1b52f4f Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -05:00
Jameelah Mercer 5cbf9527ac Update content/shared/influxdb3-internals-reference/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:52 -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
meelahme 523c8dbd7d removing redudancies from Write Path Overview 2025-03-20 10:05:51 -05:00
meelahme c6e9254533 suggestion fixes 2025-03-20 10:05:51 -05:00
Jameelah Mercer 14a8c52239 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer 7c2d486853 Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer e6dc55121d Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00
Jameelah Mercer af32184e0a Update content/shared/influxdb3-internals-reference/durability.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-03-20 10:05:51 -05:00