6 min read Updated May 9, 2026

Console Overview

The Tamandua Sentinel Console provides a centralized web-based interface for managing your endpoint security infrastructure. This guide covers the console layout, navigation, key metrics, and user role management.

Accessing the Console

Access the Tamandua Sentinel Console through your browser at your organization's configured URL (typically https://your-domain.tamandua.io or your self-hosted instance).

Supported Browsers

  • Google Chrome 90+
  • Mozilla Firefox 88+
  • Microsoft Edge 90+
  • Safari 14+

Login Methods

  • Email/Password: Standard authentication with optional MFA
  • SSO/SAML: Integration with identity providers (Okta, Azure AD, Google Workspace)
  • API Key: For programmatic access and automation

[Screenshot: Login page with SSO options]

Dashboard Layout

The console follows a three-panel layout designed for efficient security operations.

Navigation Panel (Left)

The left navigation panel provides access to all major console areas:

SectionDescription
DashboardOverview metrics and real-time status
AlertsSecurity alerts and threat notifications
AgentsEndpoint agent management
InvestigationsThreat hunting and incident response
DetectionRules, signatures, and ML models
Live ResponseRemote endpoint interaction
ReportsScheduled and ad-hoc reporting
SettingsSystem and user configuration

[Screenshot: Left navigation panel expanded]

Header Bar (Top)

The header bar contains:

  • Organization Selector: Switch between managed organizations (for MSSP deployments)
  • Global Search: Search across alerts, agents, and indicators
  • Notifications: Real-time alert notifications
  • User Menu: Profile settings, preferences, and logout

[Screenshot: Header bar with organization selector]

Main Content Area (Center)

The main content area displays the selected view with:

  • Breadcrumb Navigation: Current location in the console hierarchy
  • Action Toolbar: Context-specific actions and filters
  • Data Grid/Visualization: Primary content display
  • Detail Panel: Slide-out panel for item details

Key Metrics

The console surfaces critical security metrics across all views.

Dashboard Metrics

MetricDescription
Active AgentsEndpoints currently reporting telemetry
Offline AgentsAgents not reporting within configured threshold
Open AlertsUnresolved security alerts requiring attention
Critical AlertsHigh-severity alerts in the last 24 hours
Detection CoveragePercentage of endpoints with active detection
Mean Time to Detect (MTTD)Average time from threat activity to alert generation
Mean Time to Respond (MTTR)Average time from alert to containment

Real-Time Indicators

  • Agent Health: Green (healthy), Yellow (degraded), Red (offline/error)
  • Threat Level: Organization-wide threat posture indicator
  • Processing Pipeline: Telemetry ingestion and detection pipeline status

[Screenshot: Dashboard with key metrics widgets]

Navigation

Keyboard Shortcuts

ShortcutAction
G then DGo to Dashboard
G then AGo to Alerts
G then EGo to Agents (Endpoints)
G then IGo to Investigations
/Focus global search
?Show keyboard shortcuts
EscClose modal/panel

Quick Actions

Access quick actions from any screen using Cmd+K (Mac) or Ctrl+K (Windows/Linux):

  • Create new investigation
  • Search for IOCs
  • Run live response command
  • Generate report

[Screenshot: Quick actions command palette]

Breadcrumb Navigation

Navigate hierarchies efficiently:

Dashboard > Alerts > Alert #12345 > Related Events

Click any breadcrumb segment to navigate directly to that level.

User Roles

Tamandua Sentinel implements role-based access control (RBAC) with predefined and custom roles.

Predefined Roles

Administrator

Full system access including:

  • User and role management
  • System configuration
  • License management
  • Audit log access
  • All operational capabilities

Security Analyst

Day-to-day security operations:

  • View and manage alerts
  • Create and manage investigations
  • Execute live response commands
  • Generate reports
  • View agent status

SOC Manager

Team oversight and reporting:

  • All Security Analyst permissions
  • Team management
  • Escalation configuration
  • SLA monitoring
  • Executive reporting

Threat Hunter

Advanced threat detection:

  • All Security Analyst permissions
  • Custom query creation
  • Detection rule authoring
  • Threat intelligence management
  • IOC management

Read-Only

View-only access for:

  • Dashboard viewing
  • Alert viewing (no actions)
  • Report viewing
  • Agent status viewing

Custom Roles

Create custom roles by combining granular permissions:

Permission CategoryExamples
AgentsView, Edit, Delete, Isolate, Uninstall
AlertsView, Assign, Resolve, Delete, Suppress
InvestigationsView, Create, Edit, Close, Delete
DetectionView Rules, Edit Rules, Deploy Rules
Live ResponseConnect, Execute Commands, Transfer Files
SystemView Settings, Edit Settings, Manage Users

[Screenshot: Role configuration page]

Role Assignment

Assign roles at multiple levels:

  1. Organization Level: Default role for all organization resources
  2. Agent Group Level: Override for specific endpoint groups
  3. Investigation Level: Specific investigation access

Multi-Organization Access (MSSP)

For managed security service providers:

  • Users can have different roles per customer organization
  • Organization-level isolation ensures data separation
  • Cross-organization views for SOC management
  • Consolidated dashboards for service delivery

Session Management

Session Security

  • Timeout: Configurable idle session timeout (default: 30 minutes)
  • Concurrent Sessions: Limit simultaneous logins per user
  • Session Binding: Optional IP address binding
  • Secure Cookies: HTTPOnly, Secure, SameSite flags enabled

Audit Trail

All console actions are logged:

[2024-01-15 14:32:45] user@example.com performed alert.resolve on Alert #12345
[2024-01-15 14:31:22] admin@example.com performed agent.isolate on endpoint-001
[2024-01-15 14:30:01] analyst@example.com performed investigation.create

Access audit logs via Settings > Audit Log or export for SIEM integration.

Console Themes

Light Mode

Default theme optimized for daytime use with high contrast.

Dark Mode

Reduced eye strain for extended monitoring sessions. Toggle via user preferences or system theme detection.

[Screenshot: Dashboard in dark mode]

Mobile Access

The console is responsive and supports tablet access for:

  • Alert triage
  • Agent status monitoring
  • Investigation review

For full functionality, desktop access is recommended.

Next Steps