diff --git a/content/v2.0/query-data/guides/histograms.md b/content/v2.0/query-data/guides/histograms.md index 6a1a1ed92..dbcb05916 100644 --- a/content/v2.0/query-data/guides/histograms.md +++ b/content/v2.0/query-data/guides/histograms.md @@ -1,7 +1,7 @@ --- title: Create histograms with Flux seotitle: How to create histograms with Flux -description: This guide walks through using the histogram() function to create cumulative histograms with Flux. +description: This guide walks through using the `histogram()` function to create cumulative histograms with Flux. v2.0/tags: [histogram] menu: v2_0: diff --git a/content/v2.0/reference/flux/functions/built-in/inputs/buckets.md b/content/v2.0/reference/flux/functions/built-in/inputs/buckets.md index 09d77f803..79aa46686 100644 --- a/content/v2.0/reference/flux/functions/built-in/inputs/buckets.md +++ b/content/v2.0/reference/flux/functions/built-in/inputs/buckets.md @@ -1,6 +1,6 @@ --- title: buckets() function -description: The buckets() function returns a list of buckets in the organization. +description: The `buckets()` function returns a list of buckets in the organization. aliases: - /v2.0/reference/flux/functions/inputs/buckets menu: diff --git a/content/v2.0/reference/flux/functions/built-in/inputs/from.md b/content/v2.0/reference/flux/functions/built-in/inputs/from.md index 86b107ff1..e9619e81c 100644 --- a/content/v2.0/reference/flux/functions/built-in/inputs/from.md +++ b/content/v2.0/reference/flux/functions/built-in/inputs/from.md @@ -1,6 +1,6 @@ --- title: from() function -description: The from() function retrieves data from an InfluxDB data source. +description: The `from()` function retrieves data from an InfluxDB data source. aliases: - /v2.0/reference/flux/functions/inputs/from menu: diff --git a/content/v2.0/reference/flux/functions/built-in/inputs/fromcsv.md b/content/v2.0/reference/flux/functions/built-in/inputs/fromcsv.md index d50cc3c23..130b8ed58 100644 --- a/content/v2.0/reference/flux/functions/built-in/inputs/fromcsv.md +++ b/content/v2.0/reference/flux/functions/built-in/inputs/fromcsv.md @@ -1,6 +1,6 @@ --- title: fromCSV() function -description: The fromCSV() function retrieves data from a CSV data source. +description: The `fromCSV()` function retrieves data from a CSV data source. aliases: - /v2.0/reference/flux/functions/inputs/fromcsv menu: diff --git a/content/v2.0/reference/flux/functions/built-in/misc/intervals.md b/content/v2.0/reference/flux/functions/built-in/misc/intervals.md index 138b42e74..d36acade3 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/intervals.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/intervals.md @@ -1,6 +1,6 @@ --- title: intervals() function -description: The intervals() function generates a set of time intervals over a range of time. +description: The `intervals()` function generates a set of time intervals over a range of time. aliases: - /v2.0/reference/flux/functions/misc/intervals menu: diff --git a/content/v2.0/reference/flux/functions/built-in/misc/linearbins.md b/content/v2.0/reference/flux/functions/built-in/misc/linearbins.md index 0202965e7..0df48b679 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/linearbins.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/linearbins.md @@ -1,6 +1,6 @@ --- title: linearBins() function -description: The linearBins() function generates a list of linearly separated floats. +description: The `linearBins()` function generates a list of linearly separated floats. aliases: - /v2.0/reference/flux/functions/misc/linearbins menu: diff --git a/content/v2.0/reference/flux/functions/built-in/misc/logarithmicbins.md b/content/v2.0/reference/flux/functions/built-in/misc/logarithmicbins.md index dde79c6f7..5d6f7270c 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/logarithmicbins.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/logarithmicbins.md @@ -1,6 +1,6 @@ --- title: logarithmicBins() function -description: The logarithmicBins() function generates a list of exponentially separated floats. +description: The `logarithmicBins()` function generates a list of exponentially separated floats. aliases: - /v2.0/reference/flux/functions/misc/logarithmicbins menu: diff --git a/content/v2.0/reference/flux/functions/built-in/misc/systemtime.md b/content/v2.0/reference/flux/functions/built-in/misc/systemtime.md index 7217f9f64..04e193e9c 100644 --- a/content/v2.0/reference/flux/functions/built-in/misc/systemtime.md +++ b/content/v2.0/reference/flux/functions/built-in/misc/systemtime.md @@ -1,6 +1,6 @@ --- title: systemTime() function -description: The systemTime() function returns the current system time. +description: The `systemTime()` function returns the current system time. aliases: - /v2.0/reference/flux/functions/misc/systemtime menu: diff --git a/content/v2.0/reference/flux/functions/built-in/outputs/to.md b/content/v2.0/reference/flux/functions/built-in/outputs/to.md index 53e2c1c62..3d45cdcf3 100644 --- a/content/v2.0/reference/flux/functions/built-in/outputs/to.md +++ b/content/v2.0/reference/flux/functions/built-in/outputs/to.md @@ -1,6 +1,6 @@ --- title: to() function -description: The to() function writes data to an InfluxDB v2.0 bucket. +description: The `to()` function writes data to an InfluxDB v2.0 bucket. aliases: - /v2.0/reference/flux/functions/outputs/to menu: diff --git a/content/v2.0/reference/flux/functions/built-in/outputs/yield.md b/content/v2.0/reference/flux/functions/built-in/outputs/yield.md index 28ed6eba4..09b428cf0 100644 --- a/content/v2.0/reference/flux/functions/built-in/outputs/yield.md +++ b/content/v2.0/reference/flux/functions/built-in/outputs/yield.md @@ -1,6 +1,6 @@ --- title: yield() function -description: The yield() function indicates the input tables received should be delivered as a result of the query. +description: The `yield()` function indicates the input tables received should be delivered as a result of the query. aliases: - /v2.0/reference/flux/functions/outputs/yield menu: diff --git a/content/v2.0/reference/flux/functions/built-in/tests/contains.md b/content/v2.0/reference/flux/functions/built-in/tests/contains.md index be4fbd634..ab2810daf 100644 --- a/content/v2.0/reference/flux/functions/built-in/tests/contains.md +++ b/content/v2.0/reference/flux/functions/built-in/tests/contains.md @@ -1,6 +1,6 @@ --- title: contains() function -description: The contains() function tests whether a value is a member of a set. +description: The `contains()` function tests whether a value is a member of a set. menu: v2_0_ref: name: contains diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md index 70da4c8ee..e78bd28a5 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md @@ -1,6 +1,6 @@ --- title: aggregateWindow() function -description: The aggregateWindow() function applies an aggregate function to fixed windows of time. +description: The `aggregateWindow()` function applies an aggregate function to fixed windows of time. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/aggregatewindow menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/count.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/count.md index dda927f7b..d4aea0830 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/count.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/count.md @@ -1,6 +1,6 @@ --- title: count() function -description: The count() function outputs the number of non-null records in each aggregated column. +description: The `count()` function outputs the number of non-null records in each aggregated column. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/count menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/cov.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/cov.md index a517e6d4b..ff51f1f9d 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/cov.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/cov.md @@ -1,6 +1,6 @@ --- title: cov() function -description: The cov() function computes the covariance between two streams by first joining the streams, then performing the covariance operation. +description: The `cov()` function computes the covariance between two streams by first joining the streams, then performing the covariance operation. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/cov menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/covariance.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/covariance.md index 811c80fb4..0f2457115 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/covariance.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/covariance.md @@ -1,6 +1,6 @@ --- title: covariance() function -description: The covariance() function computes the covariance between two columns. +description: The `covariance()` function computes the covariance between two columns. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/covariance menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/derivative.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/derivative.md index 39679adfe..3c4100bcb 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/derivative.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/derivative.md @@ -1,6 +1,6 @@ --- title: derivative() function -description: The derivative() function computes the rate of change per unit of time between subsequent non-null records. +description: The `derivative()` function computes the rate of change per unit of time between subsequent non-null records. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/derivative menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/difference.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/difference.md index 018211342..c84c1fbd8 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/difference.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/difference.md @@ -1,6 +1,6 @@ --- title: difference() function -description: The difference() function computes the difference between subsequent non-null records. +description: The `difference()` function computes the difference between subsequent non-null records. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/difference menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/increase.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/increase.md index 333afcdc2..bfc1c9a8f 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/increase.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/increase.md @@ -1,6 +1,6 @@ --- title: increase() function -description: The increase() function calculates the total non-negative difference between values in a table. +description: The `increase()` function calculates the total non-negative difference between values in a table. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/increase menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/integral.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/integral.md index 4627baf58..b5ff40c2f 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/integral.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/integral.md @@ -1,6 +1,6 @@ --- title: integral() function -description: The integral() function computes the area under the curve per unit of time of subsequent non-null records. +description: The `integral()` function computes the area under the curve per unit of time of subsequent non-null records. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/integral menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/mean.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/mean.md index 2f960a8eb..0b14fd623 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/mean.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/mean.md @@ -1,6 +1,6 @@ --- title: mean() function -description: The mean() function computes the mean or average of non-null records in the input table. +description: The `mean()` function computes the mean or average of non-null records in the input table. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/mean menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/pearsonr.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/pearsonr.md index c86d4ceec..c8011a618 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/pearsonr.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/pearsonr.md @@ -1,6 +1,6 @@ --- title: pearsonr() function -description: The pearsonr() function computes the Pearson R correlation coefficient between two streams by first joining the streams, then performing the covariance operation normalized to compute R. +description: The `pearsonr()` function computes the Pearson R correlation coefficient between two streams by first joining the streams, then performing the covariance operation normalized to compute R. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/pearsonr menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/percentile.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/percentile.md index d0eda220c..88acc3770 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/percentile.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/percentile.md @@ -1,6 +1,6 @@ --- title: percentile() function -description: The percentile() function outputs non-null records with values that fall within the specified percentile or the non-null record with the value that represents the specified percentile. +description: The `percentile()` function outputs non-null records with values that fall within the specified percentile or the non-null record with the value that represents the specified percentile. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/percentile menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/skew.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/skew.md index a8e19328b..e43d7d96e 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/skew.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/skew.md @@ -1,6 +1,6 @@ --- title: skew() function -description: The skew() function outputs the skew of non-null records as a float. +description: The `skew()` function outputs the skew of non-null records as a float. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/skew menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/spread.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/spread.md index 8fbfe2cf3..3bc164ea2 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/spread.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/spread.md @@ -1,6 +1,6 @@ --- title: spread() function -description: The spread() function outputs the difference between the minimum and maximum values in each specified column. +description: The `spread()` function outputs the difference between the minimum and maximum values in each specified column. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/spread menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/stddev.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/stddev.md index 119eb9cff..225a21698 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/stddev.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/stddev.md @@ -1,6 +1,6 @@ --- title: stddev() function -description: The stddev() function computes the standard deviation of non-null records in specified columns. +description: The `stddev()` function computes the standard deviation of non-null records in specified columns. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/stddev menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/sum.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/sum.md index eee9b6e45..2b180bf71 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/sum.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/sum.md @@ -1,6 +1,6 @@ --- title: sum() function -description: The sum() function computes the sum of non-null records in specified columns. +description: The `sum()` function computes the sum of non-null records in specified columns. aliases: - /v2.0/reference/flux/functions/transformations/aggregates/sum menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/columns.md b/content/v2.0/reference/flux/functions/built-in/transformations/columns.md index e388b8a9f..374bf8f05 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/columns.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/columns.md @@ -1,7 +1,7 @@ --- title: columns() function description: > - The columns() function lists the column labels of input tables. + The `columns()` function lists the column labels of input tables. For each input table, it outputs a table with the same group key columns, plus a new column containing the labels of the input table's columns. aliases: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/cumulativesum.md b/content/v2.0/reference/flux/functions/built-in/transformations/cumulativesum.md index 69eb44296..941823c02 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/cumulativesum.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/cumulativesum.md @@ -1,6 +1,6 @@ --- title: cumulativeSum() function -description: The cumulativeSum() function computes a running sum for non-null records in the table. +description: The `cumulativeSum()` function computes a running sum for non-null records in the table. aliases: - /v2.0/reference/flux/functions/transformations/cumulativesum menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/drop.md b/content/v2.0/reference/flux/functions/built-in/transformations/drop.md index ccfb69dac..28f777743 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/drop.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/drop.md @@ -1,6 +1,6 @@ --- title: drop() function -description: The drop() function removes specified columns from a table. +description: The `drop()` function removes specified columns from a table. aliases: - /v2.0/reference/flux/functions/transformations/drop menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/duplicate.md b/content/v2.0/reference/flux/functions/built-in/transformations/duplicate.md index a49b3716d..a0c16eceb 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/duplicate.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/duplicate.md @@ -1,6 +1,6 @@ --- title: duplicate() function -description: The duplicate() function duplicates a specified column in a table. +description: The `duplicate()` function duplicates a specified column in a table. aliases: - /v2.0/reference/flux/functions/transformations/duplicate menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/fill.md b/content/v2.0/reference/flux/functions/built-in/transformations/fill.md index fceda4fce..5520db317 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/fill.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/fill.md @@ -1,6 +1,6 @@ --- title: fill() function -description: The fill() function replaces all null values in an input stream and replace them with a non-null value. +description: The `fill()` function replaces all null values in an input stream and replace them with a non-null value. aliases: - /v2.0/reference/flux/functions/transformations/fill menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/filter.md b/content/v2.0/reference/flux/functions/built-in/transformations/filter.md index 92ba0c1ae..2c8c3feee 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/filter.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/filter.md @@ -1,6 +1,6 @@ --- title: filter() function -description: The filter() function filters data based on conditions defined in a predicate function (fn). +description: The `filter()` function filters data based on conditions defined in a predicate function (fn). aliases: - /v2.0/reference/flux/functions/transformations/filter menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/group.md b/content/v2.0/reference/flux/functions/built-in/transformations/group.md index ca95b9cc8..748a4611b 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/group.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/group.md @@ -1,6 +1,6 @@ --- title: group() function -description: The group() function groups records based on their values for specific columns. +description: The `group()` function groups records based on their values for specific columns. aliases: - /v2.0/reference/flux/functions/transformations/group menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/histogram.md b/content/v2.0/reference/flux/functions/built-in/transformations/histogram.md index 48491e014..336275a1d 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/histogram.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/histogram.md @@ -1,6 +1,6 @@ --- title: histogram() function -description: The histogram() function approximates the cumulative distribution of a dataset by counting data frequencies for a list of bins. +description: The `histogram()` function approximates the cumulative distribution of a dataset by counting data frequencies for a list of bins. aliases: - /v2.0/reference/flux/functions/transformations/histogram menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/join.md b/content/v2.0/reference/flux/functions/built-in/transformations/join.md index 3e6bd5b5c..d0e20bf65 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/join.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/join.md @@ -1,6 +1,6 @@ --- title: join() function -description: The join() function merges two or more input streams whose values are equal on a set of common columns into a single output stream. +description: The `join()` function merges two or more input streams whose values are equal on a set of common columns into a single output stream. aliases: - /v2.0/reference/flux/functions/transformations/join menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/keep.md b/content/v2.0/reference/flux/functions/built-in/transformations/keep.md index 6913703ee..717dcf4ac 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/keep.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/keep.md @@ -1,6 +1,6 @@ --- title: keep() function -description: The keep() function returns a table containing only the specified columns. +description: The `keep()` function returns a table containing only the specified columns. aliases: - /v2.0/reference/flux/functions/transformations/keep menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/keys.md b/content/v2.0/reference/flux/functions/built-in/transformations/keys.md index 76d5fda1d..1f120e3c7 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/keys.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/keys.md @@ -1,7 +1,7 @@ --- title: keys() function description: > - The keys() function outputs the group key of input tables. + The `keys()` function outputs the group key of input tables. For each input table, it outputs a table with the same group key columns, plus a _value column containing the labels of the input table's group key. aliases: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/keyvalues.md b/content/v2.0/reference/flux/functions/built-in/transformations/keyvalues.md index c62bb192a..9accf0509 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/keyvalues.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/keyvalues.md @@ -1,6 +1,6 @@ --- title: keyValues() function -description: The keyValues() function returns a table with the input table's group key plus two columns, _key and _value, that correspond to unique column + value pairs from the input table. +description: The `keyValues()` function returns a table with the input table's group key plus two columns, _key and _value, that correspond to unique column + value pairs from the input table. aliases: - /v2.0/reference/flux/functions/transformations/keyvalues menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/limit.md b/content/v2.0/reference/flux/functions/built-in/transformations/limit.md index d64abe964..f60094a7f 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/limit.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/limit.md @@ -1,6 +1,6 @@ --- title: limit() function -description: The limit() function limits the number of records in output tables to a fixed number (n). +description: The `limit()` function limits the number of records in output tables to a fixed number (n). aliases: - /v2.0/reference/flux/functions/transformations/limit menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/map.md b/content/v2.0/reference/flux/functions/built-in/transformations/map.md index 23714bdab..8a8dfa775 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/map.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/map.md @@ -1,6 +1,6 @@ --- title: map() function -description: The map() function applies a function to each record in the input tables. +description: The `map()` function applies a function to each record in the input tables. aliases: - /v2.0/reference/flux/functions/transformations/map menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/pivot.md b/content/v2.0/reference/flux/functions/built-in/transformations/pivot.md index 1890ff92a..1066d1e11 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/pivot.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/pivot.md @@ -1,6 +1,6 @@ --- title: pivot() function -description: The pivot() function collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets. +description: The `pivot()` function collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets. aliases: - /v2.0/reference/flux/functions/transformations/pivot menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/range.md b/content/v2.0/reference/flux/functions/built-in/transformations/range.md index e72e51186..934417faa 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/range.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/range.md @@ -1,6 +1,6 @@ --- title: range() function -description: The range() function filters records based on time bounds. +description: The `range()` function filters records based on time bounds. aliases: - /v2.0/reference/flux/functions/transformations/range menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/rename.md b/content/v2.0/reference/flux/functions/built-in/transformations/rename.md index 86ba6fe9d..cfc669aae 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/rename.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/rename.md @@ -1,6 +1,6 @@ --- title: rename() function -description: The rename() function renames specified columns in a table. +description: The `rename()` function renames specified columns in a table. aliases: - /v2.0/reference/flux/functions/transformations/rename menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/bottom.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/bottom.md index fc16d60df..20d546ea3 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/bottom.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/bottom.md @@ -1,6 +1,6 @@ --- title: bottom() function -description: The bottom() function sorts a table by columns and keeps only the bottom n records. +description: The `bottom()` function sorts a table by columns and keeps only the bottom n records. aliases: - /v2.0/reference/flux/functions/transformations/selectors/bottom menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/distinct.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/distinct.md index ac23ff543..6f1cdddd4 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/distinct.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/distinct.md @@ -1,6 +1,6 @@ --- title: distinct() function -description: The distinct() function returns the unique values for a given column. +description: The `distinct()` function returns the unique values for a given column. aliases: - /v2.0/reference/flux/functions/transformations/selectors/distinct menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/first.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/first.md index 778bf5662..7e0eb2a48 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/first.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/first.md @@ -1,6 +1,6 @@ --- title: first() function -description: The first() function selects the first non-null record from an input table. +description: The `first()` function selects the first non-null record from an input table. aliases: - /v2.0/reference/flux/functions/transformations/selectors/first menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestaverage.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestaverage.md index 7188f6d89..3d73486e2 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestaverage.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestaverage.md @@ -1,6 +1,6 @@ --- title: highestAverage() function -description: The highestAverage() function returns the top 'n' records from all groups using the average of each group. +description: The `highestAverage()` function returns the top `n` records from all groups using the average of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/highestaverage menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestcurrent.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestcurrent.md index dcb8cef43..69e7cea08 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestcurrent.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestcurrent.md @@ -1,6 +1,6 @@ --- title: highestCurrent() function -description: The highestCurrent() function returns the top 'n' records from all groups using the last value of each group. +description: The `highestCurrent()` function returns the top `n` records from all groups using the last value of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/highestcurrent menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestmax.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestmax.md index 79c3515b2..8532c8f8b 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestmax.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/highestmax.md @@ -1,6 +1,6 @@ --- title: highestMax() function -description: The highestMax() function returns the top 'n' records from all groups using the maximum of each group. +description: The `highestMax()` function returns the top `n` records from all groups using the maximum of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/highestmax menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/last.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/last.md index aafaa37e3..0b9edbef0 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/last.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/last.md @@ -1,6 +1,6 @@ --- title: last() function -description: The last() function selects the last non-null record from an input table. +description: The `last()` function selects the last non-null record from an input table. aliases: - /v2.0/reference/flux/functions/transformations/selectors/last menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestaverage.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestaverage.md index 6e71280cb..8acce67c1 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestaverage.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestaverage.md @@ -1,6 +1,6 @@ --- title: lowestAverage() function -description: The lowestAverage() function returns the bottom 'n' records from all groups using the average of each group. +description: The `lowestAverage()` function returns the bottom `n` records from all groups using the average of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/lowestaverage menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestcurrent.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestcurrent.md index c02251e52..74a038b7b 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestcurrent.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestcurrent.md @@ -1,6 +1,6 @@ --- title: lowestCurrent() function -description: The lowestCurrent() function returns the bottom 'n' records from all groups using the last value of each group. +description: The `lowestCurrent()` function returns the bottom `n` records from all groups using the last value of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/lowestcurrent menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestmin.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestmin.md index ed672b561..1d7acdfaf 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestmin.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/lowestmin.md @@ -1,6 +1,6 @@ --- title: lowestMin() function -description: The lowestMin() function returns the bottom 'n' records from all groups using the minimum of each group. +description: The `lowestMin()` function returns the bottom `n` records from all groups using the minimum of each group. aliases: - /v2.0/reference/flux/functions/transformations/selectors/lowestmin menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/max.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/max.md index 39806f3ba..b7381c1dc 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/max.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/max.md @@ -1,6 +1,6 @@ --- title: max() function -description: The max() function selects record with the highest _value from the input table. +description: The `max()` function selects record with the highest _value from the input table. aliases: - /v2.0/reference/flux/functions/transformations/selectors/max menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/min.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/min.md index 4097435e8..9ecdc94fe 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/min.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/min.md @@ -1,6 +1,6 @@ --- title: min() function -description: The min() function selects record with the lowest _value from the input table. +description: The `min()` function selects record with the lowest _value from the input table. aliases: - /v2.0/reference/flux/functions/transformations/selectors/min menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/sample.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/sample.md index 3fb7f38fd..ed2c13c8e 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/sample.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/sample.md @@ -1,6 +1,6 @@ --- title: sample() function -description: The sample() function selects a subset of the records from the input table. +description: The `sample()` function selects a subset of the records from the input table. aliases: - /v2.0/reference/flux/functions/transformations/selectors/sample menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/top.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/top.md index b44e183ab..bbe5e3841 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/top.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/top.md @@ -1,6 +1,6 @@ --- title: top() function -description: The top() function sorts a table by columns and keeps only the top n records. +description: The `top()` function sorts a table by columns and keeps only the top n records. aliases: - /v2.0/reference/flux/functions/transformations/selectors/top menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/unique.md b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/unique.md index d85eca7e8..fc2584692 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/selectors/unique.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/selectors/unique.md @@ -1,6 +1,6 @@ --- title: unique() function -description: The unique() function returns all records containing unique values in a specified column. +description: The `unique()` function returns all records containing unique values in a specified column. aliases: - /v2.0/reference/flux/functions/transformations/selectors/unique menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/set.md b/content/v2.0/reference/flux/functions/built-in/transformations/set.md index a4de838d7..d8fdad371 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/set.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/set.md @@ -1,6 +1,6 @@ --- title: set() function -description: The set() function assigns a static value to each record in the input table. +description: The `set()` function assigns a static value to each record in the input table. aliases: - /v2.0/reference/flux/functions/transformations/set menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/shift.md b/content/v2.0/reference/flux/functions/built-in/transformations/shift.md index 6ba93cb56..c946028c0 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/shift.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/shift.md @@ -1,6 +1,6 @@ --- title: shift() function -description: The shift() function adds a fixed duration to time columns. +description: The `shift()` function adds a fixed duration to time columns. aliases: - /v2.0/reference/flux/functions/transformations/shift menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/sort.md b/content/v2.0/reference/flux/functions/built-in/transformations/sort.md index ea2dd3eb6..79754fdef 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/sort.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/sort.md @@ -1,6 +1,6 @@ --- title: sort() function -description: The sort() function orders the records within each table. +description: The `sort()` function orders the records within each table. aliases: - /v2.0/reference/flux/functions/transformations/sort menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/statecount.md b/content/v2.0/reference/flux/functions/built-in/transformations/statecount.md index c70100cef..e121db236 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/statecount.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/statecount.md @@ -1,6 +1,6 @@ --- title: stateCount() function -description: The stateCount() function computes the number of consecutive records in a given state. +description: The `stateCount()` function computes the number of consecutive records in a given state. aliases: - /v2.0/reference/flux/functions/transformations/statecount menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/stateduration.md b/content/v2.0/reference/flux/functions/built-in/transformations/stateduration.md index d91281403..6eb8c6e8f 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/stateduration.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/stateduration.md @@ -1,6 +1,6 @@ --- title: stateDuration() function -description: The stateDuration() function computes the duration of a given state. +description: The `stateDuration()` function computes the duration of a given state. aliases: - /v2.0/reference/flux/functions/transformations/stateduration menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/bool.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/bool.md index e9ade0c29..6ae7d84ae 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/bool.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/bool.md @@ -1,6 +1,6 @@ --- title: bool() function -description: The bool() function converts a single value to a boolean. +description: The `bool()` function converts a single value to a boolean. menu: v2_0_ref: name: bool diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/duration.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/duration.md index 72205e849..4d17477cc 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/duration.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/duration.md @@ -1,6 +1,6 @@ --- title: duration() function -description: The duration() function converts a single value to a duration. +description: The `duration()` function converts a single value to a duration. menu: v2_0_ref: name: duration diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/float.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/float.md index 2f0bc979c..0c27345be 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/float.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/float.md @@ -1,6 +1,6 @@ --- title: float() function -description: The float() function converts a single value to a float. +description: The `float()` function converts a single value to a float. menu: v2_0_ref: name: float diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/int.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/int.md index ac5d2f5fd..1a8026634 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/int.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/int.md @@ -1,6 +1,6 @@ --- title: int() function -description: The int() function converts a single value to an integer. +description: The `int()` function converts a single value to an integer. menu: v2_0_ref: name: int diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string.md index ac1b4218c..3eaf9e2c6 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string.md @@ -1,6 +1,6 @@ --- title: string() function -description: The string() function converts a single value to a string. +description: The `string()` function converts a single value to a string. menu: v2_0_ref: name: string diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/time.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/time.md index 7596007d6..98046b56c 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/time.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/time.md @@ -1,6 +1,6 @@ --- title: time() function -description: The time() function converts a single value to a time. +description: The `time()` function converts a single value to a time. menu: v2_0_ref: name: time diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tobool.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tobool.md index e1b136f73..aaa7ef658 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tobool.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tobool.md @@ -1,6 +1,6 @@ --- title: toBool() function -description: The toBool() function converts all values in the "_value" column to booleans. +description: The `toBool()` function converts all values in the `_value` column to booleans. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/tobool menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toduration.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toduration.md index cee3a7017..c8f22aef7 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toduration.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toduration.md @@ -1,6 +1,6 @@ --- title: toDuration() function -description: The toDuration() function converts all values in the "_value" column to durations. +description: The `toDuration()` function converts all values in the `_value` column to durations. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/toduration menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tofloat.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tofloat.md index 0442e049d..689209f11 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tofloat.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tofloat.md @@ -1,6 +1,6 @@ --- title: toFloat() function -description: The toFloat() function converts all values in the "_value" column to floats. +description: The `toFloat()` function converts all values in the `_value` column to floats. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/tofloat menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toint.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toint.md index 1a3876a6f..1731712d4 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toint.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/toint.md @@ -1,6 +1,6 @@ --- title: toInt() function -description: The toInt() function converts all values in the "_value" column to integers. +description: The `toInt()` function converts all values in the `_value` column to integers. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/toint menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tostring.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tostring.md index 70b421499..f6be3607f 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tostring.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/tostring.md @@ -1,6 +1,6 @@ --- title: toString() function -description: The toString() function converts all values in the "_value" column to strings. +description: The `toString()` function converts all values in the `_value` column to strings. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/tostring menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/totime.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/totime.md index 8ab51f610..e4d4b6939 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/totime.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/totime.md @@ -1,6 +1,6 @@ --- title: toTime() function -description: The toTime() function converts all values in the "_value" column to times. +description: The `toTime()` function converts all values in the `_value` column to times. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/totime menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/touint.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/touint.md index e199fa203..4d5e5f990 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/touint.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/touint.md @@ -1,6 +1,6 @@ --- title: toUInt() function -description: The toUInt() function converts all values in the "_value" column to UIntegers. +description: The `toUInt()` function converts all values in the `_value` column to UIntegers. aliases: - /v2.0/reference/flux/functions/transformations/type-conversions/touint menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/uint.md b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/uint.md index 8fdf0aed7..a7eb92da6 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/uint.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/type-conversions/uint.md @@ -1,6 +1,6 @@ --- title: uint() function -description: The uint() function converts a single value to a UInteger. +description: The `uint()` function converts a single value to a UInteger. menu: v2_0_ref: name: uint diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/union.md b/content/v2.0/reference/flux/functions/built-in/transformations/union.md index 4118dfe21..449e15ee6 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/union.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/union.md @@ -1,6 +1,6 @@ --- title: union() function -description: The union() function concatenates two or more input streams into a single output stream. +description: The `union()` function concatenates two or more input streams into a single output stream. aliases: - /v2.0/reference/flux/functions/transformations/union menu: diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/window.md b/content/v2.0/reference/flux/functions/built-in/transformations/window.md index fee6fc0b9..b5e65dd15 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/window.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/window.md @@ -1,6 +1,6 @@ --- title: window() function -description: The window() function groups records based on a time value. +description: The `window()` function groups records based on a time value. aliases: - /v2.0/reference/flux/functions/transformations/window menu: diff --git a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md index 30f7fa8ed..e5a2ea5e6 100644 --- a/content/v2.0/reference/flux/functions/influxdb-v1/_index.md +++ b/content/v2.0/reference/flux/functions/influxdb-v1/_index.md @@ -3,7 +3,7 @@ title: Flux InfluxDB v1 functions description: > InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x database or structured using the InfluxDB v1 data structure. - To use them, import the "influxdata/influxdb/v1" package. + To use them, import the `influxdata/influxdb/v1` package. menu: v2_0_ref: name: InfluxDB v1 diff --git a/content/v2.0/reference/flux/functions/strings/_index.md b/content/v2.0/reference/flux/functions/strings/_index.md index 4764ff4f0..d80cee1c1 100644 --- a/content/v2.0/reference/flux/functions/strings/_index.md +++ b/content/v2.0/reference/flux/functions/strings/_index.md @@ -2,7 +2,7 @@ title: Flux string functions description: > String functions provide tools for manipulating strings in Flux. - To use them, import the "strings" package. + To use them, import the `strings` package. menu: v2_0_ref: name: Strings diff --git a/content/v2.0/reference/flux/functions/testing/_index.md b/content/v2.0/reference/flux/functions/testing/_index.md index 293b51ee9..2586190ae 100644 --- a/content/v2.0/reference/flux/functions/testing/_index.md +++ b/content/v2.0/reference/flux/functions/testing/_index.md @@ -2,6 +2,7 @@ title: Flux testing functions description: > Flux testing functions test piped-forward data in specific ways and return errors if the tests fail. + To use them, import the `testing` package. menu: v2_0_ref: name: Testing