Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This guide walks you through the process of creating a Sift Family. Use Families to group a set of related Runs so you can compare them side-by-side, compute aggregate statistics, and build rules that flag anomalies against your historical baseline. For example, all nominal tests for a given engine configuration, or daily Runs from a deployed vehicle.Prerequisites
- You have at least two Runs ingested into Sift that you want to group.
- Your Sift user account belongs to a Sift group with the Editor role on the organization containing the Runs.
Create a Family
To create a Family:- In the Sift navigation panel, click Families. On smaller screens, Families may not be immediately visible — scroll right within the navigation panel to find it.
- Click Create family.
- Follow the Create Family steps, and then click Save.
Basic Info
Enter the following details for the Family:Membership
Add the Runs for this Family. Excluding a Run keeps it in the Family but removes it from analysis and visualization. Use exclusion for known outliers or failed tests that you want to track alongside the Family but not include in aggregates. You can always add or remove members later from the Family management page.Candidate Runs
Use a candidate query to find Runs that match criteria instead of selecting them one at a time. A candidate query is a CEL expression that is evaluated against each Run. Matching Runs appear in the Candidates tab, where you can bulk include them in the Family or exclude them.- In the Members step, click the Candidates tab.
- Click Add candidate query.
-
Enter a CEL expression. For example, to match Runs whose name contains
flightfor a specific Asset: - Click Run Query to see matching Runs.
- Select Runs and apply the Include or Exclude bulk action. Included Runs move to the Family Members tab; excluded Runs move to the Excluded tab.