Skip to content

Commit dad38c9

Browse files
Update content/kapacitor/v1/guides/anomaly_detection.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent 58a02cf commit dad38c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/kapacitor/v1/guides/anomaly_detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,11 +686,11 @@ fake data so that we can easily iterate on the task:
686686
```sh
687687
# Start the recording in the background
688688
kapacitor record stream -task print_temps -duration 24h -no-wait
689-
# Copy the ID and store it in a variable
689+
# List recordings to find the ID
690690
kapacitor list recordings
691691
ID Type Status Size Date
692692
7bd3ced5-5e95-4a67-a0e1-f00860b1af47 stream running 0 B 04 May 16 11:34 MDT
693-
693+
# Copy the ID and store it in a variable
694694
rid=7bd3ced5-5e95-4a67-a0e1-f00860b1af47
695695
# Run our python script to generate data
696696
chmod +x ./printer_data.py

0 commit comments

Comments
 (0)