kapacitor flux task log list

The kapacitor flux task log list command outputs Kapacitor Flux task logs.

Usage

kapacitor flux task log list [flags]

Aliases

  • find
  • ls

Flags

FlagDescription
-h--helpShow command help
--jsonOutput data as JSON
--run-idTask run ID
--task-idRequired: Task ID

Examples

Show all run logs for a Flux task

kapacitor flux task log list --task-id 000x00xX0xXXx00

Show logs for a specific Flux task run

kapacitor flux task log list \
  --task-id 000x00xX0xXXx00 \
  --run-id XXX0xx0xX00Xx0X

Was this page helpful?

Thank you for your feedback!