Commit Graph

915 Commits (4d71d22a6949b04bb74b9eff417ce090df980c71)

Author SHA1 Message Date
Jason Stirnaman 3443bfab20 fix(grafana): update heading structure and fix broken link fragments
- Combine separate 'Query' and 'Build visualizations' sections into unified 'Query and visualize data' section
- Convert h2 headings to h3 under new parent section
- Update TOC to reflect new heading hierarchy
- Ensure all fragment links work correctly
2025-10-06 19:51:29 -05:00
Jason Stirnaman 5608aafb96 docs(odbc): improve layout with tabbed navigation for Windows and macOS/Linux
- Separate Windows installation into PowerShell and Manual tabs
- Add tabs for Windows vs macOS/Linux in Configure and Troubleshooting sections
- Remove top-level headings inside tabs (tab labels serve this purpose)
- Improve PowerShell code with driver path variable
- Fix whitespace issues in Auth Token field with non-breaking space
- Use active voice throughout instructions
2025-10-06 19:36:09 -05:00
Jason Stirnaman 033f6050b1 fix(powerbi): update ODBC and Power BI docs with download button links
- Add styled download buttons for Arrow Flight SQL ODBC driver and Power BI connector
- Use direct URLs to docs.influxdata.com/downloads/ for Windows installer
- Remove ODBC driver and connector from prerequisites (installation covered in steps)
- Add transition text explaining installation steps follow
- Maintain Move-Item for connector installation
- Keep Dremio documentation reference for additional driver information
2025-10-06 18:54:05 -05:00
Jason Stirnaman 87a5662833 fix(grafana): update Grafana documentation across all InfluxDB versions 2025-10-06 18:54:04 -05:00
Jason Stirnaman 781b0aeb2c feat(v3): update Power BI and ODBC docs to use direct download URLs from docs.influxdata.com
- Add direct download URLs for Arrow Flight SQL ODBC driver and Power BI connector
- Remove references to non-existent downloads page
- Update PowerShell commands to download from docs.influxdata.com/downloads/
- Remove ODBC driver and connector from prerequisites (covered in installation steps)
- Keep Dremio documentation reference for additional driver information
- Maintain Move-Item for connector installation (cleaner than Copy-Item)
- Update link checker config to allow docs.influxdata.com/downloads URLs
2025-10-06 17:43:54 -05:00
Gary Fowler 752cd03a39 Revise Power BI integration instructions
Updated instructions and notes for using Microsoft Power BI with InfluxDB 3. Removed references to InfluxQL and clarified some phrasing.
2025-10-06 17:43:54 -05:00
Jason Stirnaman 96c5fa3a72 feat(influxdb3): add ODBC and Power BI documentation with product-specific examples
- Add ODBC driver installation and configuration docs
- Add Power BI Desktop custom connector setup docs
- Configure host, port, and token conditionals for all InfluxDB 3 products
- Set frontmatter with proper metadata and related content

The shared content files (content/shared/influxdb3-query-guides/execute-queries/odbc.md
and content/shared/influxdb3-visualize/powerbi.md) contain product-specific conditionals
for server URLs, ports, and tokens. Each product version sources these shared files.

Next steps: Edit the content/shared files to update any remaining product-specific
instructions in the step-by-step procedures if needed. Server, port, and token
conditionals are already configured throughout the documentation.
2025-10-06 17:43:54 -05:00
Jason Stirnaman 26ca68d405
Merge branch 'master' into update-grafana-docs 2025-10-06 17:34:12 -05:00
Jason Stirnaman 6a90067fb8 docs(grafana): add Grafana Cloud private data source guidance
Add note to all Grafana integration pages about using Grafana Cloud
with local InfluxDB instances. The note recommends running Grafana
locally to avoid exposing databases to the internet, and provides
information about configuring Grafana Cloud private data sources
as an alternative.

Updated files:
- content/shared/v3-process-data/visualize/grafana.md
- content/shared/influxdb-v2/tools/grafana.md
- content/influxdb/v1/tools/grafana.md
- content/enterprise_influxdb/v1/tools/grafana.md
2025-10-06 16:19:43 -05:00
Jason Stirnaman 1b3a284432 docs(grafana): add version detector and complete alt_links
- Add InfluxDB version detector shortcode to all Grafana pages
- Add comprehensive alt_links to v2 and Cloud Grafana pages
- Include links to all InfluxDB versions (v1, enterprise_v1, v2, cloud, and all v3 products)
- Improve cross-product navigation for Grafana documentation
2025-10-06 15:19:57 -05:00
Jason Stirnaman 3095f7992d docs(grafana): update Grafana integration docs across all products
- Add Quick reference tables to all Grafana documentation
- Consolidate shared content for InfluxDB v3 products
- Update configuration steps and screenshots
- Remove duplicate grafana.md from shared/influxdb3-visualize
- Delete outdated product-specific Grafana screenshots
- Add new consolidated screenshot for InfluxDB v2 Cloud Flux config
- Standardize authentication and URL configuration guidance
- Improve consistency across v1, v2, and v3 product documentation
2025-10-06 14:51:17 -05:00
Scott Anderson c3468f667d
feat(sample-data): add new wind sample dataset (#6440)
* feat(sample-data): add new wind sample dataset

* Apply suggestions from code review

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

* fix(js): fix syntax error and lint

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-10-06 12:08:35 -06:00
Jason Stirnaman 28decaecd8
Merge pull request #6407 from influxdata/6406-grafana-configuration-outline-and-draft-documentation
Grafana configuration screenshot and instructions update
2025-10-06 12:08:59 -05:00
Scott Anderson 990da1b168
chore(clustered): added latest release artifacts and newly supported functionality (#6441)
* chore(clustered): added latest release artificts, enabled newly supported pages

* 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-10-06 10:08:53 -06:00
Jason Stirnaman 8efbd44a2d docs(influxdb3): use shared Grafana docs for all v3 products, fix product and token naming
- Update Core and Enterprise to use shared v3-process-data/visualize/grafana.md
- Fix product name references to use proper {{% product-name %}} shortcode
- Correct token terminology (admin token, database token) across products
- Add HTTP/2 requirement note for SQL queries through Grafana (uses Flight SQL/gRPC)
- Update Flight client library reference to clarify gRPC and Arrow Flight
- Reorganize Grafana screenshot files to use /influxdb/ directory
- Add Cloud Serverless InfluxQL screenshot
2025-10-04 17:36:04 -05:00
Jason Stirnaman 9833b9bf90
Merge pull request #6399 from influxdata/feature/influxdb-version-detector
Feature/influxdb version detector
2025-10-04 16:03:53 -05:00
Jameelah Mercer 7fb99eb954
Update content/shared/influxdb3-visualize/grafana.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-03 14:23:26 -07:00
meelahme 9b95d80d6d updated to headers and TOC 2025-10-03 13:28:39 -07:00
meelahme 0685c02bd1 docs(WIP): structure and content update to v2 OSS 2025-10-03 13:04:32 -07:00
Jameelah Mercer bd0f03a559
Merge branch 'master' into 6406-grafana-configuration-outline-and-draft-documentation 2025-10-02 15:52:34 -07:00
meelahme 0707a20100 docs: updates to structure and format to OSS v2 2025-10-02 15:52:11 -07:00
Scott Anderson cb3ec78635
chore(sql): adds new syntax for sql approx functions (#6402)
* chore(sql): adds new syntax for sql approx functions introduced in datafusion 49

* Update content/shared/sql-reference/functions/aggregate.md
2025-10-02 16:15:38 -06:00
meelahme a812f964e0 docs(WIP): restructuring section seperation 2025-10-02 12:26:56 -07:00
meelahme 2cae2ddbab docs: update to OSS v2 inroduction and flux section 2025-10-02 12:09:30 -07:00
meelahme c1c1357309 Merge branch '6406-grafana-configuration-outline-and-draft-documentation' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation 2025-10-02 11:32:25 -07:00
meelahme b9c3a7979c docs: updating install granafa section for OSS v2 2025-10-02 11:31:48 -07:00
Jameelah Mercer 972e50e04a
Update content/shared/v3-process-data/visualize/grafana.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-02 10:57:09 -07:00
meelahme 18667b6336 docs(WIP): update to enterprise influxql section 2025-10-02 10:43:02 -07:00
Jameelah Mercer c70d4b434f
Merge branch 'master' into 6406-grafana-configuration-outline-and-draft-documentation 2025-10-02 10:32:14 -07:00
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
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
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
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 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
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
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 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 8bee92ba7e
Merge branch 'master' into copilot/fix-6301 2025-09-12 14:51:12 -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 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
Jason Stirnaman 07597e5e6a
Merge branch 'master' into chore-consolidate-v3-grafana 2025-09-11 11:12:31 -05:00