-
Notifications
You must be signed in to change notification settings - Fork 314
New tools: Grafana plugin update, InfluxDB 3 ODBC and PowerBI connectors #6446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+6,606
−777
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
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 <[email protected]> Apply suggestions from code review Co-authored-by: Scott Anderson <[email protected]> Update layouts/shortcodes/influxdb-version-detector.html Co-authored-by: Scott Anderson <[email protected]> Update assets/js/influxdb-version-detector.ts Co-authored-by: Scott Anderson <[email protected]> Update assets/styles/components/_influxdb-version-detector.scss Co-authored-by: Scott Anderson <[email protected]> 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.
Co-authored-by: Copilot <[email protected]>
…ion' of github.com:influxdata/docs-v2 into 6406-grafana-configuration-outline-and-draft-documentation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…ector Feature/influxdb version detector
…duct 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
…utline-and-draft-documentation Grafana configuration screenshot and instructions update
- 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
- 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
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
…cific 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.
Updated instructions and notes for using Microsoft Power BI with InfluxDB 3. Removed references to InfluxQL and clarified some phrasing.
…rom 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
- 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
feat(influxdb3): add ODBC and Power BI documentation with product-spe…
…OS/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
This comment was marked as outdated.
This comment was marked as outdated.
- 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
- Add grafana.com and subdomains to exclusion list - Prevents link checking failures due to bot detection and rate limiting
…enterprise - Add /influxdb3/<version>/visualize-data/<tool>/ aliases to visualize files - Ensures backward compatibility across cloud-serverless, cloud-dedicated, and clustered - Matches URL structure used in core and enterprise versions - Affects: grafana, superset, and tableau documentation
…nal (don't use whitespace in show-in conditional expression)
garylfowler
approved these changes
Oct 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jason!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #6406
Closes #6399
Part of influxdata/dar/issues/#545: Instruction to enable HTTP/2 in proxies handling v3 query requests from Grafana (and other tools using FlightSQL)
TODO:
Affected URLs:
https://test2.docs.influxdata.com/enterprise_influxdb/v1/tools/grafana/
https://test2.docs.influxdata.com/influxdb/v1/tools/grafana/
https://test2.docs.influxdata.com/influxdb/cloud/tools/grafana/
https://test2.docs.influxdata.com/influxdb/v2/tools/grafana/
https://test2.docs.influxdata.com/influxdb3/core/visualize-data/grafana/
https://test2.docs.influxdata.com/influxdb3/enterprise/visualize-data/grafana/
https://test2.docs.influxdata.com/influxdb3/cloud-dedicated/visualize-data/grafana/
https://test2.docs.influxdata.com/influxdb3/cloud-serverless/visualize-data/grafana/
https://test2.docs.influxdata.com/influxdb3/clustered/visualize-data/grafana/
https://test2.docs.influxdata.com/influxdb3/cloud-dedicated/query-data/odbc/
https://test2.docs.influxdata.com/influxdb3/cloud-serverless/query-data/odbc/
https://test2.docs.influxdata.com/influxdb3/clustered/query-data/odbc/
https://test2.docs.influxdata.com/influxdb3/core/query-data/odbc/
https://test2.docs.influxdata.com/influxdb3/enterprise/query-data/odbc/
https://test2.docs.influxdata.com/influxdb3/cloud-dedicated/visualize-data/powerbi/
https://test2.docs.influxdata.com/influxdb3/cloud-serverless/visualize-data/powerbi/
https://test2.docs.influxdata.com/influxdb3/clustered/visualize-data/powerbi/
https://test2.docs.influxdata.com/influxdb3/core/visualize-data/powerbi/
https://test2.docs.influxdata.com/influxdb3/enterprise/visualize-data/powerbi/
Also, minor fixes in chronograf guides.