Jason Stirnaman
cd21fbcd22
Merge branch 'master' into jts-dar-515-naming
2025-07-11 08:36:35 -05:00
Jason Stirnaman
3f8b84e4e1
Apply suggestions from code review
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-11 08:12:40 -05:00
Jason Stirnaman
a4549ad5ef
feat(influxdb3): add admin/tables guides for list and delete:
...
- Add Core and Ent. guides for using the CLI and API to list and delete tables.
- Closes #6215
2025-07-10 18:05:30 -05:00
Jason Stirnaman
1c8a7b8606
feat(influxdb3): create table guides for core and ent
...
Part of #6215
2025-07-10 17:07:57 -05:00
Jason Stirnaman
beeb428470
feat(v3): Add naming restrictions reference and guidelines:
...
- Fixes influxdata/DAR#515 : discourages the use of a leading underscore in database and table names in all InfluxDB 3 versions, but doesn't disallow it
- Add detailed naming restrictions reference for all InfluxDB 3 versions
- Add basic guidelines in table and database creation guides.
- Core and Ent table guides are forthcoming in a separate PR
2025-07-10 16:10:27 -05:00
Scott Anderson
ec6e28d0e2
Add MCP server documentation to Core, Enterprise, and Cloud Dedicated ( #6200 )
...
* add mcp server documentation for core, enterprise, and cloud-dedicated
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* updated mcp server npm/docker package names, updated environment variables
* updated the mcp server instructions to be correct
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-07-09 15:23:48 -05:00
Scott Anderson
d176eea4e7
Manage databases and tokens in InfluxDB 3 Explorer ( #6162 )
...
* Manage databases and tokens in Explorer
* Update content/influxdb3/explorer/manage-tokens.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-26 16:35:31 -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
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
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
6358ec8b6f
chore(influxdb3): Tokens: Guides and references for list and create admin and resource tokens.
2025-04-28 00:16:53 -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
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
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
Scott Anderson
0bcdb3fb88
updated admin section weights
2025-04-14 17:11:16 -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
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
Jason Stirnaman
7271869e89
feat(monolith): Query system data for Core and Enterprise
...
- Revises Paul's draft for using /api/v3/query_sql to query system data.
- Copies the existing structure for Ded. and Clustered
- Adds an explicit POST example for a longer query.
2025-02-19 23:50:30 -06:00
Scott Anderson
ebf9b1bfd3
Add admin > database docs to Core and Enterprise ( #5813 )
...
* add influxdb3 database admin docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-02-03 09:25:41 -07:00