Related to "inputs"
sampledata.bool() function
sampledata.bool
returns a sample data set with boolean values.
sampledata.float() function
sampledata.float
returns a sample data set with float values.
sampledata.int() function
sampledata.int
returns a sample data set with integer values.
sampledata.numericBool() function
sampledata.numericBool
returns a sample data set with numeric boolean values ([0,1]
).
sampledata.string() function
sampledata.string
returns a sample data set with string values.
sampledata.uint() function
sampledata.uint
returns a sample data set with unsigned integer values.
csv.from() function
The csv.from()
function retrieves data from a CSV data source.
generate.from() function
generate.from
generates data using provided parameter values.
monitor.from() function
The monitor.from()
function retrieves check statuses stored in the statuses
measurement in the _monitoring
bucket.
monitor.logs() function
The monitor.logs()
function retrieves notification events stored in the notifications
measurement in the _monitoring
bucket.
sql.from() function
The sql.from()
function retrieves data from a SQL data source.
from() function
The from()
function retrieves data from an InfluxDB data source.
influxdb.select() function
The influxdb.select()
function is an alternate implementation of from()
, range()
, filter()
and pivot()
that returns pivoted query results and masks the _start
and _stop
column Results are similar to those returned by InfluxQL SELECT
statements.
sample.data() function
The sample.data()
function downloads and outputs an InfluxDB sample dataset.
testing.load() function
The testing.load()
function loads tests data from a stream of tables.
testing.loadMem() function
The testing.loadMem()
function loads annotated CSV test data from memory to emulate query results returned by Flux.
testing.loadStorage() function
The testing.loadStorage()
function loads annotated CSV test data as if it were queried from InfluxDB. This function ensures tests behave correctly in both the Flux and InfluxDB test suites.
array.from() function
The experimental array.from()
function constructs a table from an array of records.
bigtable.from() function
The bigtable.from()
function retrieves data from a Google Cloud Bigtable data source.
csv.from() function
The experimental csv.from()
function retrieves annotated CSV from a URL.
iox.from() function
iox.from()
queries data from the specified bucket and measurement in an IOx storage node.
prometheus.scrape() function
The prometheus.scrape()
function retrieves Prometheus-formatted metrics from a specified URL.
query.fromRange() function
The query.fromRange()
function returns all data from a specified bucket within given time bounds.
query.inBucket() function
The query.inBucket()
function queries data from a specified bucket within given time bounds, filters data by measurement, field, and optional predicate expressions.
requests.do() function
requests.do()
makes an HTTP request using the specified request method.
requests.get() function
requests.get()
makes an HTTP request using the GET request method.
requests.post() function
requests.post()
makes an HTTP request using the POST request method.
usage.from() function
The usage.from()
function returns usage data from an InfluxDB Cloud organization.