updated placeholder link for task find cli command, other minor updates
parent
6508efc909
commit
ccde0199ca
|
@ -73,7 +73,7 @@ Again, this is a very basic example, but it should provide you with a foundation
|
||||||
to build more complex downsampling tasks.
|
to build more complex downsampling tasks.
|
||||||
|
|
||||||
## Add your task
|
## Add your task
|
||||||
Once your task is ready, see [Create a task](#) for information about adding it to InfluxDB.
|
Once your task is ready, see [Create a task](/v2.0/process-data/manage-tasks/create-task) for information about adding it to InfluxDB.
|
||||||
|
|
||||||
## Things to consider
|
## Things to consider
|
||||||
- If there is a chance that data may arrive late, specify an `offset` in your
|
- If there is a chance that data may arrive late, specify an `offset` in your
|
||||||
|
|
|
@ -35,4 +35,5 @@ influx task find
|
||||||
#### Filter tasks using the CLI
|
#### Filter tasks using the CLI
|
||||||
Other filtering options such as filtering by organization or user,
|
Other filtering options such as filtering by organization or user,
|
||||||
or limiting the number of tasks returned are available.
|
or limiting the number of tasks returned are available.
|
||||||
See the [`influx task find` documentation](#) for information about other available flags.
|
See the [`influx task find` documentation](/v2.0/reference/cli/influx/task/find)
|
||||||
|
for information about other available flags.
|
||||||
|
|
|
@ -17,7 +17,7 @@ it in some way, then store the modified data in a new bucket or perform other ac
|
||||||
This article walks through writing a basic InfluxDB task that downsamples
|
This article walks through writing a basic InfluxDB task that downsamples
|
||||||
data and stores it in a new bucket.
|
data and stores it in a new bucket.
|
||||||
|
|
||||||
## Components of a Task
|
## Components of a task
|
||||||
Every InfluxDB task needs the following four components.
|
Every InfluxDB task needs the following four components.
|
||||||
Their form and order can vary, but the are all essential parts of a task.
|
Their form and order can vary, but the are all essential parts of a task.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue