2019-01-15 18:30:22 +00:00
|
|
|
---
|
|
|
|
title: Process Data with InfluxDB tasks
|
|
|
|
seotitle: Process Data with InfluxDB tasks
|
2019-01-19 00:29:28 +00:00
|
|
|
description: >
|
|
|
|
InfluxDB's task engine runs scheduled Flux tasks that process and analyze data.
|
|
|
|
This collection of articles provides information about creating and managing InfluxDB tasks.
|
2019-01-15 18:30:22 +00:00
|
|
|
menu:
|
2020-07-28 22:34:16 +00:00
|
|
|
influxdb_2_0:
|
2019-01-15 18:30:22 +00:00
|
|
|
name: Process data
|
2019-06-28 17:19:09 +00:00
|
|
|
weight: 4
|
2020-07-29 16:02:10 +00:00
|
|
|
influxdb/v2.0/tags: [tasks]
|
2019-01-15 18:30:22 +00:00
|
|
|
---
|
|
|
|
|
2019-04-29 20:36:13 +00:00
|
|
|
Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries)
|
2019-04-02 20:25:22 +00:00
|
|
|
to input a data stream and then analyze, modify, and act on the data accordingly.
|
|
|
|
|
2019-04-29 22:18:23 +00:00
|
|
|
Discover how to create and manage tasks using the InfluxDB user interface (UI)
|
|
|
|
and the `influx` command line interface (CLI).
|
|
|
|
Find examples of data downsampling, anomaly detection _(Coming)_, alerting
|
|
|
|
_(Coming)_, and other common tasks.
|
2019-01-15 18:30:22 +00:00
|
|
|
|
2019-01-18 19:12:28 +00:00
|
|
|
{{% note %}}
|
2019-04-29 22:18:23 +00:00
|
|
|
Tasks replace InfluxDB v1.x continuous queries.
|
2019-01-18 19:12:28 +00:00
|
|
|
{{% /note %}}
|
|
|
|
|
2019-02-06 16:03:32 +00:00
|
|
|
{{< children >}}
|