Commit Graph

52 Commits (pr-6089)

Author SHA1 Message Date
Jameelah Mercer 0ee28e33a5
Merge branch 'master' into 6021-add-schedule-plugin-test-docs 2025-06-09 06:22:27 -07: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
meelahme 20366d1144 docs: add schedule_plugin route files for Core and Enterprise 2025-05-24 12:18:55 +09: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 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
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 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 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 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
Jameelah Mercer 699a51ccbc
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-23 10:49:25 -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
Jason Stirnaman ac79824ade feat(auth): Core and Enterprise: add ABAC auth reference 2025-04-21 12:54:13 -05:00
Jason Stirnaman 1dbe6c263f chore: add SOURCE comment anchor 2025-04-21 09:57:26 -05:00
Jason Stirnaman be4a88aca0
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-17 15:32:45 -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
Scott Anderson 25bdf6e608 add --help-all flag to influxdb3 commands 2025-04-14 18:07:22 -06:00
Jameelah Mercer 0b7cb10a66
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-10 20:08:10 -07: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
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 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 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
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
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 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
Scott Anderson 4941aec730
Updates SQL reference (#5886)
* sql reference updates

* updated emphasis markers to pass lint
2025-03-12 09:21:42 -06:00
Jason Stirnaman f0245e32f5 feat(api-ref): API reference for Core and Enterprise 2025-02-25 17:10:29 -06:00
Scott Anderson 0e7d23dbac add sql window functions and new shortcodes 2025-02-21 14:11:32 -07:00
Scott Anderson 65faebb701
Add 'last_cache' and 'distinct_cache' SQL functions (#5828)
* add last_value and distinct_value sql functions

* fixed cache function names
2025-02-10 09:42:48 -07:00
Scott Anderson a3f06ce722
Add missing influxdb3 serve configuration options (#5822)
* add missing influxdb3 serve configuration options

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-02-05 12:46:57 -07:00
Scott Anderson 43efe0c4c2
Add new influxdb3 show system commands (#5812)
* add new show system table commands

* Apply suggestions from code review

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

* Update content/shared/influxdb3-cli/show/system/summary.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-01-30 15:19:48 -07:00
Scott Anderson cdbdc0409c update all instances of writer-id to node-id 2025-01-24 10:49:09 -07:00