From 604d22989a3afdf6b454be5ffce3f668340a048a Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 6 Nov 2023 17:08:22 -0700 Subject: [PATCH] hotfix: fix flux tag taxonomies and function filters --- content/flux/v0/data-types/basic/bool.md | 2 +- content/flux/v0/data-types/basic/bytes.md | 2 +- content/flux/v0/data-types/basic/duration.md | 2 +- content/flux/v0/data-types/basic/float.md | 2 +- content/flux/v0/data-types/basic/int.md | 2 +- content/flux/v0/data-types/basic/null.md | 2 +- content/flux/v0/data-types/basic/regexp.md | 2 +- content/flux/v0/data-types/basic/string.md | 2 +- content/flux/v0/data-types/basic/time.md | 2 +- content/flux/v0/data-types/basic/uint.md | 2 +- content/flux/v0/data-types/composite/array.md | 2 +- content/flux/v0/data-types/composite/dict.md | 2 +- .../flux/v0/data-types/composite/function.md | 2 +- .../flux/v0/data-types/composite/record.md | 2 +- content/flux/v0/data-types/dynamic.md | 2 +- content/flux/v0/data-types/union.md | 2 +- content/flux/v0/function-types.md | 24 +++++++++---------- content/flux/v0/prometheus/_index.md | 2 +- .../flux/v0/prometheus/metric-types/_index.md | 2 +- .../v0/prometheus/metric-types/counter.md | 2 +- .../flux/v0/prometheus/metric-types/gauge.md | 2 +- .../v0/prometheus/metric-types/histogram.md | 2 +- .../v0/prometheus/metric-types/summary.md | 2 +- .../flux/v0/prometheus/scrape-prometheus.md | 2 +- content/flux/v0/spec/_index.md | 2 +- content/flux/v0/spec/operators.md | 2 +- content/flux/v0/stdlib/_index.md | 2 +- content/flux/v0/stdlib/all-functions.md | 2 +- content/flux/v0/stdlib/array/_index.md | 2 +- content/flux/v0/stdlib/array/from.md | 2 +- content/flux/v0/stdlib/bitwise/_index.md | 2 +- .../naiveBayesClassifier/naivebayes.md | 2 +- .../stdlib/contrib/bonitoo-io/alerta/alert.md | 2 +- .../contrib/bonitoo-io/alerta/endpoint.md | 2 +- .../contrib/bonitoo-io/servicenow/endpoint.md | 2 +- .../contrib/bonitoo-io/servicenow/event.md | 2 +- .../contrib/bonitoo-io/tickscript/alert.md | 2 +- .../contrib/bonitoo-io/tickscript/compute.md | 2 +- .../contrib/bonitoo-io/tickscript/deadman.md | 2 +- .../contrib/bonitoo-io/tickscript/groupby.md | 2 +- .../contrib/bonitoo-io/tickscript/join.md | 2 +- .../contrib/bonitoo-io/tickscript/select.md | 2 +- .../bonitoo-io/tickscript/selectwindow.md | 2 +- .../contrib/bonitoo-io/victorops/alert.md | 2 +- .../contrib/bonitoo-io/victorops/endpoint.md | 2 +- .../contrib/bonitoo-io/zenoss/endpoint.md | 2 +- .../stdlib/contrib/bonitoo-io/zenoss/event.md | 2 +- .../stdlib/contrib/chobbs/discord/endpoint.md | 2 +- .../v0/stdlib/contrib/chobbs/discord/send.md | 2 +- .../contrib/jsternberg/influxdb/from.md | 2 +- .../contrib/jsternberg/influxdb/select.md | 2 +- .../stdlib/contrib/qxip/clickhouse/query.md | 2 +- .../stdlib/contrib/qxip/logql/query_range.md | 2 +- .../contrib/rhajek/bigpanda/endpoint.md | 2 +- .../contrib/rhajek/bigpanda/sendalert.md | 2 +- .../contrib/sranka/opsgenie/endpoint.md | 2 +- .../contrib/sranka/opsgenie/sendalert.md | 2 +- .../stdlib/contrib/sranka/sensu/endpoint.md | 2 +- .../v0/stdlib/contrib/sranka/sensu/event.md | 2 +- .../stdlib/contrib/sranka/teams/endpoint.md | 2 +- .../v0/stdlib/contrib/sranka/teams/message.md | 2 +- .../contrib/sranka/telegram/endpoint.md | 2 +- .../stdlib/contrib/sranka/telegram/message.md | 2 +- .../contrib/sranka/webexteams/endpoint.md | 2 +- .../contrib/sranka/webexteams/message.md | 2 +- .../tomhollingworth/events/duration.md | 2 +- content/flux/v0/stdlib/csv/_index.md | 2 +- content/flux/v0/stdlib/csv/from.md | 2 +- content/flux/v0/stdlib/date/_index.md | 2 +- content/flux/v0/stdlib/date/add.md | 2 +- .../flux/v0/stdlib/date/boundaries/friday.md | 2 +- .../flux/v0/stdlib/date/boundaries/monday.md | 2 +- .../flux/v0/stdlib/date/boundaries/month.md | 2 +- .../v0/stdlib/date/boundaries/saturday.md | 2 +- .../flux/v0/stdlib/date/boundaries/sunday.md | 2 +- .../v0/stdlib/date/boundaries/thursday.md | 2 +- .../flux/v0/stdlib/date/boundaries/tuesday.md | 2 +- .../v0/stdlib/date/boundaries/wednesday.md | 2 +- .../flux/v0/stdlib/date/boundaries/week.md | 2 +- .../v0/stdlib/date/boundaries/yesterday.md | 2 +- content/flux/v0/stdlib/date/scale.md | 2 +- content/flux/v0/stdlib/date/sub.md | 2 +- .../v0/stdlib/experimental/addduration.md | 2 +- .../v0/stdlib/experimental/aggregate/rate.md | 2 +- .../flux/v0/stdlib/experimental/aligntime.md | 2 +- .../v0/stdlib/experimental/array/_index.md | 2 +- .../v0/stdlib/experimental/array/tobool.md | 2 +- .../stdlib/experimental/array/toduration.md | 2 +- .../v0/stdlib/experimental/array/tofloat.md | 2 +- .../v0/stdlib/experimental/array/toint.md | 2 +- .../v0/stdlib/experimental/array/tostring.md | 2 +- .../v0/stdlib/experimental/array/totime.md | 2 +- .../v0/stdlib/experimental/array/touint.md | 2 +- .../v0/stdlib/experimental/bigtable/from.md | 2 +- .../v0/stdlib/experimental/bitwise/_index.md | 2 +- content/flux/v0/stdlib/experimental/count.md | 2 +- .../flux/v0/stdlib/experimental/csv/_index.md | 2 +- .../experimental/date/boundaries/friday.md | 2 +- .../experimental/date/boundaries/monday.md | 2 +- .../experimental/date/boundaries/month.md | 2 +- .../experimental/date/boundaries/saturday.md | 2 +- .../experimental/date/boundaries/sunday.md | 2 +- .../experimental/date/boundaries/thursday.md | 2 +- .../experimental/date/boundaries/tuesday.md | 2 +- .../experimental/date/boundaries/wednesday.md | 2 +- .../experimental/date/boundaries/week.md | 2 +- .../experimental/date/boundaries/yesterday.md | 2 +- .../flux/v0/stdlib/experimental/distinct.md | 2 +- .../v0/stdlib/experimental/dynamic/asarray.md | 2 +- .../v0/stdlib/experimental/dynamic/dynamic.md | 2 +- .../v0/stdlib/experimental/dynamic/istype.md | 2 +- .../stdlib/experimental/dynamic/jsonencode.md | 2 +- .../stdlib/experimental/dynamic/jsonparse.md | 2 +- content/flux/v0/stdlib/experimental/fill.md | 2 +- content/flux/v0/stdlib/experimental/first.md | 2 +- .../flux/v0/stdlib/experimental/geo/_index.md | 2 +- .../v0/stdlib/experimental/geo/astracks.md | 2 +- .../v0/stdlib/experimental/geo/filterrows.md | 2 +- .../v0/stdlib/experimental/geo/getlevel.md | 2 +- .../v0/stdlib/experimental/geo/gridfilter.md | 2 +- .../v0/stdlib/experimental/geo/groupbyarea.md | 2 +- .../stdlib/experimental/geo/s2cellidtoken.md | 2 +- .../stdlib/experimental/geo/s2celllatlon.md | 2 +- .../v0/stdlib/experimental/geo/st_contains.md | 2 +- .../v0/stdlib/experimental/geo/st_distance.md | 2 +- .../v0/stdlib/experimental/geo/st_dwithin.md | 2 +- .../stdlib/experimental/geo/st_intersects.md | 2 +- .../v0/stdlib/experimental/geo/st_length.md | 2 +- .../stdlib/experimental/geo/st_linestring.md | 2 +- .../v0/stdlib/experimental/geo/stcontains.md | 2 +- .../v0/stdlib/experimental/geo/stdistance.md | 2 +- .../v0/stdlib/experimental/geo/stlength.md | 2 +- .../stdlib/experimental/geo/strictfilter.md | 2 +- .../flux/v0/stdlib/experimental/geo/torows.md | 2 +- .../stdlib/experimental/geo/totaldistance.md | 2 +- content/flux/v0/stdlib/experimental/group.md | 2 +- .../flux/v0/stdlib/experimental/histogram.md | 2 +- .../stdlib/experimental/histogramquantile.md | 2 +- .../v0/stdlib/experimental/http/_index.md | 2 +- .../flux/v0/stdlib/experimental/http/get.md | 2 +- .../experimental/http/requests/_index.md | 2 +- .../stdlib/experimental/http/requests/do.md | 2 +- .../stdlib/experimental/http/requests/get.md | 2 +- .../stdlib/experimental/http/requests/post.md | 2 +- .../flux/v0/stdlib/experimental/integral.md | 2 +- .../flux/v0/stdlib/experimental/iox/from.md | 2 +- .../flux/v0/stdlib/experimental/iox/sql.md | 2 +- .../v0/stdlib/experimental/iox/sqlinterval.md | 2 +- content/flux/v0/stdlib/experimental/join.md | 2 +- .../v0/stdlib/experimental/json/_index.md | 2 +- .../flux/v0/stdlib/experimental/json/parse.md | 2 +- .../v0/stdlib/experimental/kaufmansama.md | 2 +- content/flux/v0/stdlib/experimental/last.md | 2 +- content/flux/v0/stdlib/experimental/max.md | 2 +- content/flux/v0/stdlib/experimental/mean.md | 2 +- content/flux/v0/stdlib/experimental/min.md | 2 +- content/flux/v0/stdlib/experimental/mode.md | 2 +- .../v0/stdlib/experimental/mqtt/_index.md | 2 +- .../v0/stdlib/experimental/mqtt/publish.md | 2 +- .../flux/v0/stdlib/experimental/mqtt/to.md | 2 +- .../v0/stdlib/experimental/polyline/rdp.md | 2 +- .../flux/v0/stdlib/experimental/preview.md | 2 +- .../stdlib/experimental/prometheus/_index.md | 2 +- .../prometheus/histogramquantile.md | 2 +- .../stdlib/experimental/prometheus/scrape.md | 2 +- .../flux/v0/stdlib/experimental/quantile.md | 2 +- .../stdlib/experimental/query/filterfields.md | 2 +- .../experimental/query/filtermeasurement.md | 2 +- .../v0/stdlib/experimental/query/fromrange.md | 2 +- .../v0/stdlib/experimental/query/inbucket.md | 2 +- content/flux/v0/stdlib/experimental/set.md | 2 +- content/flux/v0/stdlib/experimental/skew.md | 2 +- content/flux/v0/stdlib/experimental/spread.md | 2 +- content/flux/v0/stdlib/experimental/stddev.md | 2 +- .../v0/stdlib/experimental/subduration.md | 2 +- content/flux/v0/stdlib/experimental/sum.md | 2 +- .../flux/v0/stdlib/experimental/table/fill.md | 2 +- content/flux/v0/stdlib/experimental/to.md | 2 +- content/flux/v0/stdlib/experimental/unique.md | 2 +- .../flux/v0/stdlib/experimental/unpivot.md | 2 +- .../flux/v0/stdlib/experimental/usage/from.md | 2 +- content/flux/v0/stdlib/experimental/window.md | 2 +- content/flux/v0/stdlib/generate/_index.md | 2 +- content/flux/v0/stdlib/generate/from.md | 2 +- content/flux/v0/stdlib/http/endpoint.md | 2 +- content/flux/v0/stdlib/http/post.md | 2 +- .../flux/v0/stdlib/http/requests/_index.md | 2 +- content/flux/v0/stdlib/http/requests/do.md | 2 +- content/flux/v0/stdlib/http/requests/get.md | 2 +- content/flux/v0/stdlib/http/requests/post.md | 2 +- .../v0/stdlib/influxdata/influxdb/buckets.md | 2 +- .../stdlib/influxdata/influxdb/cardinality.md | 2 +- .../v0/stdlib/influxdata/influxdb/from.md | 2 +- .../influxdata/influxdb/monitor/check.md | 2 +- .../influxdata/influxdb/monitor/deadman.md | 2 +- .../influxdata/influxdb/monitor/logs.md | 2 +- .../influxdb/monitor/statechanges.md | 2 +- .../influxdb/monitor/statechangesonly.md | 2 +- .../influxdata/influxdb/sample/_index.md | 2 +- .../influxdata/influxdb/sample/aligntonow.md | 2 +- .../influxdata/influxdb/schema/fieldkeys.md | 2 +- .../influxdb/schema/fieldsascols.md | 2 +- .../influxdb/schema/measurementfieldkeys.md | 2 +- .../influxdb/schema/measurements.md | 2 +- .../influxdb/schema/measurementtagkeys.md | 2 +- .../influxdb/schema/measurementtagvalues.md | 2 +- .../influxdata/influxdb/schema/tagkeys.md | 2 +- .../influxdata/influxdb/schema/tagvalues.md | 2 +- .../influxdata/influxdb/secrets/_index.md | 2 +- .../flux/v0/stdlib/influxdata/influxdb/to.md | 2 +- .../influxdata/influxdb/v1/databases.md | 2 +- .../influxdata/influxdb/v1/fieldkeys.md | 2 +- .../influxdata/influxdb/v1/fieldsascols.md | 2 +- .../v0/stdlib/influxdata/influxdb/v1/json.md | 2 +- .../influxdb/v1/measurementfieldkeys.md | 2 +- .../influxdata/influxdb/v1/measurements.md | 2 +- .../influxdb/v1/measurementtagkeys.md | 2 +- .../influxdb/v1/measurementtagvalues.md | 2 +- .../stdlib/influxdata/influxdb/v1/tagkeys.md | 2 +- .../influxdata/influxdb/v1/tagvalues.md | 2 +- .../v0/stdlib/influxdata/influxdb/wideto.md | 2 +- .../stdlib/internal/testing/assertmatches.md | 2 +- .../internal/testing/shoulderrorwithcode.md | 2 +- content/flux/v0/stdlib/interpolate/linear.md | 2 +- content/flux/v0/stdlib/join/_index.md | 2 +- content/flux/v0/stdlib/join/full.md | 2 +- content/flux/v0/stdlib/join/inner.md | 2 +- content/flux/v0/stdlib/join/left.md | 2 +- content/flux/v0/stdlib/join/right.md | 2 +- content/flux/v0/stdlib/join/tables.md | 2 +- content/flux/v0/stdlib/join/time.md | 2 +- content/flux/v0/stdlib/json/encode.md | 2 +- content/flux/v0/stdlib/kafka/_index.md | 2 +- content/flux/v0/stdlib/kafka/to.md | 2 +- content/flux/v0/stdlib/pagerduty/endpoint.md | 2 +- content/flux/v0/stdlib/pagerduty/sendevent.md | 2 +- content/flux/v0/stdlib/profiler/_index.md | 2 +- content/flux/v0/stdlib/pushbullet/endpoint.md | 2 +- content/flux/v0/stdlib/pushbullet/pushdata.md | 2 +- content/flux/v0/stdlib/pushbullet/pushnote.md | 2 +- content/flux/v0/stdlib/regexp/compile.md | 2 +- content/flux/v0/stdlib/sampledata/_index.md | 2 +- content/flux/v0/stdlib/slack/endpoint.md | 2 +- content/flux/v0/stdlib/slack/message.md | 2 +- content/flux/v0/stdlib/socket/from.md | 2 +- content/flux/v0/stdlib/system/time.md | 2 +- content/flux/v0/stdlib/testing/assertempty.md | 2 +- .../flux/v0/stdlib/testing/assertequals.md | 2 +- .../v0/stdlib/testing/assertequalvalues.md | 2 +- content/flux/v0/stdlib/testing/diff.md | 2 +- content/flux/v0/stdlib/testing/shoulderror.md | 2 +- content/flux/v0/stdlib/timezone/fixed.md | 2 +- content/flux/v0/stdlib/timezone/location.md | 2 +- content/flux/v0/stdlib/types/_index.md | 2 +- content/flux/v0/stdlib/types/isnumeric.md | 2 +- content/flux/v0/stdlib/types/istype.md | 2 +- .../v0/stdlib/universe/aggregatewindow.md | 2 +- content/flux/v0/stdlib/universe/bool.md | 2 +- content/flux/v0/stdlib/universe/bottom.md | 2 +- content/flux/v0/stdlib/universe/bytes.md | 2 +- .../universe/chandemomentumoscillator.md | 2 +- content/flux/v0/stdlib/universe/columns.md | 2 +- content/flux/v0/stdlib/universe/count.md | 2 +- content/flux/v0/stdlib/universe/cov.md | 2 +- content/flux/v0/stdlib/universe/covariance.md | 2 +- .../flux/v0/stdlib/universe/cumulativesum.md | 2 +- content/flux/v0/stdlib/universe/derivative.md | 2 +- content/flux/v0/stdlib/universe/difference.md | 2 +- content/flux/v0/stdlib/universe/distinct.md | 2 +- content/flux/v0/stdlib/universe/doubleema.md | 2 +- content/flux/v0/stdlib/universe/drop.md | 2 +- content/flux/v0/stdlib/universe/duplicate.md | 2 +- content/flux/v0/stdlib/universe/duration.md | 2 +- content/flux/v0/stdlib/universe/elapsed.md | 2 +- .../universe/exponentialmovingaverage.md | 2 +- content/flux/v0/stdlib/universe/fill.md | 2 +- content/flux/v0/stdlib/universe/filter.md | 2 +- content/flux/v0/stdlib/universe/findcolumn.md | 2 +- content/flux/v0/stdlib/universe/findrecord.md | 2 +- content/flux/v0/stdlib/universe/first.md | 2 +- content/flux/v0/stdlib/universe/float.md | 2 +- content/flux/v0/stdlib/universe/getcolumn.md | 2 +- content/flux/v0/stdlib/universe/getrecord.md | 2 +- content/flux/v0/stdlib/universe/group.md | 2 +- .../flux/v0/stdlib/universe/highestaverage.md | 2 +- .../flux/v0/stdlib/universe/highestcurrent.md | 2 +- content/flux/v0/stdlib/universe/highestmax.md | 2 +- content/flux/v0/stdlib/universe/histogram.md | 2 +- .../v0/stdlib/universe/histogramquantile.md | 2 +- .../flux/v0/stdlib/universe/holtwinters.md | 2 +- .../flux/v0/stdlib/universe/hourselection.md | 2 +- content/flux/v0/stdlib/universe/increase.md | 2 +- content/flux/v0/stdlib/universe/int.md | 2 +- content/flux/v0/stdlib/universe/integral.md | 2 +- content/flux/v0/stdlib/universe/join.md | 2 +- .../flux/v0/stdlib/universe/kaufmansama.md | 2 +- content/flux/v0/stdlib/universe/kaufmanser.md | 2 +- content/flux/v0/stdlib/universe/keep.md | 2 +- content/flux/v0/stdlib/universe/keys.md | 2 +- content/flux/v0/stdlib/universe/keyvalues.md | 2 +- content/flux/v0/stdlib/universe/last.md | 2 +- content/flux/v0/stdlib/universe/limit.md | 2 +- .../flux/v0/stdlib/universe/lowestaverage.md | 2 +- .../flux/v0/stdlib/universe/lowestcurrent.md | 2 +- content/flux/v0/stdlib/universe/lowestmin.md | 2 +- content/flux/v0/stdlib/universe/map.md | 2 +- content/flux/v0/stdlib/universe/max.md | 2 +- content/flux/v0/stdlib/universe/mean.md | 2 +- content/flux/v0/stdlib/universe/median.md | 2 +- content/flux/v0/stdlib/universe/min.md | 2 +- content/flux/v0/stdlib/universe/mode.md | 2 +- .../flux/v0/stdlib/universe/movingaverage.md | 2 +- content/flux/v0/stdlib/universe/now.md | 2 +- content/flux/v0/stdlib/universe/pearsonr.md | 2 +- content/flux/v0/stdlib/universe/pivot.md | 2 +- content/flux/v0/stdlib/universe/quantile.md | 2 +- content/flux/v0/stdlib/universe/range.md | 2 +- content/flux/v0/stdlib/universe/reduce.md | 2 +- .../stdlib/universe/relativestrengthindex.md | 2 +- content/flux/v0/stdlib/universe/rename.md | 2 +- content/flux/v0/stdlib/universe/sample.md | 2 +- content/flux/v0/stdlib/universe/set.md | 2 +- content/flux/v0/stdlib/universe/skew.md | 2 +- content/flux/v0/stdlib/universe/sort.md | 2 +- content/flux/v0/stdlib/universe/spread.md | 2 +- content/flux/v0/stdlib/universe/statecount.md | 2 +- .../flux/v0/stdlib/universe/stateduration.md | 2 +- .../flux/v0/stdlib/universe/statetracking.md | 2 +- content/flux/v0/stdlib/universe/stddev.md | 2 +- content/flux/v0/stdlib/universe/string.md | 2 +- content/flux/v0/stdlib/universe/sum.md | 2 +- content/flux/v0/stdlib/universe/tablefind.md | 2 +- content/flux/v0/stdlib/universe/tail.md | 2 +- content/flux/v0/stdlib/universe/time.md | 2 +- .../v0/stdlib/universe/timedmovingaverage.md | 2 +- content/flux/v0/stdlib/universe/timeshift.md | 2 +- .../v0/stdlib/universe/timeweightedavg.md | 2 +- content/flux/v0/stdlib/universe/tobool.md | 2 +- content/flux/v0/stdlib/universe/today.md | 2 +- content/flux/v0/stdlib/universe/tofloat.md | 2 +- content/flux/v0/stdlib/universe/toint.md | 2 +- content/flux/v0/stdlib/universe/top.md | 2 +- content/flux/v0/stdlib/universe/tostring.md | 2 +- content/flux/v0/stdlib/universe/totime.md | 2 +- content/flux/v0/stdlib/universe/touint.md | 2 +- content/flux/v0/stdlib/universe/tripleema.md | 2 +- .../universe/tripleexponentialderivative.md | 2 +- .../v0/stdlib/universe/truncatetimecolumn.md | 2 +- content/flux/v0/stdlib/universe/uint.md | 2 +- content/flux/v0/stdlib/universe/union.md | 2 +- content/flux/v0/stdlib/universe/unique.md | 2 +- content/flux/v0/stdlib/universe/window.md | 2 +- content/flux/v0/stdlib/universe/yield.md | 2 +- .../cloud/account-management/limits.md | 2 +- .../cloud/account-management/pricing-plans.md | 2 +- .../{ => flux}/list-all-functions.html | 0 356 files changed, 366 insertions(+), 366 deletions(-) rename layouts/shortcodes/{ => flux}/list-all-functions.html (100%) 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] ---