kapacitor record stream
The kapacitor record stream
command records the result of a Kapacitor stream task.
Once the recording is stopped, the command outputs the recording ID.
If no recording ID is specified, Kapacitor assigns a random ID.
The command requires the following:
- Recording duration: Use the
-duration
flag - Task ID: Use the
-task
flag
To replay the recording, see kapacitor replay
.
Usage
kapacitor record stream [flags]
Flags
Flag | Description |
---|---|
-duration | Required: How long to record the data stream |
-no-wait | Run recording in the background |
-recording-id | ID to assign to the recording |
-task | Required: Task ID (uses the dbrp value in the task) |
Examples
Record a stream task
kapacitor record stream \
-task example-task-id \
-duration 1h
Record a stream task and assign a custom recording ID
kapacitor record stream \
-task example-task-id \
-duration 1h \
-recording-id 1h-example-stream-rec
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Kapacitor and this documentation. To find support, use the following resources: