Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw alerts — DefenseClaw

Overview

defenseclaw alerts — View and manage security alerts.

Reference

Synopsis

defenseclaw alerts [OPTIONS]

Subcommands

SubcommandDescription
acknowledgeMark alerts as acknowledged (downgrades severity to ACK in the audit DB).
dismissDismiss alerts from the active operator view (same DB update as acknowledge).

Description

View and manage security alerts

Options

FlagTypeDefaultEnv varRequiredDescription
-n, --limitinteger25noNumber of alerts to load
--showintegernoPrint full details for alert # and exit (non-interactive)
--tui, --no-tuibooleannoDeprecated: the interactive TUI moved to defenseclaw tui in P3-#20. This flag now prints a deprecation notice and falls back to the table.

defenseclaw alerts acknowledge

Mark alerts as acknowledged (downgrades severity to ACK in the audit DB)

Options

FlagTypeDefaultEnv varRequiredDescription
--severitychoice (all, CRITICAL, HIGH, MEDIUM, LOW)allnoLimit which severities are acknowledged.

defenseclaw alerts dismiss

Dismiss alerts from the active operator view (same DB update as acknowledge)

Options

FlagTypeDefaultEnv varRequiredDescription
--severitychoice (all, CRITICAL, HIGH, MEDIUM, LOW)allnoLimit which severities are cleared from the active list.

Usage

Show recent alerts

defenseclaw alerts --limit 20
defenseclaw alerts --show

--limit controls how many recent alerts are loaded; --show prints alert details instead of only the summary.

Acknowledge or dismiss by severity

defenseclaw alerts acknowledge --severity high
defenseclaw alerts dismiss --severity medium

The command acts on matching alerts in the local alert store.

Hand off to the TUI

defenseclaw alerts --tui

Use the TUI when you need to triage a set of alerts interactively.

Related