App Control: Where Are Event Saved Views Stored?
search cancel

App Control: Where Are Event Saved Views Stored?

book

Article ID: 291026

calendar_today

Updated On:

Products

Carbon Black App Control (formerly Cb Protection)

Issue/Introduction

Where are saved views on the console Events page stored in the database?

Environment

  • App Control Console:  All versions.
  • Microsoft SQL Server: All supported versions.

Resolution

  1. Log into SQL Server Management Studio
  2. Run the following command
use DAS;
select * from report_settings 
where table_name like 'apiTable%'

Additional Information

If the views are lost during an upgrade, please check the upgrade log for the cause.