diff --git a/content/flux/v0/data-types/basic/bool.md b/content/flux/v0/data-types/basic/bool.md index 5e6893852..2e770b8e4 100644 --- a/content/flux/v0/data-types/basic/bool.md +++ b/content/flux/v0/data-types/basic/bool.md @@ -9,7 +9,7 @@ menu: name: Boolean parent: Basic types weight: 201 -flux/v0.x/tags: ["basic types", "data types"] +flux/v0/tags: ["basic types", "data types"] related: - /flux/v0/stdlib/universe/bool/ - /flux/v0/stdlib/universe/tobool/ diff --git a/content/flux/v0/data-types/basic/bytes.md b/content/flux/v0/data-types/basic/bytes.md index 90c86ed19..0f32ad01b 100644 --- a/content/flux/v0/data-types/basic/bytes.md +++ b/content/flux/v0/data-types/basic/bytes.md @@ -9,7 +9,7 @@ menu: name: Bytes parent: Basic types weight: 201 -flux/v0.x/tags: ["basic types", "data types"] +flux/v0/tags: ["basic types", "data types"] related: - /flux/v0/stdlib/universe/bytes/ - /flux/v0/stdlib/contrib/bonitoo-io/hex/bytes/ diff --git a/content/flux/v0/data-types/basic/duration.md b/content/flux/v0/data-types/basic/duration.md index 4554d819b..a76e916c8 100644 --- a/content/flux/v0/data-types/basic/duration.md +++ b/content/flux/v0/data-types/basic/duration.md @@ -9,7 +9,7 @@ menu: name: Duration parent: Basic types weight: 201 -flux/v0.x/tags: ["basic types", "data types"] +flux/v0/tags: ["basic types", "data types"] related: - /flux/v0/stdlib/universe/duration/ list_code_example: | diff --git a/content/flux/v0/data-types/basic/float.md b/content/flux/v0/data-types/basic/float.md index f605ede29..345daf990 100644 --- a/content/flux/v0/data-types/basic/float.md +++ b/content/flux/v0/data-types/basic/float.md @@ -10,7 +10,7 @@ menu: name: Float parent: Basic types weight: 202 -flux/v0.x/tags: ["basic types", "numeric types", "data types"] +flux/v0/tags: ["basic types", "numeric types", "data types"] related: - /flux/v0/stdlib/universe/float/ - /flux/v0/stdlib/universe/tofloat/ diff --git a/content/flux/v0/data-types/basic/int.md b/content/flux/v0/data-types/basic/int.md index 479e20a93..7243bcd93 100644 --- a/content/flux/v0/data-types/basic/int.md +++ b/content/flux/v0/data-types/basic/int.md @@ -9,7 +9,7 @@ menu: name: Integer parent: Basic types weight: 202 -flux/v0.x/tags: ["basic types", "numeric types", "data types"] +flux/v0/tags: ["basic types", "numeric types", "data types"] related: - /flux/v0/stdlib/universe/int/ - /flux/v0/stdlib/universe/toint/ diff --git a/content/flux/v0/data-types/basic/null.md b/content/flux/v0/data-types/basic/null.md index 92e49d26c..80cff01cb 100644 --- a/content/flux/v0/data-types/basic/null.md +++ b/content/flux/v0/data-types/basic/null.md @@ -11,7 +11,7 @@ menu: weight: 204 related: - /flux/v0/stdlib/internal/debug/null/ -flux/v0.x/tags: ["basic types", "data types"] +flux/v0/tags: ["basic types", "data types"] --- The **null type** represents a missing or unknown value. diff --git a/content/flux/v0/data-types/basic/regexp.md b/content/flux/v0/data-types/basic/regexp.md index c15fad6b9..ca00b43a4 100644 --- a/content/flux/v0/data-types/basic/regexp.md +++ b/content/flux/v0/data-types/basic/regexp.md @@ -10,7 +10,7 @@ menu: name: Regular expression parent: Basic types weight: 201 -flux/v0.x/tags: ["regexp types", "data types"] +flux/v0/tags: ["regexp types", "data types"] aliases: - /flux/v0/data-types/regexp/ related: diff --git a/content/flux/v0/data-types/basic/string.md b/content/flux/v0/data-types/basic/string.md index e5a9e8df2..fb3e1a63e 100644 --- a/content/flux/v0/data-types/basic/string.md +++ b/content/flux/v0/data-types/basic/string.md @@ -9,7 +9,7 @@ menu: name: String parent: Basic types weight: 201 -flux/v0.x/tags: ["basic types", "data types"] +flux/v0/tags: ["basic types", "data types"] aliases: - /influxdb/v2/reference/flux/language/string-interpolation/ - /influxdb/cloud/reference/flux/language/string-interpolation/ diff --git a/content/flux/v0/data-types/basic/time.md b/content/flux/v0/data-types/basic/time.md index 790dc7d31..0304d524a 100644 --- a/content/flux/v0/data-types/basic/time.md +++ b/content/flux/v0/data-types/basic/time.md @@ -9,7 +9,7 @@ menu: name: Time parent: Basic types weight: 201 -flux/v0.x/tags: [basic types, data types, date/time] +flux/v0/tags: [basic types, data types, date/time] related: - /flux/v0/stdlib/universe/time/ - /flux/v0/stdlib/universe/totime/ diff --git a/content/flux/v0/data-types/basic/uint.md b/content/flux/v0/data-types/basic/uint.md index a6ffa3c26..f3ccc6060 100644 --- a/content/flux/v0/data-types/basic/uint.md +++ b/content/flux/v0/data-types/basic/uint.md @@ -9,7 +9,7 @@ menu: name: UIntegers parent: Basic types weight: 202 -flux/v0.x/tags: ["basic types", "numeric types", "data types"] +flux/v0/tags: ["basic types", "numeric types", "data types"] related: - /flux/v0/stdlib/universe/uint/ - /flux/v0/stdlib/universe/touint/ diff --git a/content/flux/v0/data-types/composite/array.md b/content/flux/v0/data-types/composite/array.md index 176f540f4..454c83e6e 100644 --- a/content/flux/v0/data-types/composite/array.md +++ b/content/flux/v0/data-types/composite/array.md @@ -10,7 +10,7 @@ menu: name: Array parent: Composite types weight: 202 -flux/v0.x/tags: ["composite types", "data types"] +flux/v0/tags: ["composite types", "data types"] related: - /flux/v0/stdlib/universe/length/ - /flux/v0/stdlib/array/ diff --git a/content/flux/v0/data-types/composite/dict.md b/content/flux/v0/data-types/composite/dict.md index f336613e9..b667d1e91 100644 --- a/content/flux/v0/data-types/composite/dict.md +++ b/content/flux/v0/data-types/composite/dict.md @@ -11,7 +11,7 @@ menu: name: Dictionary parent: Composite types weight: 203 -flux/v0.x/tags: ["composite types", "data types"] +flux/v0/tags: ["composite types", "data types"] related: - /flux/v0/stdlib/dict/ list_code_example: | diff --git a/content/flux/v0/data-types/composite/function.md b/content/flux/v0/data-types/composite/function.md index d6010e4fa..3ab5ea9ad 100644 --- a/content/flux/v0/data-types/composite/function.md +++ b/content/flux/v0/data-types/composite/function.md @@ -10,7 +10,7 @@ menu: name: Function parent: Composite types weight: 204 -flux/v0.x/tags: ["composite types", "data types"] +flux/v0/tags: ["composite types", "data types"] related: - /flux/v0/define-functions/ list_code_example: | diff --git a/content/flux/v0/data-types/composite/record.md b/content/flux/v0/data-types/composite/record.md index 0faf68a0a..f67a620bc 100644 --- a/content/flux/v0/data-types/composite/record.md +++ b/content/flux/v0/data-types/composite/record.md @@ -10,7 +10,7 @@ menu: name: Record parent: Composite types weight: 201 -flux/v0.x/tags: ["composite types", "data types"] +flux/v0/tags: ["composite types", "data types"] list_code_example: | ```js {foo: "bar", baz: 123.4, quz: -2} diff --git a/content/flux/v0/data-types/dynamic.md b/content/flux/v0/data-types/dynamic.md index c32624d7e..f51a6e906 100644 --- a/content/flux/v0/data-types/dynamic.md +++ b/content/flux/v0/data-types/dynamic.md @@ -11,7 +11,7 @@ menu: name: Dynamic types parent: Work with Flux types weight: 101 -flux/v0.x/tags: [dynamic types, data types] +flux/v0/tags: [dynamic types, data types] --- A **dynamic** type is a wrapper for data whose type is not known until runtime. diff --git a/content/flux/v0/data-types/union.md b/content/flux/v0/data-types/union.md index 96f1dc1b6..f7cbc6e4a 100644 --- a/content/flux/v0/data-types/union.md +++ b/content/flux/v0/data-types/union.md @@ -9,6 +9,6 @@ menu: name: Union types parent: Work with Flux types weight: 101 -flux/v0.x/tags: ["regexp types", "data types"] +flux/v0/tags: ["regexp types", "data types"] draft: true --- \ No newline at end of file diff --git a/content/flux/v0/function-types.md b/content/flux/v0/function-types.md index a0581dd7d..be56d2175 100644 --- a/content/flux/v0/function-types.md +++ b/content/flux/v0/function-types.md @@ -69,7 +69,7 @@ and important function behaviors. Flux input functions return data from data sources. The following input functions are available: -{{< list-all-functions filters="inputs" >}} +{{< flux/list-all-functions filters="inputs" >}} --- @@ -77,7 +77,7 @@ The following input functions are available: Flux output functions yield results or send data to a specified output destination. The following output functions are are available: -{{< list-all-functions filters="outputs" >}} +{{< flux/list-all-functions filters="outputs" >}} --- @@ -119,7 +119,7 @@ Each output table from an aggregate function will: **The following aggregate functions are available:** -{{< list-all-functions filters="aggregates" >}} +{{< flux/list-all-functions filters="aggregates" >}} ##### Aggregate selectors The following functions are both aggregates and selectors. @@ -144,7 +144,7 @@ Each output table from a selector function will: **The following selector functions are available:** -{{< list-all-functions filters="selectors" >}} +{{< flux/list-all-functions filters="selectors" >}} ##### Selectors and aggregates The following functions can be used as both selectors or aggregates, but they are @@ -160,7 +160,7 @@ Flux dynamic query functions extract a table from a stream of tables and access columns and records. For recommended usage, see [Extract scalar values](/influxdb/cloud/query-data/flux/scalar-values/). -{{< list-all-functions filters="dynamic queries" >}} +{{< flux/list-all-functions filters="dynamic queries" >}} --- @@ -181,7 +181,7 @@ specified conditions. Rows that do not match the specified conditions are dropped from the output. The following filter functions are available: -{{< list-all-functions filters="filters" >}} +{{< flux/list-all-functions filters="filters" >}} --- @@ -189,7 +189,7 @@ The following filter functions are available: Flux type conversion functions convert scalar values or columns to a specific data type. The following type conversion functions are available: -{{< list-all-functions filters="type-conversions" >}} +{{< flux/list-all-functions filters="type-conversions" >}} --- @@ -198,7 +198,7 @@ Flux testing functions test various aspects of data. Tests return either `true` or `false`, a transformed stream of tables, or, upon failure, an error. The following testing functions are available: -{{< list-all-functions filters="tests" >}} +{{< flux/list-all-functions filters="tests" >}} --- @@ -207,7 +207,7 @@ Flux date/time functions return or operate on [time](/flux/v0/data-types/basic/t or [duration](/flux/v0/spec/types/#duration-types) values. The following data/time functions are available: -{{< list-all-functions filters="date/time" >}} +{{< flux/list-all-functions filters="date/time" >}} --- @@ -215,7 +215,7 @@ The following data/time functions are available: Flux metadata functions return metadata from the input stream or from an underlying data source. The following metadata functions are available: -{{< list-all-functions filters="metadata" >}} +{{< flux/list-all-functions filters="metadata" >}} --- @@ -223,7 +223,7 @@ The following metadata functions are available: Flux notification endpoint functions send notifications to external endpoints or services. The following notification endpoint functions are available: -{{< list-all-functions filters="notification endpoints" >}} +{{< flux/list-all-functions filters="notification endpoints" >}} --- @@ -231,4 +231,4 @@ The following notification endpoint functions are available: Flux geotemporal functions are designed to work with geotemporal data (geographic location over time). The following geotemporal functions are available: -{{< list-all-functions filters="geotemporal" >}} +{{< flux/list-all-functions filters="geotemporal" >}} diff --git a/content/flux/v0/prometheus/_index.md b/content/flux/v0/prometheus/_index.md index b13035fe0..ba0d76b6f 100644 --- a/content/flux/v0/prometheus/_index.md +++ b/content/flux/v0/prometheus/_index.md @@ -5,7 +5,7 @@ description: > from an HTTP-accessible endpoint. menu: flux_0_x weight: 8 -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] --- [Prometheus](https://prometheus.io/) is an open-source toolkit designed diff --git a/content/flux/v0/prometheus/metric-types/_index.md b/content/flux/v0/prometheus/metric-types/_index.md index cd269a81c..748f163f2 100644 --- a/content/flux/v0/prometheus/metric-types/_index.md +++ b/content/flux/v0/prometheus/metric-types/_index.md @@ -12,7 +12,7 @@ weight: 102 cascade: related: - https://prometheus.io/docs/concepts/metric_types/, Prometheus metric types -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] --- Learn how to use Flux to work with the four core diff --git a/content/flux/v0/prometheus/metric-types/counter.md b/content/flux/v0/prometheus/metric-types/counter.md index b908ac4e5..ada0d3284 100644 --- a/content/flux/v0/prometheus/metric-types/counter.md +++ b/content/flux/v0/prometheus/metric-types/counter.md @@ -14,7 +14,7 @@ weight: 101 related: - https://prometheus.io/docs/concepts/metric_types/, Prometheus metric types - /influxdb/v2/reference/prometheus-metrics/ -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] --- Use Flux to query and transform Prometheus **counter** metrics stored in InfluxDB. diff --git a/content/flux/v0/prometheus/metric-types/gauge.md b/content/flux/v0/prometheus/metric-types/gauge.md index 70018dab3..e4822eac0 100644 --- a/content/flux/v0/prometheus/metric-types/gauge.md +++ b/content/flux/v0/prometheus/metric-types/gauge.md @@ -13,7 +13,7 @@ weight: 101 related: - https://prometheus.io/docs/concepts/metric_types/, Prometheus metric types - /influxdb/v2/reference/prometheus-metrics/ -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] --- Use Flux to query and transform Prometheus **gauge** metrics stored in InfluxDB. diff --git a/content/flux/v0/prometheus/metric-types/histogram.md b/content/flux/v0/prometheus/metric-types/histogram.md index 6557ccaba..8d20e15f1 100644 --- a/content/flux/v0/prometheus/metric-types/histogram.md +++ b/content/flux/v0/prometheus/metric-types/histogram.md @@ -11,7 +11,7 @@ menu: name: Histogram parent: Prometheus metric types weight: 101 -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] related: - https://prometheus.io/docs/concepts/metric_types/, Prometheus metric types - /influxdb/v2/reference/prometheus-metrics/ diff --git a/content/flux/v0/prometheus/metric-types/summary.md b/content/flux/v0/prometheus/metric-types/summary.md index c4817fff3..a194e5414 100644 --- a/content/flux/v0/prometheus/metric-types/summary.md +++ b/content/flux/v0/prometheus/metric-types/summary.md @@ -11,7 +11,7 @@ menu: name: Summary parent: Prometheus metric types weight: 101 -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] related: - https://prometheus.io/docs/concepts/metric_types/, Prometheus metric types - /influxdb/v2/reference/prometheus-metrics/ diff --git a/content/flux/v0/prometheus/scrape-prometheus.md b/content/flux/v0/prometheus/scrape-prometheus.md index 743d73e4a..17d80f47a 100644 --- a/content/flux/v0/prometheus/scrape-prometheus.md +++ b/content/flux/v0/prometheus/scrape-prometheus.md @@ -7,7 +7,7 @@ menu: flux_v0: parent: Work with Prometheus weight: 101 -flux/v0.x/tags: [prometheus] +flux/v0/tags: [prometheus] related: - https://prometheus.io/docs/concepts/data_model/, Prometheus data model - /flux/v0/stdlib/experimental/prometheus/scrape/ diff --git a/content/flux/v0/spec/_index.md b/content/flux/v0/spec/_index.md index bf56d5eba..ead6e2a2f 100644 --- a/content/flux/v0/spec/_index.md +++ b/content/flux/v0/spec/_index.md @@ -11,7 +11,7 @@ aliases: - /influxdb/v2/reference/flux/language/ - /influxdb/cloud/reference/flux/language/ - /flux/v0/language/ -flux/v0.x/tags: [flux] +flux/v0/tags: [flux] --- The following documents specify the Flux language and query execution. diff --git a/content/flux/v0/spec/operators.md b/content/flux/v0/spec/operators.md index f08840bfd..50013764f 100644 --- a/content/flux/v0/spec/operators.md +++ b/content/flux/v0/spec/operators.md @@ -10,7 +10,7 @@ weight: 110 aliases: - /influxdb/v2/reference/flux/language/operators/ - /influxdb/cloud/reference/flux/language/operators/ -flux/v0.x/tags: [operators] +flux/v0/tags: [operators] --- Flux includes the following types of operators: diff --git a/content/flux/v0/stdlib/_index.md b/content/flux/v0/stdlib/_index.md index d0b4aff85..94fadf3c7 100644 --- a/content/flux/v0/stdlib/_index.md +++ b/content/flux/v0/stdlib/_index.md @@ -11,7 +11,7 @@ aliases: - /influxdb/cloud/reference/flux/stdlib/ - /influxdb/cloud/reference/flux/stdlib/ - /flux/v0/functions/ -flux/v0.x/tags: [flux, functions, package] +flux/v0/tags: [flux, functions, package] menu: flux_v0_ref: name: Standard library diff --git a/content/flux/v0/stdlib/all-functions.md b/content/flux/v0/stdlib/all-functions.md index a7ee2a4d8..5773da931 100644 --- a/content/flux/v0/stdlib/all-functions.md +++ b/content/flux/v0/stdlib/all-functions.md @@ -18,4 +18,4 @@ see [Flux function types and categories](/flux/v0/function-types/). {{< list-filters "flux" >}} -{{< list-all-functions >}} +{{< flux/list-all-functions >}} diff --git a/content/flux/v0/stdlib/array/_index.md b/content/flux/v0/stdlib/array/_index.md index ab9e53ae5..0da558e9b 100644 --- a/content/flux/v0/stdlib/array/_index.md +++ b/content/flux/v0/stdlib/array/_index.md @@ -9,7 +9,7 @@ menu: identifier: array weight: 11 cascade: - flux/v0.x/tags: [array, tables] + flux/v0/tags: [array, tables] introduced: 0.103.0 --- diff --git a/content/flux/v0/stdlib/array/from.md b/content/flux/v0/stdlib/array/from.md index 6391de54f..b00a0823f 100644 --- a/content/flux/v0/stdlib/array/from.md +++ b/content/flux/v0/stdlib/array/from.md @@ -8,7 +8,7 @@ menu: parent: array identifier: array/from weight: 101 -flux/v0.x/tags: [inputs] +flux/v0/tags: [inputs] ---