Commit Graph

9640 Commits (5afb288b08b27e44df5b68df8806408d27cd1a5c)

Author SHA1 Message Date
meelahme b8ea0770cd docs(WIP): updating influxdb enterprise sql section 2025-10-02 10:31:10 -07:00
meelahme 2d3fb31e7c update to influxdb3 data source section 2025-10-02 09:57:55 -07:00
Dustin Eaton b83acb5189
Merge pull request #6438 from influxdata/BNP_clustered-release-20250925
docs: add artifacts and release notes for clustered release 20250925
2025-10-02 11:07:43 -05:00
Jason Stirnaman 244d0f6d6b
Merge branch 'master' into BNP_clustered-release-20250925 2025-10-02 09:18:57 -05:00
Gary Fowler 30d28bacf7
Merge pull request #6439 from influxdata/garylfowler-patch-4
Update supported products in get-started.md
2025-10-01 10:06:57 -10:00
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 a41a8d92d1 fix(notification): fix date in docker latest notification 2025-10-01 10:32:28 -06:00
Scott Anderson ad37aae52f Merge branch 'master' of github.com:influxdata/docs-v2 2025-10-01 10:16:28 -06:00
Scott Anderson 90a36ecf67 hotfix: update docker latest notification 2025-10-01 10:16:10 -06: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 2690de8a72
Merge branch 'master' into feature/influxdb-version-detector 2025-10-01 10:38:32 -05:00
Scott Anderson 1b1e78eb0b
chore(docker): add notice about docker latest tag changes (#6435)
* chore(docker): add notice about docker latest tag changes

* chore(docker): added more to the notification exclude list
2025-10-01 08:03:08 -06:00
peterbarnett03 8d6691beb6
chore: update to 1.3 (#6436) 2025-10-01 08:46:48 -05: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
Jason Stirnaman 7fca116f3e
chore(influxdb3): Update release notifications for v3.5.0 (#6434) 2025-09-30 11:07:41 -05:00
Jason Stirnaman 716eee45a9
chore(influxdb3): Core and Ent3: bump to 3.5.0 (#6433) 2025-09-30 09:29:15 -05: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
Jameelah Mercer 3a494277ce
Merge branch 'master' into 6406-grafana-configuration-outline-and-draft-documentation 2025-09-29 11:53:04 -07:00
meelahme 4243d04999 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 11:50:50 -07:00
meelahme 3eae6672a7 uploading OSS v2 screenshots 2025-09-29 10:18:16 -07:00
Jason Stirnaman ed87cf584d
Merge pull request #6423 from influxdata/kapacitor-1.8.2
Release Kapacitor v1.8.2
2025-09-29 10:48:55 -05:00
Jakub Bednar 71e4a65f22 Release Kapacitor v1.8.2 2025-09-29 14:24:11 +02:00
Jameelah Mercer 1e741ea163
Merge branch 'master' into 6406-grafana-configuration-outline-and-draft-documentation 2025-09-26 10:26:27 -07:00
Jason Stirnaman 97c76d590c
Merge pull request #6418 from influxdata/jts/qol-shared-links
chore(qol): Instruction to use /version/ in shared links
2025-09-25 12:00:38 -05:00
Jason Stirnaman f4a93cba38 chore(qol): Instruction to use /version/ in shared links 2025-09-25 11:59:51 -05:00
Jason Stirnaman 110386261d
Merge pull request #6416 from influxdata/jts/fix-telegraf-aggregator-typo-intro
fix(telegraf): Aggregator typo and intro
2025-09-24 10:35:47 -05:00
Jason Stirnaman f93cdbe9e8
Merge branch 'master' into jts/fix-telegraf-aggregator-typo-intro 2025-09-24 10:25:05 -05: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 0335be3832
Merge branch 'master' into jts/fix-telegraf-aggregator-typo-intro 2025-09-23 14:31:25 -05:00
Jason Stirnaman da65919d39
Merge pull request #6408 from influxdata/telegraf-v1.36.1
Add detailed plugin documentation for Telegraf v1.36.1
2025-09-23 14:30:50 -05: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 9e3c5ba90c
fix(telegraf): Aggregator typo and intro 2025-09-23 13:39:08 -05:00
Jason Stirnaman f139c60ee7
Merge branch 'master' into telegraf-v1.36.1 2025-09-23 13:03:45 -05:00
Jason Stirnaman a239552395
Merge pull request #6413 from influxdata/jts/cleanup-ai-instructions
Cleanup ai instructions
2025-09-23 10:57:24 -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 5ccbb42139
Update .github/instructions/shortcodes-reference.instructions.md 2025-09-23 10:47:00 -05:00
Jason Stirnaman 241b915a9c
Update .github/instructions/shortcodes-reference.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 10:44:11 -05:00
Jason Stirnaman 673e0bbd4a
Update .github/instructions/shortcodes-reference.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 10:41:00 -05:00