From dad38c90d64d836b05361668a55d0367e411f0a6 Mon Sep 17 00:00:00 2001 From: karel-rehor Date: Fri, 6 Jun 2025 17:04:40 +0200 Subject: [PATCH] Update content/kapacitor/v1/guides/anomaly_detection.md Co-authored-by: Jason Stirnaman --- content/kapacitor/v1/guides/anomaly_detection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/kapacitor/v1/guides/anomaly_detection.md b/content/kapacitor/v1/guides/anomaly_detection.md index 1fc4ab856..f1a91261d 100644 --- a/content/kapacitor/v1/guides/anomaly_detection.md +++ b/content/kapacitor/v1/guides/anomaly_detection.md @@ -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