Commit Graph

7291 Commits (feature/influxdb-version-detector)

Author SHA1 Message Date
Jason Stirnaman bcb9b07e2b
Merge branch 'master' into feature/influxdb-version-detector 2025-09-22 15:20:03 -05: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
Jason Stirnaman 4e128b514e feat(influxdb): Version detector shortcode triggers a modal
- Adds the shortcode in a note in /influxdb3/core/visualize-data/grafana/
- The shortcode displays the button to trigger the modal.
- Future enhancements will support params to make it more flexible (they're included as examples for now)
- Link detection and questions use similar results styles
- Fixed decision logic
- Use existing themes
- Remove last remnants of old Cypress link checker
- Add Cypress tests, but many are still broken
2025-09-19 10:06:58 -05:00
Sven Rebhan 48ca9791c2 Updating changelog 2025-09-17 19:44:01 +02:00
Jason Stirnaman 9b95f6a83f feat(influxdb3): add TypeScript version detector component
- Set up TypeScript configuration for the project
- Create interactive InfluxDB version detector component in TypeScript
- Add questionnaire-based product identification logic
- Support URL pattern matching and ping header analysis
- Include Hugo shortcode for easy integration
- Style with responsive SCSS and CSS custom properties
- Add to Grafana documentation pages
- Configure automatic TypeScript compilation in pre-commit hooks
2025-09-16 15:08:28 -05:00
Jason Stirnaman dc83cd905d fix(clustered): add license renewal troubleshooting steps
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-09-16 10:44:44 -05: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
Jason Stirnaman 8bee92ba7e
Merge branch 'master' into copilot/fix-6301 2025-09-12 14:51:12 -05:00
Jason Stirnaman 7cc92d6c26 chore(telegraf): Replace archive URLs in release notes with current plugin URLs 2025-09-12 14:44:11 -05: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