Commit Graph

7434 Commits (create-your-own-docs-tutorial)

Author SHA1 Message Date
Gary Fowler a0cedd2026
Update supported products in get-started.md
Added InfluxDB Cloud Serverless and Dedicated to the supported products list.
2025-10-01 09:40:47 -10:00
Brandon Pfeifer d1ee147153 docs: add artifacts and release notes for clustered release 20250925 2025-10-01 14:27:10 -04:00
Scott Anderson 5735f5f704
feat(caches): update explorer docs with information about querying LVCs and DVCs (#6437) 2025-10-01 09:43:16 -06:00
Jason Stirnaman e93e78be0a feat(influxdb): Version detector shortcode triggers a modal
Creates an interactive InfluxDB version detector component in TypeScript and a shortcode that generates a button to trigger
the version detector modal.
The shortcode takes a parameter that displays a predefined set of links for results.
- Support URL pattern matching and ping header analysis
- Add questionnaire-based product identification logic
- Adds the shortcode in a note in /influxdb3/core/visualize-data/grafana/
- Set up TypeScript configuration for the project
  - Configure automatic TypeScript compilation in pre-commit hooks
- Add to Grafana documentation pages
- Remove last remnants of old Cypress link checker
- Add Cypress tests, but many are still broken

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

Apply suggestions from code review

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

Update layouts/shortcodes/influxdb-version-detector.html

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

Update assets/js/influxdb-version-detector.ts

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

Update assets/styles/components/_influxdb-version-detector.scss

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

Fixes:
- Fix Hugo template to include product names in detector config
- Change elimination scores from -100 to -1000 for proper filtering
- Add scoring logic for generic "InfluxDB" product (OSS v2.x)
- Exclude generic "InfluxDB" from results (too vague)
- Add comprehensive test scenario checklist to Cypress tests
- Free license now correctly excludes Enterprise, Clustered, Dedicated
- Self-hosted now correctly excludes all Cloud products
- SQL language now correctly excludes v1 and v2 products
- Results now show only specific products (OSS 1.x, OSS 2.x, etc.)
Changes:
- When users answer "I'm not sure" to all questions, show a helpful
message directing them to the reference table instead of showing
a weak ranking with low confidence.
- Detect when all questionnaire answers are "unknown"
- Display custom message explaining lack of information
- Auto-expand reference table for easy product identification
- Hide ranked results when insufficient information provided
- Make product names clickable in the quick reference table to allow
users to quickly navigate to product documentation after identifying
their InfluxDB version.
2025-09-30 19:01:21 -05:00
Scott Anderson c20b770814 hotfix: explain token permissions for db rename in distributed 2025-09-30 10:17:59 -06:00
peterbarnett03 14276e516f
chore: add 3.5 release notes and config options (#6428)
* chore: add 3.5 release notes and config options

* docs(plugins): enhance --plugin-repo documentation with usage examples

- Add comprehensive plugin-repo configuration documentation
- Document custom repository setup with practical examples
- Add Option 3 for custom plugin repositories in usage guide
- Include use cases for private repos, air-gapped environments, and development
- Cross-reference between config options and usage guide
- Add note about custom repositories in setup section

* Update content/shared/influxdb3-cli/config-options.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-30 09:20:07 -05:00
Sven Rebhan f2fd2fcf36
Telegraf v1.36.2 (#6430)
* Updating changelog

* Updating plugin list

* Updating product version

* Updating plugins
2025-09-30 09:13:25 -05:00
meelahme edcd18a9f8 docs(WIP): addin screenshots for influxql and minor updates to instructions 2025-09-29 14:46:30 -07:00
meelahme d1accf72c2 docs: adding screenshots for SQL tab and updating instructions 2025-09-29 14:28:39 -07:00
meelahme 4be22ac37d docs: adding configuration basic settings instructions and updating formatting 2025-09-29 14:09:22 -07:00
meelahme 76c4a94d6e docs: format updates 2025-09-29 13:57:36 -07:00
meelahme 8aadb8d09e Merge branch '6406-grafana-configuration-outline-and-draft-documentation' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation 2025-09-29 13:22:49 -07:00
meelahme e4e7061b52 docs(WIP): adding a before you begin / prereq section 2025-09-29 13:22:10 -07:00
meelahme 945540212c docs(WIP): updating navigation to data source configuration 2025-09-29 13:17:16 -07:00
Jakub Bednar 71e4a65f22 Release Kapacitor v1.8.2 2025-09-29 14:24:11 +02:00
Joel Abshier aea3d7b46f
Release influxctl v2.10.5 (#6417)
* Release influxctl v2.10.5

* chore(influxctl): add influxctl 2.10.5 release notes

* Update content/shared/influxctl/release-notes.md

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-09-23 13:34:34 -06:00
Jason Stirnaman 2d79a6ad16
Update content/telegraf/v1/aggregator-plugins/_index.md 2025-09-23 13:48:23 -05:00
Jason Stirnaman 1418b257f7
Update content/telegraf/v1/aggregator-plugins/_index.md 2025-09-23 13:48:16 -05:00
Jason Stirnaman f139c60ee7
Merge branch 'master' into telegraf-v1.36.1 2025-09-23 13:03:45 -05:00
Jason Stirnaman a75a7e898b
Merge branch 'master' into jts/cleanup-ai-instructions 2025-09-23 10:49:44 -05:00
Joel Abshier 083abc318b
Release influxctl v2.10.4 (#6411)
* Release influxctl v2.10.4

* feat(influxctl): influxctl 2.10.4 release notes, cli docs, and admin guides (#6412)

* feat(influxctl): release notes, cli docs, and admin guides for influxctl 2.10.4

* Apply suggestions from code review

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

* chore(influxctl): hide clustered table undelete pages

---------

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 09:48:57 -06:00
Jason Stirnaman e4f97a35bb
Update content/CLAUDE.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 10:40:39 -05:00
Jason Stirnaman 3e4864a836 Instructions files cleanup:
- Follow Copilot guidelines for naming instructions files according to the directory they apply to
- Copy instructions files as CLAUDE.md to the relevant directory.
- Update placeholder instructions
- Optimize Copilot instructions
- Remove Claude instructions and reference the Copilot instructions file instead

TODO: update the commit hook script to correctly generate and place the files.
2025-09-23 10:37:10 -05:00
Sven Rebhan 41bb146a6a Updating plugins 2025-09-22 17:03:10 +02:00
Jason Stirnaman e099fb45ce
Merge pull request #6401 from influxdata/telegraf-v1.36.1
Telegraf v1.36.1
2025-09-20 08:41:03 -05:00
Jason Stirnaman 2d0121871d hotfix(v3): clustered alt_links incorrectly prefixed with cloud-, making version selector links "cloud-clustered". 2025-09-19 10:46:04 -05:00
Sven Rebhan 48ca9791c2 Updating changelog 2025-09-17 19:44:01 +02:00
Jason Stirnaman c44fa799ce
Merge branch 'master' into telegraf-templates 2025-09-16 08:59:58 -05:00
Jason Stirnaman 8f1185ae02
Merge branch 'master' into v1 2025-09-15 18:05:45 -05:00
Jason Stirnaman 4e8da8d0e7
Update content/influxdb/v1/about_the_project/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-09-15 15:02:47 -05:00
Jason Stirnaman 4202315eb3 docs(influxdb): update OSS v1.12.2 release notes
- Change pre-release placeholder to official v1.12.2 release
- Remove pre-release warning and TODO comments
- Update patch version in products.yml from 1.11.8 to 1.12.2
- Release date: 2025-09-15
2025-09-15 14:58:13 -05:00
Jason Stirnaman a7ca7aae86 chore(clustered): Clustered install: provide instructions for renewing a license and recovering from an expired license (closes influxdata/DAR/issues/511) 2025-09-15 14:06:45 -05:00
Jason Stirnaman cf7ac2dc0e
Merge pull request #6388 from influxdata/fix-dar-460
fix(ent1): rebuild indexes after deleting series files (closes influx…
2025-09-15 13:48:26 -05:00
Jason Stirnaman 8c20dde858
Merge pull request #6389 from influxdata/fix-dar-471
fix(v1): Include tls1.2 in supported TLS versions. I verified support…
2025-09-15 13:48:01 -05:00
Jason Stirnaman f0dc1932b4 fix(v1): Include tls1.2 in supported TLS versions. I verified supported versions and default values in the Enterprise and OSS source. 2025-09-15 13:11:29 -05:00
Jason Stirnaman 96a38392f3 fix(ent1): rebuild indexes after deleting series files (closes influxdata/DAR/460) 2025-09-15 12:37:06 -05:00
Jason Stirnaman 5e129995dd
Merge branch 'master' into 6381-v1.12.2-release 2025-09-15 11:57:52 -05:00
Jason Stirnaman a736140c2c docs(enterprise): add operational improvements to v3.4.2 release notes
- Document compaction optimizations (cleaner wait time, producer startup delay)
- Document catalog synchronization improvements (1s sync interval)
- Document enhanced logging for sequence persistence tracking

Co-authored-by: hiltontj <hiltontj@users.noreply.github.com>
2025-09-15 08:57:02 -05:00
Jason Stirnaman 93adc6ca97 feat(release-notes): InfluxDB 3 Core/Enterprise v3.4.2 release notes
- Generate release notes using helper script for v3.4.1 to v3.4.2
2025-09-12 18:13:51 -05:00
Jason Stirnaman 2d13650387 docs(enterprise): add v1.12.2 release notes
- Add v1.12.2 as first official v1.12.x release (2025-09-15)
- Include all v1.12.0 and v1.12.1 features since they weren't officially released
- Add v1.12.2-specific bug fix for SSH key usage
- Update latest patch version to 1.12.2 in products.yml
- Add reusable PR template for future v1.x releases
- Add span tag for backward compatibility with v1.12.x links

Closes influxdata/docs-v2#6381
2025-09-12 16:54:45 -05:00
Jameelah Mercer 98d0f29ef9
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-09-12 13:22:10 -07:00
Jameelah Mercer 72bea7e810
Fix formatting of role permissions note 2025-09-12 13:21:43 -07:00
Jason Stirnaman 8bee92ba7e
Merge branch 'master' into copilot/fix-6301 2025-09-12 14:51:12 -05:00
Jameelah Mercer c498579c5a
Adding an extra period at the end for a test
Clarified permissions for Auditor and Member roles in user management.
2025-09-12 12:47:36 -07:00
Jason Stirnaman 7cc92d6c26 chore(telegraf): Replace archive URLs in release notes with current plugin URLs 2025-09-12 14:44:11 -05:00
Jameelah Mercer 6af3c72043
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-09-12 12:42:54 -07:00
Jason Stirnaman 6eaa5e1eec
Merge branch 'master' into docs/add-dynamic-date-filtering-examples 2025-09-12 11:01:38 -05:00
Jason Stirnaman e087bc5aae
Apply suggestions from code review 2025-09-12 10:00:44 -05:00
Jason Stirnaman db65207b0b
Merge branch 'master' into telegraf-v1.36.0 2025-09-12 09:36:31 -05:00
Jason Stirnaman e8a2c8128d
Merge branch 'master' into telegraf-templates 2025-09-11 16:46:51 -05:00
Jason Stirnaman 55017154fb feat(influxdb3): add install package command documentation
- Create shared CLI documentation for install package command
- Add Enterprise and Core frontmatter files referencing shared content
- Add --node-spec option to create trigger command for Enterprise
- Update code-placeholders to use new fenced code block syntax

Closes influxdata/DAR#6301
2025-09-11 16:23:39 -05:00
Jason Stirnaman 1f62fde793 chore(influxdb3): Update config-options from ent3 help output 2025-09-11 16:23:28 -05:00
Jason Stirnaman 62880c9834
Update content/shared/influxdb3-cli/config-options.md 2025-09-11 16:01:18 -05:00
Jason Stirnaman f1eb5d0d32
Merge branch 'master' into patch-3 2025-09-11 15:56:46 -05:00
Sven Rebhan d90b57865a chore: Adapt plugin page structure to be under 'plugin directory' 2025-09-11 21:30:29 +02:00
Sven Rebhan 78de3407a1 Updating changelog 2025-09-11 20:41:36 +02:00
Jason Stirnaman 07597e5e6a
Merge branch 'master' into chore-consolidate-v3-grafana 2025-09-11 11:12:31 -05:00
Jason Stirnaman 74a1cc45df
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-09-11 11:12:16 -05:00
jaal2001 8257144555
Merge branch 'master' into patch-3 2025-09-11 17:28:05 +02:00
Scott Anderson f21c606d6b Merge branch 'master' of github.com:influxdata/docs-v2 2025-09-11 08:58:56 -06:00
Scott Anderson 988aef7e07 fix(sql): hotfix typos in sql window functions doc 2025-09-11 08:58:47 -06:00
jaal2001 903c16e50a
Update config-options.md
Removed ")" in --exec-mem-pool-bytes as typo.

Added format information for --wal-flush-interval and 100ms suggestion from @peterbarnett03 in discord chat.
2025-09-11 16:46:36 +02:00
Jason Stirnaman e8350a3995 chore(v3-dist): Consolidate to shared Grafana guide
- Fix broken link to fragment
2025-09-10 16:39:27 -05:00
mdevy-influxdata fed9e49f04
Update grafana.md
typo
2025-09-09 17:21:38 -07:00
Jason Stirnaman c748819f6d fix(clustered): Google Cloud IAM link 2025-09-09 16:53:47 -05:00
Jason Stirnaman f0117ed399 Update content/influxdb3/clustered/reference/release-notes/clustered.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-09-09 16:53:47 -05:00
Jason Stirnaman 6fcd870555 fix(clustered): Add known bug and clustered-auth override to release notes 2025-09-09 16:53:47 -05:00
Jason Stirnaman de115edf89 fix(v1): clarify truncate-shards operates on hot shards 2025-09-09 16:04:42 -05:00
Jason Stirnaman bba78ea40b chore(v1): Cautions, risks, and mitigations for using truncate-shards with future data
- Closes influxdata/DAR/issues/534
- Contact Support for assistance
- Add risks and technical details to truncate-shard command
- Add cautions to rebalance guide
- Add planning guidance for future data in schema_and_data_layout
2025-09-09 16:04:42 -05:00
Jason Stirnaman 2bc9e1736d fix(v3): Apply code review suggestions\
Co-authored-by: reidkauffman@users.noreply.github.com
2025-09-09 14:03:44 -05:00
Jason Stirnaman 85b89e353e fix(v3): remove top-level TOC link, hide recovery in Clustered 2025-09-09 14:03:44 -05:00
Jason Stirnaman c4974d4a3d fix(v3): DAR-535 resolve duplication 2025-09-09 14:03:44 -05:00
Jason Stirnaman ddb36d1a39 Closes DAR #535 - Adds Clustered reference/internals/durability/\
- Migrates Cloud Dedicated durability page to shared for Dedicated and Clustered.\
- Adds diagram (also used in storage-engine) to illustrate data flow.
- Fixes typo in Serverless
2025-09-09 14:03:44 -05:00
Jason Stirnaman e94bd563fd
Update content/telegraf/v1/release-notes.md 2025-09-08 23:42:16 -05:00
Sven Rebhan be2974cea2 Add Telegraf v1.35.4 release notes 2025-09-08 23:53:16 +02:00
karel rehor 93eb70d377 chore: switch list from ordered to unordered. 2025-09-08 16:26:48 +02:00
karel rehor 632b99fafc chore: update release notes and data for kapacitor-1.8.1 2025-09-08 15:10:40 +02:00
Jameelah Mercer b3ab36e2fc
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-09-05 14:12:45 -07:00
Jameelah Mercer 48f1e40b5a
Update content/influxdb3/cloud-dedicated/admin/users/admin-ui.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-05 14:12:38 -07:00
Jameelah Mercer 01bd7b29b7
Update content/influxdb3/cloud-dedicated/admin/users/admin-ui.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-05 14:12:32 -07:00
Jameelah Mercer 8e2e2eca2c
Update content/influxdb3/cloud-dedicated/admin/users/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-05 14:12:25 -07:00
Jameelah Mercer df51d8c942
Update content/influxdb3/cloud-dedicated/admin/users/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-05 14:12:18 -07:00
Jason Stirnaman 3bc56cc36e
Merge branch 'master' into patch-2 2025-09-05 14:44:08 -05:00
Scott Anderson 8f729f9500
chore(sql): Update SQL reference with additional functions (#6359)
* feat(sql): WIP added struct and map functions

* chore(sql): update sql reference with new functions

* chore(sql): migrate sql reference function updates to other projects

* chore(sql): readd deleted cache functions pages

* Update content/shared/sql-reference/functions/array.md

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

* fix(sql): fixed broken anchor links

* fix(sql): fixed typos

* 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-09-05 08:26:38 -06:00
Peter Barnett 3f9b54541b fix: remove link 2025-09-05 10:07:07 -04:00
peterbarnett03 99c515a1b8
Clean up config-options.md 2025-09-05 09:58:30 -04:00
Jason Stirnaman 41ce560079 fix: remove link fragements 2025-09-04 16:40:23 -05:00
Jason Stirnaman f2bed3b5d8 docs(influxdb3/explorer): improve installation documentation structure and flow
- Include configuration property definitions with documentation links
- Simplify Quick Start to 3 steps, allowing UI-based configuration
- Add Docker Compose alternatives for all Docker run commands
- Add prod vs dev examples, use --pull flags for automatic updates in prod examples
2025-09-04 12:28:01 -05:00
meelahme 29eb2ce062 fix: update to TOC 2025-09-03 17:09:37 -07:00
meelahme 0c62fd2aed fix: correct influxctl CLI reference URL in user management docs 2025-09-03 16:35:40 -07:00
Jameelah Mercer 1390e5e4ad
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-09-03 15:23:53 -07:00
Jason Stirnaman 5af8e57a1b hotfix-6352-formatting 2025-09-02 11:33:02 -05:00
Jameelah Mercer 526a098dee
Update content/influxdb3/cloud-dedicated/admin/users/admin-ui.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-29 12:52:20 -07:00
Jameelah Mercer dde285411b
Update content/influxdb3/cloud-dedicated/admin/users/_index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-29 12:52:09 -07:00
Jameelah Mercer 635af32117
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-08-29 12:51:04 -07:00
meelahme fad1866782 docs: updates to admin-ui.md content 2025-08-29 12:48:35 -07:00
meelahme 7e4e2e9b53 revising user management section in index.md 2025-08-29 12:30:23 -07:00
meelahme 8b36a3ca67 revising index.md and updating content 2025-08-29 10:31:45 -07:00
peterbarnett03 2a3e0f3a3f
Merge branch 'master' into pbarnett/update-3.4.1-and-release-notes-plus-small-changes 2025-08-29 10:54:30 -04:00
Scott Anderson ebe1ec9750
InfluxDB 3 Explorer 1.2 (#6350)
* feat(explorer): WIP cache management docs

* feat(explorer): add cache management guides, fix js bugs

* 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-08-29 08:44:59 -06:00
Peter Barnett 93bdc26e6b chore: updates to 3.4.1 + Explorer page updates 2025-08-29 09:50:33 -04:00
Scott Anderson de8f5d2b34 hotfix(clustered): add missing release artifacts to latest clustered release notes 2025-08-28 17:39:57 -06:00
jaal2001 a44a06051d
Update config-options.md
Provide both available options for "log-destination" to make it more obvious that no filesystem logs are supported.
2025-08-28 17:00:28 +02:00
Scott Anderson deb6307093 hotfix: add related links to offline token guides 2025-08-28 07:14:37 -06:00
Scott Anderson 3222c7a9fb
InfluxDB 3.4 offline tokens (#6346)
* update: add 3.4 notes

* update: 3.4 notes

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* feat(influxdb-3.4): added cli updates for influxdb 3.4

* Apply suggestions from code review

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

* fix: add whitespace to influxdb3 write doc

* feat(offline-tokens): add offline tokens to config options page

* feat(offline-tokens): add task-based offline token docs

* fix(links): fixed broken links and added TOC to offline tokens guide

* Apply suggestions from code review

Co-authored-by: マルコメ <akio.muto@bnt.benextgroup.jp>

* chore(offline-tokens): add token string security standards

* chore(offline-tokens): add note about token string prefix

---------

Co-authored-by: Peter Barnett <peter.barnett03@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: マルコメ <akio.muto@bnt.benextgroup.jp>
2025-08-28 07:03:03 -06:00
Scott Anderson e5c6d1b015
InfluxDB Core and Enterprise 3.4 (#6344)
* update: add 3.4 notes

* update: 3.4 notes

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* Update content/shared/v3-core-enterprise-release-notes/_index.md

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

* feat(influxdb-3.4): added cli updates for influxdb 3.4

* Apply suggestions from code review

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

* fix: add whitespace to influxdb3 write doc

* fix(data): update patch versions for core and enterprise

* Apply suggestions from code review

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

---------

Co-authored-by: Peter Barnett <peter.barnett03@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-27 11:42:41 -06:00
peterbarnett03 3df82f362e
fix: remove buffer-mem-limit-mb (#6341) 2025-08-27 08:32:06 -06:00
Jason Stirnaman 3746e8666a
Merge branch 'master' into fix-links-containing-hostname 2025-08-25 10:37:01 -05:00
Peter Barnett 7fcd338b2e update: fix some wording and call out restore process 2025-08-25 09:32:48 -04:00
Jason Stirnaman 3a4db18f6b chore: use version in links 2025-08-24 22:30:59 -05:00
Jason Stirnaman f587fbaf48 fix: links containing hostname 2025-08-24 21:32:26 -05:00
Jason Stirnaman 942c76d0c8 fix: links with old hostname and path 2025-08-24 21:29:26 -05:00
Jason Stirnaman 311d5d01ea
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-23 11:42:13 -05:00
Jason Stirnaman 73c224c0f4
Merge branch 'master' into 6291-influxdb3-backup-and-restore 2025-08-23 11:41:00 -05:00
Jason Stirnaman 081952249b hotfix(influxdb3): processing engine source and description (closes #6335) 2025-08-22 17:50:19 -05:00
Jason Stirnaman 372b9b5d42
Update content/shared/influxdb3-admin/backup-restore.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-22 17:05:28 -05:00
Jason Stirnaman d3da8787d0
Merge branch 'master' into 6291-influxdb3-backup-and-restore 2025-08-22 17:00:49 -05:00
Jason Stirnaman f975f164fd chore(influxdb3): adjust Admin weights for the sidebar nav 2025-08-22 16:58:29 -05:00
Jason Stirnaman 0ddd5a2257 feat(influxdb3): Back up and restore Core and Enterprise:- Recommends a process for back up and recovery of files in object storage.- Provides examples for Core and Enterprise'- Prescribes the order to stop, back up, and restart nodes. 2025-08-22 16:50:11 -05:00
meelahme 818efb6de3 Merge branch 'feature/cloud-dedicated-user-management-docs' of github.com:influxdata/docs-v2 into feature/cloud-dedicated-user-management-docs 2025-08-22 12:53:08 -07:00
meelahme 8993037547 adding content 2025-08-22 12:52:39 -07:00
meelahme db8f70a26b adding intro and TOC 2025-08-22 12:50:55 -07:00
Jameelah Mercer 498e3740e8
Merge branch 'master' into feature/cloud-dedicated-user-management-docs 2025-08-22 12:48:21 -07:00
meelahme 14eee40632 changing file name 2025-08-22 12:45:53 -07:00
Scott Anderson d49d69ba26
fix: add note to distributed about duplicate points on flush (#6330) 2025-08-22 11:08:48 -06:00
Jason Stirnaman ed20daa8c5
Merge branch 'master' into pbarnett/small-explorer-quickstart-update 2025-08-21 15:54:06 -05:00
Jason Stirnaman e7e59322ac
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-21 14:57:22 -05:00
Jason Stirnaman 3aa4c0eae1
Update content/influxdb/v1/administration/upgrading.md 2025-08-21 14:50:44 -05:00
peterbarnett03 ca87776147
Update content/influxdb3/explorer/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-08-21 13:19:03 -04:00
peterbarnett03 e2823b7688
Update content/influxdb3/explorer/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-08-21 13:18:57 -04:00
peterbarnett03 1de1a61589
Update content/influxdb3/explorer/get-started.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-08-21 13:18:45 -04:00
peterbarnett03 0281e51c2c
Update content/influxdb3/explorer/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-08-21 13:18:39 -04:00
Jason Stirnaman cecd706d0f
Merge branch 'master' into pbarnett/small-explorer-quickstart-update 2025-08-21 11:31:54 -05:00
Peter Barnett 0742ced3c9 chore: add more clarity to Explorer quick start 2025-08-21 11:34:55 -04:00
Jason Stirnaman 426bce18ae
Merge branch 'master' into pjb/tsi-typo-v1-upgrade 2025-08-21 09:43:40 -05:00
Jason Stirnaman a816f51c29
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-21 08:48:53 -05:00
Jason Stirnaman e42df8a4ad docs(v1): restructure upgrade guide for better UX and progressive disclosure
- Restructure content flow to follow progressive disclosure principles
- Move index type decision to Important callout after basic upgrade steps
- Improve headings with active voice ("Switch index types anytime")
- Enhance callout formatting (Important, Tip, Warning callouts)
- Consolidate Enterprise upgrade information into dedicated section
- Improve information hierarchy and scanability

Changes are primarily formatting and phrasing improvements to enhance
developer experience and follow Google Developer Documentation best practices.
2025-08-20 17:48:58 -05:00
Jason Stirnaman 127b15b6e2 fix(v1): improve TSI recommendation clarity and fix grammar typos
- Make TSI recommendation more actionable by explaining benefits (removes RAM limits, better performance for high-cardinality data)
- Fix "from to" grammar typos in index switching instructions
- Add specific scenarios for when to switch between TSI and inmem index types
- Remove "above" directional language per style guidelines

Source: Verified against InfluxDB v1 documentation via MCP docs verification
- TSI details: https://docs.influxdata.com/influxdb/v1/concepts/tsi-details/
- TSI overview: https://docs.influxdata.com/influxdb/v1/concepts/time-series-index/
2025-08-20 17:25:15 -05:00
Phil Bracikowski 2a56bec0c9
Adjust wording for the two types of tsi index: inmen and on disk tsi1 2025-08-20 14:53:15 -07:00
Jason Stirnaman 29ff1ba739 chore(tools): remove minor version from product name in sidebarDisplay Kapacitor v1 instead of Kapacitor v1.<patch> 2025-08-20 16:16:48 -05:00
David Rusnak 8151caa4f3 docs: add date to release notes 2025-08-20 12:30:40 -04:00
Jason Stirnaman 3b1d36b6b4
Merge branch 'master' into release-20250814 2025-08-20 10:07:38 -05:00
Jason Stirnaman 52ea0bf2cc
Update _index.md
Previous Kapacitor version in menu
2025-08-20 07:52:27 -05:00
David Rusnak c1de7e71be docs: add artifacts and release notes for clustered release 20250814 2025-08-19 15:24:43 -04:00
Jason Stirnaman a16a1ea286
Merge branch 'master' into patch-1 2025-08-19 11:17:02 -05:00
Jason Stirnaman fe455525d4 fix(v2): broken link fragment 2025-08-19 10:57:58 -05:00
Jason Stirnaman 8754468dbd fix(v2): broken-link-fragment 2025-08-19 09:08:40 -05:00
Jason Stirnaman 9d14efe92e fix(v2): broken-link-fragment 2025-08-19 09:07:37 -05:00
Jason Stirnaman 4f807c9eb6 fix(v2): broken-link-fragment 2025-08-19 09:06:06 -05:00
Jason Stirnaman b90b203148 fix(telegraf): broken link fragment 2025-08-19 09:02:50 -05:00