more flux link cleanup
parent
7676e04137
commit
bac608747f
|
@ -198,7 +198,7 @@ Support for the Flux language and queries has been added in this release. To beg
|
|||
|
||||
* Enable Flux using the new configuration setting [`[http] flux-enabled = true`](/influxdb/v1.7/administration/config/#flux-enabled-false).
|
||||
* Use the new [`influx -type=flux`](/influxdb/v1.7/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries.
|
||||
* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides in the [Flux v0.7 (technical preview) documentation](/flux/v0.7/).
|
||||
* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides.
|
||||
|
||||
#### Time Series Index (TSI) query performance and throughputs improvements
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ list_code_example: |
|
|||
```
|
||||
---
|
||||
|
||||
The [Flux](/flux/v0.65) `sql` package provides functions for working with SQL data sources.
|
||||
The Flux `sql` package provides functions for working with SQL data sources.
|
||||
[`sql.from()`](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/sql/from/) lets you query SQL data sources
|
||||
like [PostgreSQL](https://www.postgresql.org/) and [MySQL](https://www.mysql.com/),
|
||||
and use the results with InfluxDB dashboards, tasks, and other operations.
|
||||
|
|
|
@ -4374,7 +4374,7 @@ InfluxDB then rounds those averages down to the nearest integer.
|
|||
|
||||
_InfluxQL does not currently support histogram generation.
|
||||
For information about creating histograms with data stored in InfluxDB, see
|
||||
[Flux's `histogram()` function](/flux/v0.7/functions/transformations/histogram)._
|
||||
[Flux's `histogram()` function](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/transformations/histogram)._
|
||||
|
||||
### LN()
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Manage your InfluxQL queries using the following:
|
|||
- [KILL QUERIES](#stop-currently-running-queries-with-kill-query) to stop queries overloading your system
|
||||
- [Configuration settings](#configuration-settings-for-query-management) to prevent and halt the execution of inefficient queries
|
||||
|
||||
> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/flux/v0.50/introduction/getting-started/).
|
||||
> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/influxdb/v1.8/flux/get-started/).
|
||||
|
||||
## List currently-running queries with `SHOW QUERIES`
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ menu:
|
|||
|
||||
#### Flux v0.65 ready for production use
|
||||
|
||||
This release updates support for the Flux language and queries. To learn about Flux design principles and see how to get started with Flux, see [Introduction to Flux](/flux/v0.65/introduction/).
|
||||
This release updates support for the Flux language and queries. To learn about Flux design principles and see how to get started with Flux, see [Introduction to Flux](/influxdb/v1.8/flux/).
|
||||
|
||||
* Use the new [`influx -type=flux`](/influxdb/v1.8/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries.
|
||||
|
||||
|
@ -276,7 +276,7 @@ Support for the Flux language and queries has been added in this release. To beg
|
|||
|
||||
* Enable Flux using the new configuration setting [`[http] flux-enabled = true`](/influxdb/v1.7/administration/config/#flux-enabled-false).
|
||||
* Use the new [`influx -type=flux`](/influxdb/v1.7/tools/shell/#type) option to enable the Flux REPL shell for creating Flux queries.
|
||||
* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides in the [Flux v0.7 (technical preview) documentation](/flux/v0.7/).
|
||||
* Read about Flux and the Flux language, enabling Flux, or jump into the getting started and other guides.
|
||||
|
||||
#### Time Series Index (TSI) query performance and throughputs improvements
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ list_code_example: |
|
|||
```
|
||||
---
|
||||
|
||||
The [Flux](/flux/v0.65) `sql` package provides functions for working with SQL data sources.
|
||||
The Flux `sql` package provides functions for working with SQL data sources.
|
||||
[`sql.from()`](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/sql/from/) lets you query SQL data sources
|
||||
like [PostgreSQL](https://www.postgresql.org/), [MySQL](https://www.mysql.com/),
|
||||
and [SQLite](https://www.sqlite.org/index.html), and use the results with InfluxDB
|
||||
|
|
|
@ -4374,7 +4374,7 @@ InfluxDB then rounds those averages down to the nearest integer.
|
|||
|
||||
_InfluxQL does not currently support histogram generation.
|
||||
For information about creating histograms with data stored in InfluxDB, see
|
||||
[Flux's `histogram()` function](/flux/v0.7/functions/transformations/histogram)._
|
||||
[Flux's `histogram()` function](/{{< latest "influxdb" "v2" >}}/reference/flux/stdlib/transformations/histogram)._
|
||||
|
||||
### LN()
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Manage your InfluxQL queries using the following:
|
|||
- [KILL QUERIES](#stop-currently-running-queries-with-kill-query) to stop queries overloading your system
|
||||
- [Configuration settings](#configuration-settings-for-query-management) to prevent and halt the execution of inefficient queries
|
||||
|
||||
> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/flux/v0.50/introduction/getting-started/).
|
||||
> The commands and configurations provided on this page are for **Influx Query Language (InfluxQL) only** -- **no equivalent set of Flux commands and configurations currently exists**. For the most current Flux documentation, see [Get started with Flux](/influxdb/v1.8/flux/get-started/).
|
||||
|
||||
## List currently-running queries with `SHOW QUERIES`
|
||||
|
||||
|
|
Loading…
Reference in New Issue