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:

    TrueSight Automation Console: PUT/api/v1/violations/refresh-views

    Example

    curl --location --request PUT 'https://<stack_url>/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*

TrueSight Automation Console 24.1