changes to task docs based on PR feedback
parent
7c1f933ade
commit
823fa2e118
|
@ -2,8 +2,7 @@
|
|||
title: Create a task
|
||||
seotitle: Create a task for processing data in InfluxDB
|
||||
description: >
|
||||
Create a data processing task in InfluxDB using the InfluxDB user interface or
|
||||
the `influx` command line interface.
|
||||
Create a data processing task in InfluxDB using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: Create a task
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
title: Delete a task
|
||||
seotitle: Delete a task for processing data in InfluxDB
|
||||
description: >
|
||||
Delete a task from InfluxDB using the InfluxDB user interface or using the
|
||||
`influx` command line interface.
|
||||
Delete a task from InfluxDB using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: Delete a task
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Export a task
|
||||
seotitle: Export an InfluxDB task
|
||||
description: Export a data processing task from InfluxDB using the InfluxDB user interface.
|
||||
description: Export a data processing task from InfluxDB using the InfluxDB UI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: Export a task
|
||||
|
@ -9,7 +9,7 @@ menu:
|
|||
weight: 205
|
||||
---
|
||||
|
||||
InfluxDB allows you to export tasks from the InfluxDB user interface (UI).
|
||||
InfluxDB lets you export tasks from the InfluxDB user interface (UI).
|
||||
Tasks are exported as downloadable JSON files.
|
||||
|
||||
To export a task:
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
title: Run a task
|
||||
seotitle: Run an InfluxDB task
|
||||
description: >
|
||||
Run a data processing task using the InfluxDB user interface or the `influx`
|
||||
command line interface.
|
||||
Run a data processing task using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: Run a task
|
||||
|
@ -12,15 +11,15 @@ weight: 203
|
|||
---
|
||||
|
||||
InfluxDB data processing tasks generally run in defined intervals or at a specific time,
|
||||
however you can manually run a task from the InfluxDB user interface (UI) or with
|
||||
the `influx` command line interface (CLI).
|
||||
however, you can manually run a task from the InfluxDB user interface (UI) or the
|
||||
`influx` command line interface (CLI).
|
||||
|
||||
## Run a task from the InfluxDB UI
|
||||
1. Click the **Tasks** icon in the left navigation to view the lists of tasks.
|
||||
|
||||
{{< nav-icon "tasks" >}}
|
||||
|
||||
2. Hover over the task you would like to run and click the **{{< icon "gear" >}}** icon.
|
||||
2. Hover over the task you want to run and click the **{{< icon "gear" >}}** icon.
|
||||
3. Select **Run Task**.
|
||||
|
||||
## Run a task with the influx CLI
|
||||
|
@ -34,7 +33,7 @@ To run a task from the `influx` CLI, the task must have already run at least onc
|
|||
# List all tasks to find the ID of the task to run
|
||||
influx task find
|
||||
|
||||
# Use the task ID to list all the previous runs of the task
|
||||
# Use the task ID to list previous runs of the task
|
||||
influx task run find --task-id=0000000000000000
|
||||
|
||||
# Use the task ID and run ID to retry a run
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
title: View task run history and logs
|
||||
description: >
|
||||
View task run histories and logs using the InfluxDB user interface or the
|
||||
`influx` command line interface.
|
||||
View task run histories and logs using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: View run history
|
||||
|
@ -10,21 +9,20 @@ menu:
|
|||
weight: 203
|
||||
---
|
||||
|
||||
Each time an InfluxDB task runs, it creates a "run" record in the task's run history.
|
||||
Logs associated with each run provide relevant timestamps, messages,
|
||||
and the final state of the run attempt.
|
||||
When an InfluxDB task runs, a "run" record is created in the task's history.
|
||||
Logs associated with each run provide relevant log messages, timestamps,
|
||||
and the exit status of the run attempt.
|
||||
|
||||
Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI)
|
||||
to view task run histories and associated logs.
|
||||
|
||||
|
||||
## View a task's run history in the InfluxDB UI
|
||||
|
||||
1. Click the **Tasks** icon in the left navigation to view the lists of tasks.
|
||||
|
||||
{{< nav-icon "tasks" >}}
|
||||
|
||||
2. Hover over the task you would like to run and click the **{{< icon "gear" >}}** icon.
|
||||
2. Hover over the task you want to run and click the **{{< icon "gear" >}}** icon.
|
||||
3. Select **View Task Runs**.
|
||||
|
||||
### View task run logs
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
title: Update a task
|
||||
seotitle: Update a task for processing data in InfluxDB
|
||||
description: >
|
||||
Update a data processing task in InfluxDB using the InfluxDB user interface or
|
||||
the `influx` command line interface.
|
||||
Update a data processing task in InfluxDB using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: Update a task
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
title: View tasks
|
||||
seotitle: View created tasks that process data in InfluxDB
|
||||
description: >
|
||||
View existing data processing tasks using the InfluxDB user interface or the
|
||||
`influx` command line interface.
|
||||
View existing data processing tasks using the InfluxDB UI or the `influx` CLI.
|
||||
menu:
|
||||
v2_0:
|
||||
name: View tasks
|
||||
|
|
Loading…
Reference in New Issue