kapacitor watch

The kapacitor watch command streams logs associated with a task.

Usage

kapacitor watch <task-id> [<tags> ...]

Arguments

  • task-id: Task ID
  • tags: Log tag key-value pairs to filter by

Examples

Stream all logs from a task

kapacitor watch example-task-id

Stream logs from a task filtered by tags

kapacitor watch example-task-id level=CRITICAL node=alert2

Was this page helpful?

Thank you for your feedback!