Information
Important This documentation space contains information about the SaaS version of Automation Console. If you are using the on-premises version of Automation Console, see TrueSight Automation Console 24.3

Troubleshooting missing vulnerabilities on the Risks page


The Database Materialized views display data on Dashboard and Risk pages. In some cases, these views are not refreshed and stale data is displayed on the Dashboard and Risks page.

Resolution

To resolve this issue, the Database Materialized views must be refreshed in the following ways: 

  1. The Scheduled Intervals for data collection are defined when you configure the TrueSight Server Automation connector and the TrueSight Network Automation connector. The Database Materialized views are refreshed whenever the interval is triggered.
  2. Manually trigger the refresh by using the following API call:


    BMC Helix Automation Console: PUT/automation-console/api/v1/violations/refresh-views

    Example

    curl --location --request PUT 'https://<stack_url>/automation-console/api/v1/violations/refresh-views' --header 'Authorization: Bearer <JWT Token>'


    For more information, see Using-REST-APIs.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Helix Automation Console