Commit Graph

9661 Commits (test-llm-md)

Author SHA1 Message Date
Scott Anderson 3d63ff5d55 generate md versions of all pages 2025-11-07 13:26:45 -07:00
Jason Stirnaman a30345170c
Core and Ent3 performance tuning guide and configuration options (#6421)
* feat(influxdb3): Core and Ent performance tuning guide:Add an admin/performance-tuning/ page with specific workload and capacity configurations.Part of #6403.

* fix(influxdb3): product-specific link fragments for flags

* fix(influxdb3): enterprise-specific link fragments

* Apply suggestion from @jstirnaman

* fix(influxdb3): duplicate licensing and resource limits sections- Rem… (#6470)

* fix(influxdb3): duplicate licensing and resource limits sections- Remove duplicate licensing section- Resolve resource limits duplicates, merging details into the Resource limits section.

* fix(influxdb3): fix broken links and enterprise-only flags in config options

- Comment out TOC links to undocumented datafusion-runtime-* dev flags
- Wrap enterprise-only section references (#licensing, #resource-limits) in conditionals
- Fix num-datafusion-threads incorrectly marked as enterprise-only
- Move Resource Limits section heading outside enterprise wrapper

Resolves broken fragment links for both Core and Enterprise builds.

* feat(enterprise): add cluster management documentation (#6431)

Add comprehensive guide for managing InfluxDB 3 Enterprise clusters including:
- Node configuration and deployment
- Cluster initialization and scaling
- Node removal and replacement procedures
- Best practices for production deployments

* Fixes multiple influxdb3 config option issues:

-  Fixed option placement (global vs serve options) in performance-tuning.md
-  Fixed --datafusion-num-threads option name (was --num-datafusion-threads)
-  Fixed --parquet-mem-cache-size option name and defaults for Core
-  Commented out unreleased --compaction-row-limit option
-  Added v3.0.0 breaking changes to release notes
-  Updated config-options.md with correct defaults and value formats

All changes verified against InfluxDB v3.5.0 release binaries and git history.

* fix(influxdb3): config options in clustering.md

- Correctly place server options
- Comment out unreleased options
2025-10-21 13:14:31 -05:00
Sven Rebhan 9606e1bd3e
Telegraf v1.36.3 (#6473)
* Updating changelog

* Updating product version

* Updating plugins
2025-10-21 12:23:21 -05:00
Jason Stirnaman 20562d5bb6
Automate plugin documentation sync workflow between influxdb3_plugins and docs-v2 (#6329)
* feat(plugins): add automated plugin documentation sync workflow

- Add GitHub Actions workflow for syncing plugin docs from influxdb3_plugins
- Create issue template for triggering sync requests
- Add Node.js transformation script (port_to_docs.js) with ES modules
- Add mapping configuration (docs_mapping.yaml) for all official plugins
- Add npm scripts for plugin sync operations
- Include comprehensive documentation in helper-scripts/influxdb3-plugins/README.md

The workflow provides:
- Issue-triggered automation with no cross-repo secrets required
- Validation of source READMEs against template requirements
- Content transformation with Hugo shortcodes and GitHub URLs
- Screenshot generation for visual validation
- Automatic PR creation with detailed change summaries

* Updated source paths in docs_mapping.yaml to use ./influxdb3_plugins/ instead of ../influxdb3_plugins/ to match what the
  GitHub Actions workflow expects when it clones the
  repository:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  Tupdated all the source paths in
  docs_mapping.yaml to use ./influxdb3_plugins/ instead of
  ../influxdb3_plugins/. This now matches exactly what the
  GitHub Actions workflow expects when it clones the
  repository.

  The paths are now consistent:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  This resolves the inconsistency and makes the automation
  more reliable. For local development, developers would
  just need to run:

  git clone
  https://github.com/influxdata/influxdb3_plugins.git

  From the docs-v2 root directory, and then they can use the
  same paths that the automation uses.

* Updated source paths in docs_mapping.yaml to use ./influxdb3_plugins/ instead of ../influxdb3_plugins/ to match what the
  GitHub Actions workflow expects when it clones the
  repository:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  Tupdated all the source paths in
  docs_mapping.yaml to use ./influxdb3_plugins/ instead of
  ../influxdb3_plugins/. This now matches exactly what the
  GitHub Actions workflow expects when it clones the
  repository.

  The paths are now consistent:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  This resolves the inconsistency and makes the automation
  more reliable. For local development, developers would
  just need to run:

  git clone
  https://github.com/influxdata/influxdb3_plugins.git

  From the docs-v2 root directory, and then they can use the
  same paths that the automation uses.

* Jmercer/plugin sync test (#6468)

* fix: update workflow branch references from master to main

* fix: update issue template branch references from master to main

- Update sync-plugin-docs.yml description (line 40)
- Update placeholder from 'master' to 'main' (line 41)
- Update default value from 'master' to 'main' (line 42)
- Add influxdb3_plugins/ to .gitignore
- Ensures template matches influxdb3_plugins default branch

* Update .gitignore

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* Update docs_mapping.yaml

* Apply suggestion from @Copilot

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

* Apply suggestion from @jstirnaman

* Apply suggestion from @jstirnaman

* Apply suggestion from @jstirnaman

* Apply suggestion from @jstirnaman

* Use <docs-root>/.ext/influxdb3_plugins for the source path

---------

Co-authored-by: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 17:18:34 -05:00
Jameelah Mercer a23bc0a072
Merge pull request #6331 from influxdata/feature/cloud-dedicated-user-management-docs
feat: add user management documentation for InfluxDB Cloud Dedicated Admin UI
2025-10-20 10:01:49 -07:00
meelahme d5a55bef8c Merge branch 'feature/cloud-dedicated-user-management-docs' of github.com:influxdata/docs-v2 into feature/cloud-dedicated-user-management-docs 2025-10-20 09:58:15 -07:00
Jameelah Mercer c0cf22c166 Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-10-20 09:58:00 -07:00
Jameelah Mercer d30ffb33a4
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-10-20 09:51:41 -07:00
meelahme 142b82785b updating broken link in _index.md 2025-10-20 09:48:31 -07:00
meelahme 5afb288b08 updating broken link 2025-10-20 09:35:53 -07:00
Jameelah Mercer 856c40be00
Merge pull request #6467 from influxdata/fix/6432-update-docker-compose-v2-commands
Fix #6432: Update docker-compose to docker compose commandsRetry
2025-10-20 09:17:03 -07:00
Jameelah Mercer d9f35b89ea
Merge branch 'master' into fix/6432-update-docker-compose-v2-commands 2025-10-20 09:10:25 -07:00
Jameelah Mercer 54fc68edf0
Update content/influxdb3/cloud-dedicated/process-data/visualize/superset.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-10-20 09:10:15 -07:00
Jason Stirnaman 9729ef04b8
fix(clustered): add license renewal troubleshooting steps (#6397)
Addresses DAR #470 by documenting:
- Expected kubectl warning that can be safely ignored
- Troubleshooting steps for 'no license found' errors after renewal
- Service restart workaround when validation doesn't auto-detect new license
- License validation timing information

closes influxdata/DAR#470
2025-10-20 11:05:29 -05:00
Jason Stirnaman 06512e3e93
Merge branch 'master' into fix/6432-update-docker-compose-v2-commands 2025-10-20 10:56:04 -05:00
Jason Stirnaman cfe1d32f24
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-10-20 10:52:19 -05:00
Jason Stirnaman ca24b3be54
Influxdb3 config options (#6419)
* docs(cli): fix global vs serve-specific flag documentation

- Remove --verbose from global flags (it's serve-specific)
- Document --num-io-threads as global-only flag
- Add clear examples showing correct flag positioning
- Update serve.md files with global flag usage notes
- Fix config-options.md to separate Core/Enterprise examples

Resolves incorrect CLI usage patterns that would cause errors.
Global flags must go before 'serve', serve-specific flags go after.

* docs(cli): remove Tokio runtime options from CLI index pages

- Remove detailed Tokio runtime options tables from CLI index pages
- Replace with simplified global options and link to config-options
- Add examples showing correct global flag positioning
- Fix --verbose usage to be serve-specific (after serve command)
- Add --num-io-threads example as global flag (before serve command)

These detailed options are now documented in config-options.md with
proper global vs serve-specific categorization.
2025-10-20 10:17:56 -05:00
Jameelah Mercer 36b09a4605
Update content/influxdb3/cloud-dedicated/process-data/visualize/superset.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-17 12:08:23 -07:00
Jameelah Mercer bba045aeeb
Merge branch 'master' into fix/6432-update-docker-compose-v2-commands 2025-10-17 12:04:18 -07:00
Jameelah Mercer e17c8e1da8
Merge pull request #6465 from influxdata/fix/python-dir-requirement-6366
fix(influxdb3): add python directory requirement note to plugins setup
2025-10-17 12:03:49 -07:00
meelahme cd79e3503d Fix #6432: fix broken links 2025-10-17 12:03:07 -07:00
meelahme 7785503680 Merge branch 'fix/6432-update-docker-compose-v2-commands' of github.com:influxdata/docs-v2 into fix/6432-update-docker-compose-v2-commands 2025-10-17 11:43:25 -07:00
Jameelah Mercer d972020976
Merge branch 'master' into fix/6432-update-docker-compose-v2-commands 2025-10-17 11:43:09 -07:00
meelahme 986ead55c6 minor update to instal prereq 2025-10-17 11:42:55 -07:00
meelahme 1639bde073 Fix #6432: Update docker-compose to docker compose commandsRetry 2025-10-17 11:39:21 -07:00
meelahme 059d60117c update to title in importatnt note to make it more clear 2025-10-17 11:19:46 -07:00
meelahme 9e767bcd63 fixing filesystem-diagram 2025-10-17 10:55:09 -07:00
Jameelah Mercer 631fb5c802
Update content/shared/influxdb3-plugins/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-10-17 10:41:00 -07:00
Jameelah Mercer f1dc112f43
Update content/shared/influxdb3-get-started/processing-engine.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-10-17 10:40:45 -07:00
Jameelah Mercer e8716714e6
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-10-17 09:58:41 -07:00
Jameelah Mercer b9bdb131d5
Merge branch 'master' into fix/python-dir-requirement-6366 2025-10-17 09:53:15 -07:00
Scott Anderson f272a980ec hotfix: add horizontal rules to influxctl release notes 2025-10-17 10:32:32 -06:00
Dustin Eaton 608b767c02
Influxctl v2.11.0 (#6466)
* Release influxctl v2.11.0

* chore(influxctl): add influxctl 2.11.0 release notes
2025-10-17 10:31:08 -06:00
Gary Fowler 6ef3458eb0
chore: update Docker latest tag notification date to February 1, 2026 (#6460)
* chore: update Docker latest tag notification date to February 1, 2026

Updates the notification warning about Docker latest tag changing to InfluxDB 3 Core from November 3, 2025 to February 1, 2026.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Change date for InfluxDB Docker latest tag notification

Update the date for InfluxDB Docker latest tag change.

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-10-16 14:12:08 -06:00
Jameelah Mercer 204c973db1
Merge branch 'master' into fix/python-dir-requirement-6366 2025-10-16 12:43:11 -07:00
Jameelah Mercer 2ce2ac6751
Merge pull request #6464 from influxdata/docs/cache-delete-param-descriptions
Core & Enterprise: Add parameter descriptions for cache DELETE endpoints
2025-10-16 12:42:46 -07:00
meelahme e25d29a514 fix(influxdb3): fix broken links in plugins documentation 2025-10-16 12:42:07 -07:00
Jameelah Mercer 6bcec0050a
Update content/shared/influxdb3-plugins/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 12:07:23 -07:00
Jameelah Mercer b2109ce005
Update content/shared/influxdb3-plugins/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 12:07:16 -07:00
meelahme eef29546d7 fix(influxdb3): add python directory requirement note to plugins setup 2025-10-16 12:02:37 -07:00
Jameelah Mercer 8b402e4f32
Update api-docs/influxdb3/core/v3/ref.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 10:23:58 -07:00
Jameelah Mercer 4b5c6a1fe7
Update api-docs/influxdb3/enterprise/v3/ref.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 10:23:51 -07:00
meelahme 18a26b6a74 docs(api): add parameter descriptions for cache DELETE endpoints [Enterprise] 2025-10-16 10:22:42 -07:00
meelahme 9b66957fce docs(api): add parameter descriptions for cache DELETE endpoints [Core] 2025-10-16 10:14:28 -07:00
Jameelah Mercer 3b6988e12f
Merge pull request #6462 from influxdata/docs/6292-api-distinct-cache-delete
HTTP API for Core/Enterprise endpoint for Distinct Values Cache
2025-10-15 12:11:26 -07:00
meelahme 7fe9ffa999 feat(enterprise): add DELETE endpoint for distinct cache 2025-10-15 12:02:52 -07:00
meelahme be7fcd94b1 feat(core): add DELETE endpoint for distinct cache 2025-10-15 11:47:30 -07:00
Jameelah Mercer d72ab4bf38
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-10-15 10:34:25 -07:00
Jason Stirnaman 19ed26a37c
Jts/obsolete monitor enterprise with cloud (#6453)
* chore(ent1): Remove monitor Enterprise with Cloud guide:- Removes content/enterprise_influxdb/v1/administration/monitor/monitor-with-cloud.md
- Add aliases in monitor/_index.md- Verified no other pages link to it

* chore(platform): Update /platform for InfluxDB 3

- Add InfluxDB 3 section highlighting Core, Enterprise, Cloud products
- Add Telegraf section with InfluxDB 3 support
- Update monitoring guide to emphasize InfluxDB 3 with built-in processing
- Remove obsolete install/deploy guides (AWS, GCP, Kubernetes deployment)
- Remove obsolete integration guides (Docker, Kubernetes)
- Remove obsolete troubleshooting guides (HHQ, IOPS, log analysis, etc.)
- Add aliases for all deleted pages to prevent 404s
- Improve content clarity and reduce repetition

Note: Additional cleanup and content improvements remain for follow-up

* Update content/platform/_index.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-10-10 22:17:09 -05:00
Jason Stirnaman e3a1305416
Merge pull request #6457 from influxdata/update-grafana-screenshots
chore(grafana): update grafana screenshots, remove unused images
2025-10-10 18:21:05 -05:00