added missing images
parent
65cac16db2
commit
62b9369b73
|
@ -26,7 +26,7 @@ The InfluxDB UI provides multiple ways to create a task:
|
|||
### Create a task from the Data Explorer
|
||||
1. Click on the **Data Explorer** icon in the left navigation menu.
|
||||
|
||||
{{< img-hd src="/img/data-explorer-icon.png" alt="Data Explorer Icon" />}}
|
||||
{{< img-hd src="/img/data-explorer-icon.png" title="Data Explorer Icon" />}}
|
||||
|
||||
2. Building a query and click **Save As** in the upper right.
|
||||
3. Select the **Task** option.
|
||||
|
@ -34,12 +34,12 @@ The InfluxDB UI provides multiple ways to create a task:
|
|||
for detailed information about each option.
|
||||
5. Click **Save as Task**.
|
||||
|
||||
{{< img-hd src="/img/data-explorer-save-as-task.png" alt="Add a task from the Data Explorer"/>}}
|
||||
{{< img-hd src="/img/data-explorer-save-as-task.png" title="Add a task from the Data Explorer"/>}}
|
||||
|
||||
### Create a task in the Task UI
|
||||
1. Click on the **Tasks** icon in the left navigation menu.
|
||||
|
||||
{{< img-hd src="/img/tasks-icon.png" alt="Tasks Icon" />}}
|
||||
{{< img-hd src="/img/tasks-icon.png" title="Tasks Icon" />}}
|
||||
|
||||
2. Click **+ Create Task** in the upper right.
|
||||
3. In the left panel, specify the task options.
|
||||
|
@ -47,7 +47,7 @@ The InfluxDB UI provides multiple ways to create a task:
|
|||
4. In the right panel, enter your task script.
|
||||
5. Click **Save** in the upper right.
|
||||
|
||||
{{< img-hd src="/img/tasks-create-edit.png" alt="Create a task" />}}
|
||||
{{< img-hd src="/img/tasks-create-edit.png" title="Create a task" />}}
|
||||
|
||||
### Import a task
|
||||
1. Click on the **Tasks** icon in the left navigation menu.
|
||||
|
@ -55,8 +55,6 @@ The InfluxDB UI provides multiple ways to create a task:
|
|||
3. Drag and drop or select a file to upload.
|
||||
4. Click **Upload Task**.
|
||||
|
||||
{{< img-hd src="/img/tasks-import-task.png" alt="Import a task" />}}
|
||||
|
||||
## Create a task using the influx CLI
|
||||
Use `influx task create` command to create a new task.
|
||||
It accepts either a file path or raw Flux.
|
||||
|
|
|
@ -20,8 +20,6 @@ menu:
|
|||
3. Click **Delete** on the far right.
|
||||
4. Click **Confirm**.
|
||||
|
||||
{{< img-hd src="/img/tasks-delete-task.png" alt="Delete a task" />}}
|
||||
|
||||
|
||||
## Delete a task with the influx CLI
|
||||
Use the `influx task delete` command to delete a task.
|
||||
|
|
|
@ -23,8 +23,6 @@ Click the **Tasks** icon in the left navigation to view the lists of tasks.
|
|||
3. Select an organization from the **All Organizations** dropdown to filter the list by organization.
|
||||
4. Click on the heading of any column to sort by that field.
|
||||
|
||||
{{< img-hd src="/img/tasks-list.png" alt="View and filter tasks" />}}
|
||||
|
||||
## View tasks with the influx CLI
|
||||
Use the `influx task find` command to return a list of created tasks.
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ This guide covers the different options:
|
|||
## Data Explorer
|
||||
Queries can be built, executed, and visualized in InfluxDB UI's Data Explorer.
|
||||
|
||||

|
||||

|
||||
|
||||
## Influx REPL
|
||||
The [`influx repl` command](/v2.0/reference/cli/influx/repl) starts an interactive
|
||||
|
|
|
@ -28,8 +28,8 @@ See [Get started with Flux](/v2.0/query-data/get-started) to learn more about Fl
|
|||
|
||||
1. Click the **Data Explorer** icon in the sidebar.
|
||||
2. Use the Flux builder in the bottom panel to select a bucket and filters such as measurement, field or tag.
|
||||
Alternatively, click **Switch to Script Editor** to manually edit the query.
|
||||
To switch back to the query builder, click **Switch to Query Builder**.
|
||||
Alternatively, click **Script Editor** to manually edit the query.
|
||||
To switch back to the query builder, click **Query Builder**.
|
||||
3. Use the **Functions** list to review the available Flux functions.
|
||||
Click on a function from the list to add it to your query.
|
||||
4. Click **Submit** to run your query. You can then preview your graph in the above pane.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 311 KiB |
Binary file not shown.
After Width: | Height: | Size: 536 KiB |
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue