Overview
In the Shield dashboard under the Shield > Dashboard tab in the Admin Console, you can use the Last X Days filter at the upper right to view alerts detected within the last 90 days.
As for those alerts detected more than 90 days ago, you can view their details or mark them as safe using the following methods:
-
When the Publish alert to Box Event Stream option is enabled in the Box Shield detection rule and you know the alert ID (which can be obtained from the Event Log using the Event API):
https://<subdomain>.app.box.com/master/shield/alerts/<Alert ID> -
To view alerts older than 90 days:
Example: To view alerts from All Rules, All Priorities, and Last 90 Days:
https://<subdomain>.box.com/master/shield?daysAgo=90&marker=&priority=&ruleCategory=&selectedAlert
You can view alerts from earlier dates by changing the number after “daysAgo=”.
Example: To view alerts from the past 365 days by specifying the number of days as “daysAgo=365”:
https://<subdomain>.ent.box.com/master/shield?daysAgo=365&marker=&priority=&ruleCategory=&selectedAlert