Configure MIN_ALERT_LEVEL in .env
Configure EXCLUDE_RULE_IDS in .env (Comma separated)
= __('RAM Alert Threshold (%)') ?>
ALERT_RAM_PERCENT
= __('Disk Alert Threshold (%)') ?>
ALERT_DISK_PERCENT
This will permanently delete all alert records from the database. Cases and playbooks will not be deleted. This action cannot be undone.
| = __('Date Deleted') ?> | = __('Reason') ?> | = __('Records Deleted') ?> | = __('Data Date Range') ?> |
|---|---|---|---|
| = date('Y-m-d H:i', strtotime($log['created_at'])) ?> | = htmlspecialchars($log['reason']) ?> | = number_format($log['deleted_count']) ?> | = htmlspecialchars($log['date_range']) ?> |
= __('Configuration Management') ?>
For security and compliance, system configurations are managed via environment variables (.env) and cannot be modified through the web interface.