How to view dashboard data older than 30 days
By default the dashboard of the IQ Server displays data no older than 30 days and the top 100 records with that time frame.
Since IQ Server version 1.27, there is a option to adjust the Age of the dashboard information.
- Sign into IQ server.
- Open the Dashboard.
- IQ Server release 51 and newer - an Age filter is available by default in the left sidebar.
IQ Server 1.27 to release 50 only - Append?timeFilterFeature=true
to the dashboard URL and reload the page to expose an Age option in the left sidebar (e.g. http://localhost:8070/assets/index.html#/dashboard/violations?timeFilterFeature=true) - In the left filter sidebar, adjust the Age option to your desired time frame. Adjust all other filter criteria as desired for your report. Click Apply to apply your filters.
- You should now see up to 100 records for matching the filters.
- To export all the data beyond 100 results, click the Export Violations Data from the top right of the dashboard. While the UI view is limited to 100 records, the export is not limited.
- To save this filter for future use, choose the Manage... menu item and Save As at the top of the filter sidebar. Give the filter a relevant name.
NOTE: An Age filter larger than 30 days can potentially generate large datasets and take minutes to create. This feature should be used with discretion.
Example: How to Generate a Report of all Waived Artifacts
While policy-enforcement is the key to maintaining the security of your software, exceptions are sometimes necessary. You can use the following steps to generate a list of all policy waivers to help assess the scope of your exceptions.
- Sign into IQ server.
- Open the Dashboard.
- IQ Server release 51 and newer - an Age filter is available by default in the left sidebar.
IQ Server 1.27 to release 50 only - Append?timeFilterFeature=true
to the dashboard URL and reload the page to expose an Age option in the left sidebar (e.g. http://localhost:8070/assets/index.html#/dashboard/violations?timeFilterFeature=true) - In the left filter sidebar, first choose Clear button, then choose only these options:
- Violation State: Waived
- Age: all time
Click Apply button to apply the filter - You should now see the first 100 waivers for all time.
- To export all the data beyond 100 results, click the Export Violations Data from the top right of the dashboard.
- To save this filter for future use, choose the Manage... menu item and Save As at the top of the filter sidebar. Give it a relevant name such as "All Waivers"