Rules
Rules define what to watch and when to raise an Alert. Each rule targets one resource group (Directors, Devices, or Targets), picks one rule type, applies to a configurable scope of resources within that group, and runs on the engine's one-minute evaluation tick.
Accessing Rules
Navigate to
Rules List
Columns:
| Column | Description |
|---|---|
| Rule Name | Name assigned at creation |
| Resource Group | Directors / Devices / Targets |
| Rule Type | The chosen rule type (for example, Disk utilization) |
| Applied Resources | Number of resources currently in scope (or All) |
| Severity | Severity levels configured on the rule (one for single-severity rules, up to four for multi-severity rules) |
| Status | Active / Passive — Active rules are evaluated every minute; Passive rules are not |
Controls:
Search rules — free-text search across rule name and rule typeResources filter — All, Directors, Devices, TargetsRule Type filter — populated from the rule types available for the selected resource group- Pagination at the foot of the table
Per-row actions (row menu):
The
Creating a Rule
The wizard runs in four steps. The Next button is disabled until every required field on the current step is valid.
Define Rule Scope
| Field | Description |
|---|---|
| Rule name | Required. Up to 255 characters. |
| Description | Optional. Free text. |
| Resource Group | Required. One of Directors, Devices, or Targets. Drives every option in the remaining steps. |
| Scope | Required. See the scope modes below. |
Scope modes (labels follow the chosen resource group — directors, devices, or targets):
| Mode | Behavior |
|---|---|
| The rule applies to every current and future resource in the chosen group. A | |
| The rule applies only to the resources picked from the list. | |
| Device rules only. Pick one or more Directors; the rule applies to every Device connected to those Directors, including Devices added later. |
Set Rule Type
Pick one rule type from the cards shown for the selected resource group. The set of available types depends on the resource group — see Rule types for the catalog.
Define Rule Behavior
The fields that appear in this step depend on the chosen rule type. The common controls are:
| Control | Description |
|---|---|
| Toggle. Off (default) means the rule is evaluated continuously. On lets the user add one or more windows of weekday + start/end time in a chosen timezone; outside those windows the rule is not evaluated. | |
| Severity | Single-severity rule types fix one level (Critical, High, Medium, or Low). Multi-severity rule types accept up to four severity rows, each with its own threshold. |
| Threshold | The numeric trigger value for threshold-based rule types. For utilization rules the unit is fixed to percent and capped at 100; for data and event volume rules a unit selector accompanies the value. |
| The observation window over which the engine evaluates the rule. Minimum one second. | |
| Resolve condition | Available only on Crash detection and Backpressure. |
Review and Create Rule
A read-only summary of every value entered in the preceding steps.
Rule Types
The Rule Type filter in the list and the cards on the wizard's Set Rule Type step are populated from the catalog below. The Severity model column shows whether the rule type uses one fixed severity (single) or up to four severity rows with thresholds (multiple). The Threshold column shows the input fields shown on Define Rule Behavior — — means the rule type has no threshold value (it fires on a binary condition such as disconnection).
Director rules
| Rule type | Severity model | Threshold | Resolve condition |
|---|---|---|---|
| Director status | single | — | — |
| No data received | single | — | — |
| Total ingest amount | multiple | value + unit (KB / MB / GB / TB / events) | — |
| Disk utilization | multiple | percent (≤ 100) | — |
| Processor utilization | multiple | percent (≤ 100) | — |
| Memory utilization | multiple | percent (≤ 100) | — |
| Queue usage | multiple | percent or size — see Queue usage input mode | — |
| Crash detection | single | — | yes |
Device rules
| Rule type | Severity model | Threshold | Resolve condition |
|---|---|---|---|
| Device status | single | — | — |
| No data received | single | — | — |
| High data volume | multiple | value + unit (KB / MB / GB / TB) | — |
| Low data volume | multiple | value + unit (KB / MB / GB / TB) | — |
| High event volume | multiple | value + unit (events) | — |
| Low event volume | multiple | value + unit (events) |