Step 5: Generate a Report based on Rule results
Overview
In the previous step, you created a Rule to capture an unusual drop in maximum air and ground temperature. That Rule now represents a precise condition that you can monitor in future datasets. By defining it once, you have transformed a visual observation into something that Sift can programmatically detect across Runs.
Now imagine receiving a new set of data from the rover and wanting to check whether the same issue has appeared again. Instead of manually inspecting plots or writing fresh checks, you can reuse the existing Rule to automate the review process. Sift evaluates the data against that logic and flags any matches. This reduces review time and ensures consistency across Runs.
For purposes of this tutorial, in this step you will simulate the arrival of a new dataset that happens to contain the same anomaly you previously identified. Rather than uploading new data from the rover (a new Run), you will select the existing Run and evaluate it using the Rule you created. This demonstrates how Sift can automatically check for known issues in incoming data, using Rules to surface matching conditions and generate a clear, structured Report.
Generate a Report
With that context in mind, it is time to create a Report and see how Sift automatically flags the anomaly using your Rule.
- In Sift, click .
- Click the Runs tab.
- In the Run name or description box, enter:
Replace
fl
with your own initials. - Click your Run from the search results to open it.
- Click Create Report.
- Click the Rules tab.
- Select your Rule (for example, fl_low_max_temp_anomaly).
- Click Evaluate.
- Click Notifications
- Click the Completed tab.
It may take a few moments for the Report to finish evaluating. Once complete, it will appear in the Completed tab.
- In the Report
fl
_env_telemetry_two_thousand_twenty_one section, click Open Report.fl
referring to your own initials.
The completed Report highlights where the Rule logic was met within the dataset. In this case, the Rule low_max_temp_anomaly
was triggered by a significant and sudden drop in both max_air_temp(C)
and max_ground_temp(C)
values on October 6, 2021. The vertical marker on the plot indicates the exact timestamp of the anomaly. This confirms that Sift successfully detected the previously defined condition in the selected Run, demonstrating how Rules and Reports work together to automate anomaly detection and ensure consistent review across telemetry data.