Merge branch 'master' into core-enterprise-api-ref
commit
6698e96625
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Query data in {{< product-name >}}
|
title: Query data in {{< product-name >}}
|
||||||
description: >
|
description: >
|
||||||
Learn to query data stored in InfluxDB using SQL and InfluxQL.
|
Learn to query data in {{% product-name %}} using SQL and InfluxQL.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
name: Query data
|
name: Query data
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Execute queries
|
title: Execute queries
|
||||||
description: >
|
description: >
|
||||||
Use tools and libraries to query data stored in {{< product-name >}}.
|
Use tools and libraries to query data from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Query data with InfluxQL
|
title: Query data with InfluxQL
|
||||||
description: >
|
description: >
|
||||||
Learn to use InfluxQL to query data stored in {{< product-name >}}.
|
Learn to use InfluxQL to query data in {{< product-name >}}.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
name: Query with InfluxQL
|
name: Query with InfluxQL
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Query data with SQL
|
title: Query data with SQL
|
||||||
seotitle: Query data with SQL
|
seotitle: Query data with SQL
|
||||||
description: >
|
description: >
|
||||||
Learn to query data stored in {{< product-name >}} using SQL.
|
Learn to query data in {{< product-name >}} using SQL.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
name: Query with SQL
|
name: Query with SQL
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
title: Visualize data
|
title: Visualize data
|
||||||
description: >
|
description: >
|
||||||
Use visualization tools like Grafana, Superset, and others to visualize time
|
Use visualization tools like Grafana, Superset, and others to visualize time
|
||||||
series data stored in InfluxDB 3 Core.
|
series data queried from {{< product-name >}}.
|
||||||
menu: influxdb3_core
|
menu: influxdb3_core
|
||||||
weight: 10
|
weight: 10
|
||||||
related:
|
related:
|
||||||
- /influxdb3/clustered/query-data/
|
- /influxdb3/core/query-data/
|
||||||
---
|
---
|
||||||
|
|
||||||
Use visualization tools like Grafana, Superset, and others to visualize time
|
Use visualization tools like Grafana, Superset, and others to visualize time
|
||||||
series data stored in {{< product-name >}}.
|
series data queried from {{< product-name >}}.
|
||||||
|
|
||||||
{{< children >}}
|
{{< children >}}
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Grafana to visualize data
|
||||||
list_title: Grafana
|
list_title: Grafana
|
||||||
description: >
|
description: >
|
||||||
Install and run [Grafana](https://grafana.com/) to query and visualize data
|
Install and run [Grafana](https://grafana.com/) to query and visualize data
|
||||||
stored in InfluxDB 3 Core.
|
from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Superset to visualize data
|
||||||
list_title: Superset
|
list_title: Superset
|
||||||
description: >
|
description: >
|
||||||
Install and run [Apache Superset](https://superset.apache.org/)
|
Install and run [Apache Superset](https://superset.apache.org/)
|
||||||
to query and visualize data stored in InfluxDB 3 Core.
|
to query and visualize data stored from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Tableau to visualize data
|
||||||
list_title: Tableau
|
list_title: Tableau
|
||||||
description: >
|
description: >
|
||||||
Install and use [Tableau](https://www.tableau.com/) to query and visualize
|
Install and use [Tableau](https://www.tableau.com/) to query and visualize
|
||||||
data stored in InfluxDB 3 Core.
|
data from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Use InfluxDB client libraries to write data
|
title: Use InfluxDB client libraries to write data
|
||||||
description: >
|
description: >
|
||||||
Use InfluxDB API clients to write points as line protocol data to InfluxDB
|
Use InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
|
||||||
Clustered.
|
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
name: Use client libraries
|
name: Use client libraries
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Use the influxdb3 CLI to write data
|
title: Use the influxdb3 CLI to write data
|
||||||
description: >
|
description: >
|
||||||
Use the [`influxdb3` CLI](/influxdb3/core/reference/cli/influxdb3/)
|
Use the [`influxdb3` CLI](/influxdb3/core/reference/cli/influxdb3/)
|
||||||
to write line protocol data to InfluxDB Clustered.
|
to write line protocol data to {{% product-name %}}.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_core:
|
||||||
name: Use the influxdb3 CLI
|
name: Use the influxdb3 CLI
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Query data in {{< product-name >}}
|
title: Query data in {{< product-name >}}
|
||||||
description: >
|
description: >
|
||||||
Learn to query data stored in InfluxDB using SQL and InfluxQL.
|
Learn to query data in {{< product-name >}} using SQL and InfluxQL.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
name: Query data
|
name: Query data
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Execute queries
|
title: Execute queries
|
||||||
description: >
|
description: >
|
||||||
Use tools and libraries to query data stored in {{< product-name >}}.
|
Use tools and libraries to query data from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Query data with InfluxQL
|
title: Query data with InfluxQL
|
||||||
description: >
|
description: >
|
||||||
Learn to use InfluxQL to query data stored in {{< product-name >}}.
|
Learn to use InfluxQL to query data in {{< product-name >}}.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
name: Query with InfluxQL
|
name: Query with InfluxQL
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Query data with SQL
|
title: Query data with SQL
|
||||||
seotitle: Query data with SQL
|
seotitle: Query data with SQL
|
||||||
description: >
|
description: >
|
||||||
Learn to query data stored in {{< product-name >}} using SQL.
|
Learn to query data in {{< product-name >}} using SQL.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
name: Query with SQL
|
name: Query with SQL
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Visualize data
|
title: Visualize data
|
||||||
description: >
|
description: >
|
||||||
Use visualization tools like Grafana, Superset, and others to visualize time
|
Use visualization tools like Grafana, Superset, and others to visualize time
|
||||||
series data stored in InfluxDB 3 Core.
|
series data queried from {{< product-name >}}.
|
||||||
menu: influxdb3_enterprise
|
menu: influxdb3_enterprise
|
||||||
weight: 10
|
weight: 10
|
||||||
related:
|
related:
|
||||||
|
@ -10,6 +10,6 @@ related:
|
||||||
---
|
---
|
||||||
|
|
||||||
Use visualization tools like Grafana, Superset, and others to visualize time
|
Use visualization tools like Grafana, Superset, and others to visualize time
|
||||||
series data stored in {{< product-name >}}.
|
series data queried from {{< product-name >}}.
|
||||||
|
|
||||||
{{< children >}}
|
{{< children >}}
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Grafana to visualize data
|
||||||
list_title: Grafana
|
list_title: Grafana
|
||||||
description: >
|
description: >
|
||||||
Install and run [Grafana](https://grafana.com/) to query and visualize data
|
Install and run [Grafana](https://grafana.com/) to query and visualize data
|
||||||
stored in InfluxDB 3 Enterprise.
|
from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Superset to visualize data
|
||||||
list_title: Superset
|
list_title: Superset
|
||||||
description: >
|
description: >
|
||||||
Install and run [Apache Superset](https://superset.apache.org/)
|
Install and run [Apache Superset](https://superset.apache.org/)
|
||||||
to query and visualize data stored in InfluxDB 3 Enterprise.
|
to query and visualize data from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Use Tableau to visualize data
|
||||||
list_title: Tableau
|
list_title: Tableau
|
||||||
description: >
|
description: >
|
||||||
Install and use [Tableau](https://www.tableau.com/) to query and visualize
|
Install and use [Tableau](https://www.tableau.com/) to query and visualize
|
||||||
data stored in InfluxDB 3 Enterprise.
|
data from {{< product-name >}}.
|
||||||
weight: 101
|
weight: 101
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Use InfluxDB client libraries to write data
|
title: Use InfluxDB client libraries to write data
|
||||||
description: >
|
description: >
|
||||||
Use InfluxDB API clients to write points as line protocol data to InfluxDB
|
Use InfluxDB API clients to write points as line protocol data to {{% product-name %}}.
|
||||||
Clustered.
|
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
name: Use client libraries
|
name: Use client libraries
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Use the influxdb3 CLI to write data
|
title: Use the influxdb3 CLI to write data
|
||||||
description: >
|
description: >
|
||||||
Use the [`influxdb3` CLI](/influxdb3/enterprise/reference/cli/influxdb3/)
|
Use the [`influxdb3` CLI](/influxdb3/enterprise/reference/cli/influxdb3/)
|
||||||
to write line protocol data to InfluxDB Clustered.
|
to write line protocol data to {{% product-name %}}.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
name: Use the influxdb3 CLI
|
name: Use the influxdb3 CLI
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
Learn to query data stored in {{< product-name >}}.
|
Learn to query data in {{< product-name >}}.
|
||||||
|
|
||||||
{{< children >}}
|
{{< children >}}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Use tools and libraries to query data stored in an {{< product-name >}} database.
|
Use tools and libraries to query data from an {{< product-name >}} database.
|
||||||
|
|
||||||
InfluxDB client libraries and Flight clients can use the Flight+gRPC protocol to
|
InfluxDB client libraries and Flight clients can use the Flight+gRPC protocol to
|
||||||
query with SQL or InfluxQL and retrieve data in the
|
query with SQL or InfluxQL and retrieve data in the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Learn to use InfluxQL to query data stored in {{< product-name >}}.
|
Learn to query data in {{< product-name >}} using InfluxQL.
|
||||||
|
|
||||||
{{< children type="anchored-list" >}}
|
{{< children type="anchored-list" >}}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Learn to query data stored in {{< product-name >}} using SQL.
|
Learn to query data in {{< product-name >}} using SQL.
|
||||||
|
|
||||||
{{< children type="anchored-list" >}}
|
{{< children type="anchored-list" >}}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Use [Grafana](https://grafana.com/) to query and visualize data stored in
|
Use [Grafana](https://grafana.com/) to query and visualize data from
|
||||||
{{% product-name %}}.
|
{{% product-name %}}.
|
||||||
|
|
||||||
> [Grafana] enables you to query, visualize, alert on, and explore your metrics,
|
> [Grafana] enables you to query, visualize, alert on, and explore your metrics,
|
||||||
|
@ -24,7 +24,7 @@ If using **Grafana Cloud**, login to your Grafana Cloud instance.
|
||||||
## InfluxDB data source
|
## InfluxDB data source
|
||||||
|
|
||||||
The InfluxDB data source plugin is included in the Grafana core distribution.
|
The InfluxDB data source plugin is included in the Grafana core distribution.
|
||||||
Use the plugin to query and visualize data stored in {{< product-name >}} with
|
Use the plugin to query and visualize data from {{< product-name >}} with
|
||||||
both SQL and InfluxQL.
|
both SQL and InfluxQL.
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
Use [Tableau](https://www.tableau.com/) to query and visualize time series data
|
Use [Tableau](https://www.tableau.com/) to query and visualize time series data
|
||||||
stored in {{< product-name >}}. Tableau supports multiple SQL dialects.
|
from {{< product-name >}}. Tableau supports multiple SQL dialects.
|
||||||
|
|
||||||
> Tableau is a visual analytics platform transforming the way we use data to
|
> Tableau is a visual analytics platform transforming the way we use data to
|
||||||
> solve problems—empowering people and organizations to make the most of their data.
|
> solve problems—empowering people and organizations to make the most of their data.
|
||||||
|
|
|
@ -10,7 +10,7 @@ The following example configures Telegraf for dual writing to {{% product-name %
|
||||||
- The [InfluxDB v2 output plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/influxdb_v2)
|
- The [InfluxDB v2 output plugin](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/influxdb_v2)
|
||||||
twice--the first pointing to {{< product-name >}} and the other to an
|
twice--the first pointing to {{< product-name >}} and the other to an
|
||||||
InfluxDB v2 OSS instance.
|
InfluxDB v2 OSS instance.
|
||||||
- Two different tokens--one for InfluxDB v2 OSS and one for Clustered.
|
- Two different tokens--one for InfluxDB v2 OSS and one for {{< product-name >}}.
|
||||||
Configure both tokens as environment variables and use string interpolation
|
Configure both tokens as environment variables and use string interpolation
|
||||||
in your Telegraf configuration file to reference each environment variable.
|
in your Telegraf configuration file to reference each environment variable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue