Update content/kapacitor/v1/guides/anomaly_detection.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
chore/update-kapacitor-python2-examples
karel-rehor 2025-06-06 17:04:40 +02:00 committed by GitHub
parent 58a02cfd03
commit dad38c90d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -686,11 +686,11 @@ fake data so that we can easily iterate on the task:
```sh
# Start the recording in the background
kapacitor record stream -task print_temps -duration 24h -no-wait
# Copy the ID and store it in a variable
# List recordings to find the ID
kapacitor list recordings
ID Type Status Size Date
7bd3ced5-5e95-4a67-a0e1-f00860b1af47 stream running 0 B 04 May 16 11:34 MDT
# Copy the ID and store it in a variable
rid=7bd3ced5-5e95-4a67-a0e1-f00860b1af47
# Run our python script to generate data
chmod +x ./printer_data.py