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 58a02cf commit dad38c9Copy full SHA for dad38c9
content/kapacitor/v1/guides/anomaly_detection.md
@@ -686,11 +686,11 @@ 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
-# Copy the ID and store it in a variable
+# List recordings to find the ID
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
693
-
+# Copy the ID and store it in a variable
694
rid=7bd3ced5-5e95-4a67-a0e1-f00860b1af47
695
# Run our python script to generate data
696
chmod +x ./printer_data.py
0 commit comments