Tabs
- Hierarchy
- Agents
- Devices
- Groups
A tree view showing the organizational structure:Expand nodes to drill down. Each level shows aggregate status and risk. Click any node to see its details in a side panel.This view is useful for understanding how agents are distributed across your organization and spotting machines with unusual agent counts or risk levels.
Agent Status
Each agent has a status indicating its current state:Agent Management
From the Agents tab, you can:- Block — immediately stop an agent from operating. The edge daemon enforces the block.
- Unblock — restore a blocked agent.
- View Sessions — jump to the sessions page filtered to this agent.
- View Alerts — see alerts generated by this agent.
- Assign to Group — move the agent’s device to a different group for policy scoping.
Graph Visualization
The graph view uses React Flow to render agent-device-team relationships visually. Key features:- Node colors — green (low risk), yellow (medium), orange (high), red (critical)
- Edge thickness — thicker edges indicate more event traffic
- Clustering — devices on the same team cluster together
- Hover details — hover any node for a quick summary tooltip
- Click to detail — click a node to open its full detail view
Groups and Policies
Groups are the bridge between fleet management and policy enforcement:1
Create a group
Define a group with a name and description (e.g., “Production Servers”).
2
Add devices
Assign devices to the group. A device can belong to multiple groups.
3
Attach policies
Create or assign policies scoped to this group. Policies only apply to devices within the group.
4
Monitor
The group’s aggregate risk and alert count reflect only its member devices.
Devices not assigned to any group inherit the organization-level default policies. Explicit group membership always takes precedence over org defaults.