View task run history and logs
Use the InfluxDB user interface (UI) or the command line interface (CLI) to view task run histories and associated logs.
In the navigation menu on the left, select Tasks.
Hover over the task you want to run and click the icon.
Use the influx task run list
command to view a task’s run history.
Detailed run logs are not currently available in the influx
CLI.
# Retry failed tasks for a specific task
influx task retry-failed \
# Print information about runs that will be retried
influx task retry-failed \
--dry-run
# Retry failed task runs that occurred in a specific time range
influx task retry-failed \
--after 2021-01-01T00:00:00Z \
--before 2021-01-01T23:59:59Z