Related to "Inputs"
array.from() function
array.from()
constructs a table from an array of records.
csv.from() function
csv.from()
retrieves data from a comma separated value (CSV) data source and returns a stream of tables.
generate.from() function
generate.from()
generates data using the provided parameter values.
socket.from() function
socket.from()
returns data from a socket connection and outputs a stream of tables given a specified decoder.
bigtable.from() function
bigtable.from()
retrieves data from a Google Cloud Bigtable data source.
from() function
from()
queries data from an InfluxDB data source.
http.get() function
http.get()
submits an HTTP GET request to the specified URL and returns the HTTP status code, response body, and response headers.
iox.from() function
iox.from()
reads from the selected bucket and measurement in an IOx storage node.
iox.sql() function
iox.sql()
executes an SQL query against a bucket in an IOx storage node.
prometheus.scrape() function
prometheus.scrape()
scrapes Prometheus metrics from an HTTP-accessible endpoint and returns them as a stream of tables.
query.inBucket() function
query.inBucket()
queries data from a specified InfluxDB bucket within given time bounds, filters data by measurement, field, and optional predicate expressions.
requests.do() function
requests.do()
makes an http request.
requests.get() function
requests.get()
makes a http GET request. This identical to calling request.do(method: "GET", ...)
.
requests.post() function
requests.post()
makes a http POST request. This identical to calling request.do(method: "POST", ...)
.
usage.from() function
usage.from()
returns usage data from an InfluxDB Cloud organization.
clickhouse.query() function
clickhouse.query()
queries data from ClickHouse using specified parameters.
from() function
from()
retrieves data from an InfluxDB bucket between the start
and stop
times.
influxdb.select() function
influxdb.select()
is an alternate implementation of from()
, range()
, filter()
and pivot()
that returns pivoted query results and masks the _measurement
, _start
, and _stop
columns. Results are similar to those returned by InfluxQL SELECT
statements.
logql.query_range() function
logql.query_range()
queries data from a specified LogQL query within given time bounds, filters data by query, timerange, and optional limit expressions. All values are returned as string values (using raw
mode in csv.from
)
monitor.logs() function
monitor.logs()
retrieves notification events stored in the notifications
measurement in the _monitoring
bucket.
requests.do() function
requests.do()
makes an http request.
requests.get() function
requests.get()
makes a http GET request. This identical to calling request.do(method: "GET", ...)
.
requests.post() function
requests.post()
makes a http POST request. This identical to calling request.do(method: "POST", ...)
.
v1.json() function
v1.json()
parses an InfluxDB 1.x JSON result into a stream of tables.