Merge pull request #6445 from influxdata/6442-v3-odbc-powerbi
feat(influxdb3): add ODBC and Power BI documentation with product-spe…pull/6446/head
commit
2f7596b3ba
|
|
@ -8,6 +8,9 @@ menu:
|
|||
name: Grafana
|
||||
weight: 60
|
||||
parent: Tools
|
||||
related:
|
||||
- /flux/v0/get-started/, Get started with Flux
|
||||
- https://grafana.com/docs/, Grafana documentation
|
||||
alt_links:
|
||||
core: /influxdb3/core/visualize-data/grafana/
|
||||
enterprise: /influxdb3/enterprise/visualize-data/grafana/
|
||||
|
|
@ -123,10 +126,14 @@ Click **Save & Test**. Grafana attempts to connect to InfluxDB Enterprise and re
|
|||
{{% /tab-content %}}
|
||||
{{< /tabs-wrapper >}}
|
||||
|
||||
## Query and visualize data
|
||||
|
||||
With your InfluxDB connection configured, use Grafana to query and visualize time series data.
|
||||
|
||||
For more information, see:
|
||||
- [Grafana documentation](https://grafana.com/docs/grafana/latest/)
|
||||
- [Get started with Flux](/flux/v0/get-started/)
|
||||
## Build visualizations with Grafana
|
||||
|
||||
For a comprehensive walk-through of creating visualizations with
|
||||
Grafana, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).
|
||||
|
||||
## Query inspection in Grafana
|
||||
|
||||
To learn more about query management and inspection in Grafana, see the
|
||||
[Grafana Explore documentation](https://grafana.com/docs/grafana/latest/explore/).
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ related:
|
|||
- https://grafana.com/docs/, Grafana documentation
|
||||
- /influxdb/cloud/query-data/get-started/
|
||||
- /influxdb/cloud/query-data/influxql/
|
||||
- /flux/v0/get-started/, Get started with Flux
|
||||
alt_links:
|
||||
v1: /influxdb/v1/tools/grafana/
|
||||
enterprise_v1: /enterprise_influxdb/v1/tools/grafana/
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
---
|
||||
title: Use Grafana with InfluxDB
|
||||
seotitle: Use Grafana with InfluxDB v1.11
|
||||
seotitle: Use Grafana with InfluxDB v1.x
|
||||
description: >
|
||||
Configure Grafana to query and visualize data from InfluxDB v1.11.
|
||||
Configure Grafana to query and visualize data from InfluxDB v1.x.
|
||||
menu:
|
||||
influxdb_v1:
|
||||
name: Grafana
|
||||
weight: 60
|
||||
parent: Tools
|
||||
related:
|
||||
- /flux/v0/get-started/, Get started with Flux
|
||||
alt_links:
|
||||
v2: /influxdb/v2/tools/grafana/
|
||||
core: /influxdb3/core/visualize-data/grafana/
|
||||
|
|
@ -19,7 +21,7 @@ canonical: /influxdb/v2/tools/grafana/
|
|||
---
|
||||
|
||||
Use [Grafana](https://grafana.com/) or [Grafana Cloud](https://grafana.com/products/cloud/)
|
||||
to visualize data from your **InfluxDB v1.11** instance.
|
||||
to visualize data from your {{% product-name %}} instance.
|
||||
|
||||
> [!Note]
|
||||
> {{< influxdb-version-detector >}}
|
||||
|
|
@ -122,10 +124,14 @@ Click **Save & Test**. Grafana attempts to connect to InfluxDB and returns the r
|
|||
{{% /tab-content %}}
|
||||
{{< /tabs-wrapper >}}
|
||||
|
||||
## Query and visualize data
|
||||
|
||||
With your InfluxDB connection configured, use Grafana to query and visualize time series data.
|
||||
|
||||
For more information, see:
|
||||
- [Grafana documentation](https://grafana.com/docs/grafana/latest/)
|
||||
- [Get started with Flux](/flux/v0/get-started/)
|
||||
## Build visualizations with Grafana
|
||||
|
||||
For a comprehensive walk-through of creating visualizations with
|
||||
Grafana, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).
|
||||
|
||||
## Query inspection in Grafana
|
||||
|
||||
To learn more about query management and inspection in Grafana, see the
|
||||
[Grafana Explore documentation](https://grafana.com/docs/grafana/latest/explore/).
|
||||
|
|
|
|||
|
|
@ -192,10 +192,14 @@ You'll be prompted to enter a password.
|
|||
{{% /tab-content %}}
|
||||
{{< /tabs-wrapper >}}
|
||||
|
||||
## Query and visualize data
|
||||
With your InfluxDB connection configured, use Grafana to query and visualize time series data.
|
||||
|
||||
With your InfluxDB connection configured, use Grafana and Flux to query and
|
||||
visualize time series data stored in your **InfluxDB** instance.
|
||||
## Build visualizations with Grafana
|
||||
|
||||
For more information about using Grafana, see the [Grafana documentation](https://grafana.com/docs/).
|
||||
If you're just learning Flux, see [Get started with Flux](/flux/v0/get-started/).
|
||||
For a comprehensive walk-through of creating visualizations with
|
||||
Grafana, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).
|
||||
|
||||
## Query inspection in Grafana
|
||||
|
||||
To learn more about query management and inspection in Grafana, see the
|
||||
[Grafana Explore documentation](https://grafana.com/docs/grafana/latest/explore/).
|
||||
|
|
|
|||
|
|
@ -20,9 +20,7 @@ Download the Arrow Flight SQL ODBC driver for your operating system:
|
|||
|
||||
#### Windows (x64)
|
||||
|
||||
```sh
|
||||
https://docs.influxdata.com/downloads/arrow-flight-sql-odbc-0.9.7.1195-win64.msi
|
||||
```
|
||||
<a class="btn" href="https://docs.influxdata.com/downloads/arrow-flight-sql-odbc-0.9.7.1195-win64.msi">Download the Arrow Flight SQL ODBC driver</a>
|
||||
|
||||
#### macOS and Linux
|
||||
|
||||
|
|
|
|||
|
|
@ -39,13 +39,7 @@ The InfluxDB 3 custom connector for Power BI Desktop enables you to connect to
|
|||
|
||||
The custom connector requires the Arrow Flight SQL ODBC Driver.
|
||||
|
||||
#### Download and install the ODBC driver
|
||||
|
||||
Download the Arrow Flight SQL ODBC driver:
|
||||
|
||||
```sh
|
||||
https://docs.influxdata.com/downloads/arrow-flight-sql-odbc-0.9.7.1195-win64.msi
|
||||
```
|
||||
<a class="btn" href="https://docs.influxdata.com/downloads/arrow-flight-sql-odbc-0.9.7.1195-win64.msi">Download the Arrow Flight SQL ODBC driver</a>
|
||||
|
||||
Or use PowerShell to download and install:
|
||||
|
||||
|
|
@ -72,15 +66,9 @@ Follow the installation wizard using default settings.
|
|||
> [!Note]
|
||||
> For more information about the Arrow Flight SQL ODBC Driver, see the [Dremio documentation](https://docs.dremio.com/current/client-applications/drivers/arrow-flight-sql-odbc-driver/).
|
||||
|
||||
### Install the connector file
|
||||
### Install the Power BI connector file
|
||||
|
||||
#### Download the Power BI connector
|
||||
|
||||
Download the InfluxDB 3 Power BI connector:
|
||||
|
||||
```sh
|
||||
https://docs.influxdata.com/downloads/InfluxDB.pqx
|
||||
```
|
||||
<a class="btn" href="https://docs.influxdata.com/downloads/InfluxDB.pqx">Download the InfluxDB 3 Power BI connector</a>
|
||||
|
||||
Or use PowerShell to download:
|
||||
|
||||
|
|
@ -147,7 +135,7 @@ After installing the connector and restarting Power BI Desktop:
|
|||
5. In the **InfluxDB 3** connection dialog, configure the following:
|
||||
|
||||
- **Server**: Your {{% product-name %}} URL without the port, (for example,
|
||||
- {{% show-in "cloud-serverless" %}}`https://us-west-2-1.aws.cloud2.influxdata.com`{{% /show-in %}}{{% show-in "cloud-dedicated" %}}`https://cluster-id.a.influxdb.io`{{% /show-in %}}{{% show-in "clustered" %}}`https://cluster-host.com`{{% /show-in %}}{{% show-in "enterprise,core" %}}`http://localhost`{{% /show-in %}})
|
||||
{{% show-in "cloud-serverless" %}}`https://us-west-2-1.aws.cloud2.influxdata.com`{{% /show-in %}}{{% show-in "cloud-dedicated" %}}`https://cluster-id.a.influxdb.io`{{% /show-in %}}{{% show-in "clustered" %}}`https://cluster-host.com`{{% /show-in %}}{{% show-in "enterprise,core" %}}`http://localhost`{{% /show-in %}})
|
||||
- **Database**: Your database name
|
||||
- **Port**: Your server port (for example, {{% show-in "cloud-serverless,cloud-dedicated,clustered" %}}`443` (HTTPS){{% /show-in %}}{{% show-in "enterprise,core" %}}`8181` (default){{% /show-in %}})
|
||||
- **Native Query** (optional): Enter a SQL query to limit the data loaded
|
||||
|
|
|
|||
|
|
@ -243,12 +243,14 @@ use Grafana to build, run, and inspect queries against {{% show-in "cloud-server
|
|||
{{% /tab-content %}}
|
||||
{{< /tabs-wrapper >}}
|
||||
|
||||
{{< youtube "rSsouoNsNDs" >}}
|
||||
|
||||
To learn about query management and inspection in Grafana, see the
|
||||
[Grafana Explore documentation](https://grafana.com/docs/grafana/latest/explore/).
|
||||
With your InfluxDB connection configured, use Grafana to query and visualize time series data.
|
||||
|
||||
## Build visualizations with Grafana
|
||||
|
||||
For a comprehensive walk-through of creating visualizations with
|
||||
Grafana, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).
|
||||
Grafana, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).
|
||||
|
||||
## Query inspection in Grafana
|
||||
|
||||
To learn more about query management and inspection in Grafana, see the
|
||||
[Grafana Explore documentation](https://grafana.com/docs/grafana/latest/explore/).
|
||||
|
|
|
|||
Loading…
Reference in New Issue