Commit Graph

9048 Commits (pr/6248)

Author SHA1 Message Date
Jason Stirnaman 8ad96b8309 fix(3ent): Assume default port for prod. Add note for using different ports for dev 2025-07-25 17:09:45 -05:00
Jason Stirnaman 5a400b1439
Merge branch 'master' into patch-4 2025-07-23 11:59:14 -05:00
Scott Anderson f55c363f68 hotfix: update trial license messaging, closes influxdata/DAR#525 2025-07-19 13:53:19 -06:00
Jason Stirnaman 7bccad9dcf
Merge pull request #6214 from influxdata/jts-dar-515-naming
feat(v3): Add naming restrictions reference and guidelines:
2025-07-17 15:26:53 -05:00
Jason Stirnaman b8598c7007
Merge branch 'master' into jts-dar-515-naming 2025-07-17 15:23:31 -05:00
Scott Anderson 81c9d0ba76
feat(monolith): use minio for object storage (#6228)
* feat(monolith): use minio for object storage

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-17 15:14:17 -05:00
mdevy-influxdata 762b4aec83
http-bind port update
Adjusted port numbers to allow for proper load balancer routing
2025-07-16 14:55:39 -07:00
Jason Stirnaman 9157711913
Merge pull request #6222 from influxdata/jts-fix-docker-env
fix(docker): v1 and v2 with Docker: env, links, alt_links, formatting
2025-07-15 11:20:38 -05:00
Jason Stirnaman 6b61e8f287 fix(1ent): add v1 alt_link 2025-07-15 11:17:28 -05:00
Jason Stirnaman 8567423938 fix(docker): v1 and v2 with Docker: env, links, alt_links, formatting 2025-07-15 10:59:13 -05:00
Scott Anderson b64e83a44e
feat(html): recursive left nav (#6220)
* feat(html): resursive lef nav

* Update layouts/partials/sidebar/nested-menu.html

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

* add depth to left nav template to assign category or item class

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 17:29:20 -05:00
Jason Stirnaman 46a0d517f3
Merge branch 'master' into jts-dar-515-naming 2025-07-14 13:56:29 -05:00
Jason Stirnaman e9cd577a72
Merge pull request #6219 from influxdata/jts-hotfix-analytics
hotfix(analytics): typo
2025-07-14 13:55:44 -05:00
Jason Stirnaman 999d16e821 hotfix(analytics): typo 2025-07-14 13:11:24 -05:00
Jason Stirnaman 2e3ec87501
Merge pull request #6217 from influxdata/jts-triggers
Processing engine examples and cleanup
2025-07-11 16:22:03 -05:00
Jason Stirnaman cdc5f0ad9a fix(influxdb3): Cleanup processing engine:
- Add separate Manage Dependencies heading
- Move external plugins for better flow\
- Remove dupes
2025-07-11 13:20:18 -05:00
Jason Stirnaman d971aa340f feat(influxdb3): show how to filter tables using and plugin code 2025-07-11 12:22:10 -05:00
Jason Stirnaman cd21fbcd22
Merge branch 'master' into jts-dar-515-naming 2025-07-11 08:36:35 -05:00
Jason Stirnaman 867324d1b7
Merge pull request #6216 from influxdata/jts-6215-admin-tables
feat(influxdb3): admin table guides for core and ent
2025-07-11 08:36:06 -05:00
Jason Stirnaman 9c14bddb3a fix(influxdb3): add tag priority guidance 2025-07-11 08:24:46 -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 e14b951a19
Update content/shared/influxdb3-admin/tables/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 17:12:31 -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
Jason Stirnaman d88438723d
Merge pull request #6212 from influxdata/jts-dar-519
fix(clustered): Warn about excessive table counts (closes influxdata/DAR#519):
2025-07-10 14:18:56 -05:00
Jason Stirnaman 3dd7769062 fix(clustered): Warn about excessive table counts (closes influxdata/DAR#519):
- Addresses the core concern about catalog overhead
  affecting performance and stability
  - Explains that excessive depends on multiple factors
  (query latency, write bandwidth, cluster capacity)
  - Provides guidance about testing when doubling the
  default limit
2025-07-10 13:48:52 -05:00
Jason Stirnaman f37de6eddc
Merge pull request #6206 from influxdata/fix-clustered-restore-dar#520
fix(clustered): updated clustered restore process
2025-07-10 13:11:13 -05:00
Jason Stirnaman 55be385c5e fix(clustered): revise callouts and add expand for optional list command 2025-07-10 12:46:40 -05:00
Jason Stirnaman 4aba6b74ea
Update content/influxdb3/clustered/admin/backup-restore.md 2025-07-10 12:20:48 -05:00
Jason Stirnaman 7d75018a28
Update content/influxdb3/clustered/admin/backup-restore.md 2025-07-10 12:18:02 -05:00
Jason Stirnaman 82ce9a69d9
Merge pull request #6211 from influxdata/jts-fix-clustered-restore-dar#520
fix(clustered): note snapshot storage and utilization costs:\
2025-07-10 12:15:45 -05:00
Scott Anderson f10cf1a733
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 11:13:11 -06:00
Jason Stirnaman 0df51e51d3 fix(clustered): note snapshot storage and utilization costs:\
\
- Note callout: Focuses on the storage cost implications of enabling the setting
- Caution callout: Focuses on the risk of making recovery points unusable when disabled
2025-07-10 12:11:21 -05:00
Jason Stirnaman 87d0b3ede4
Merge pull request #6209 from influxdata/jts-fix-clustered-restore-dar#520
Fix clustered restore dar#520
2025-07-10 12:07:27 -05:00
Jason Stirnaman dd33daca47
Merge pull request #6210 from influxdata/chore-agent-instructions
chore(qol): Add instructions imports to CLAUDE.md
2025-07-10 11:42:35 -05:00
Jason Stirnaman 573c1621dd feat(clustered): backup-restore instructions:- Add example commands for checking that replicas are active or shutdown- Add suggestion from @reidkaufmann for checking catalog and ingester counts when restoring.
- Add additional critical notes
2025-07-10 11:41:11 -05:00
Jason Stirnaman 57cc50ef5a chore(qol): Add instructions imports to CLAUDE.md 2025-07-10 11:25:28 -05:00
Scott Anderson e59e87ea2d
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 08:33:29 -06:00
Jason Stirnaman dd6c47ed50
Merge pull request #6208 from influxdata/chore-agent-reference-files
chore(qol): Add a tag to extract a CONTRIBUTING.md section into a sep…
2025-07-10 09:10:37 -05:00
Jason Stirnaman 8ab509a0fc
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 09:07:28 -05:00
Jason Stirnaman 411a850ec4
Merge branch 'master' into chore-agent-reference-files 2025-07-10 08:53:20 -05:00
Jason Stirnaman 2ef37361a4 chore(qol): Add a tag to extract a CONTRIBUTING.md section into a separate file--for example, frontmatter-reference--and reduce the size of `contributing.instructions.md` 2025-07-10 08:52:22 -05:00
ritwika314 3f4159223c
Use stub from #6151 to populate july updates (#6193)
* use stub from #6151 to populate july updates

* Update content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md
---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-10 06:54:08 -04:00
Scott Anderson f42e0347d7 fix(clustered): updated clustered restore process, closes influxdata/DAR#520 2025-07-09 17:07:59 -06:00
Jason Stirnaman feb20c680b
Merge pull request #6205 from influxdata/fix-agent-instructions
chore(qol): Restructure CONTRIBUTING.md and improve agent instructions:
2025-07-09 16:49:52 -05:00
Jason Stirnaman d98a77fa66
Merge branch 'master' into fix-agent-instructions 2025-07-09 16:47:38 -05:00
Jason Stirnaman e2254b344c
Merge pull request #6201 from influxdata/feat-influxdb3-cli-updates
Feat: influxdb3 cli updates
2025-07-09 15:59:20 -05:00
Jason Stirnaman fb743d70e3 chore(qol): Restructure CONTRIBUTING.md and improve agent instructions:
- control what content gets processed by adding the
  appropriate tags in CONTRIBUTING.md--for example:\

  - <!-- agent:instruct: essential --> - Keep all content
  - <!-- agent:instruct: condense --> - Summarize to key points
  - <!-- agent:instruct: remove --> - Skip entirely

- rename and move script to helper-scripts
2025-07-09 15:39:51 -05:00
Scott Anderson a730bb4b69
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 14:36:05 -06:00