Manage alerts using the CLI
This page describes how to manage alerts using the CLI.
Last updated
$weka alerts
TYPE SEVERITY MUTED START TIME COUNT TITLE MUTE TIME REMAINING COMMENT
SystemDefinedTLS WARNING Muted 11:30:55h 1 TLS certificate is not user-defined 30d 12:32:37h
$weka alerts --format json
[
{
"action": "Replace the auto-generated self-signed certificate with a user-defined certificate by running the command 'weka security tls set'.",
"active_duration": null,
"comment": null,
"count": 1,
"description": "The system uses an auto-generated self-signed TLS certificate.",
"end_time": "",
"mute_time_remaining": 2637140,
"muted": true,
"severity": "WARNING",
"start_time": "2025-08-13T03:33:18.807934Z",
"title": "TLS certificate is not user-defined",
"type": "SystemDefinedTLS"
}
]