27 lines
890 B
Markdown
27 lines
890 B
Markdown
---
|
|
title: Process Data with InfluxDB tasks
|
|
seotitle: Process Data with InfluxDB tasks
|
|
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.
|
|
menu:
|
|
influxdb_2_0:
|
|
name: Process data
|
|
weight: 4
|
|
influxdb/v2.0/tags: [tasks]
|
|
---
|
|
|
|
Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries)
|
|
to input a data stream and then analyze, modify, and act on the data accordingly.
|
|
|
|
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.
|
|
|
|
{{% note %}}
|
|
Tasks replace InfluxDB v1.x continuous queries.
|
|
{{% /note %}}
|
|
|
|
{{< children >}}
|