We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98f6cf commit b5a9312Copy full SHA for b5a9312
content/kapacitor/v1/guides/anomaly_detection.md
@@ -550,7 +550,7 @@ Ensure that the task is enabled:
550
kapacitor enable print_temps
551
```
552
553
-And then...
+And then list the tasks:
554
555
```bash
556
kapacitor list tasks
@@ -686,7 +686,7 @@ fake data so that we can easily iterate on the task:
686
```sh
687
# Start the recording in the background
688
kapacitor record stream -task print_temps -duration 24h -no-wait
689
-# Grab the ID and store it in a var
+# Copy the ID and store it in a variable
690
kapacitor list recordings
691
ID Type Status Size Date
692
7bd3ced5-5e95-4a67-a0e1-f00860b1af47 stream running 0 B 04 May 16 11:34 MDT
0 commit comments