Veritas Data Insight User's Guide
- Section I. Introduction
- Section II. Data Insight Workspace
- Navigating the Workspace tab
- Analyzing data using the Workspace views
- Viewing access information for files and folders
- Viewing user activity on files or folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight security reports
- Permissions reports
- Permissions Search report
- Creating a Permissions Query Template
- Permissions Query Template actions
- Ownership Reports
- About Data Insight storage reports
- About Data Insight custom reports
- Managing reports
- Viewing reports
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Using the Self-Service Portal
- About the Self-Service Portal
- Managing data
- About managing data using Enterprise Vault and custom scripts
- About adding tags to files, folders, and shares
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
About stale information in reports
When a report is run, Data Insight indicates in the report output those paths for which the audit or metadata information is likely to be stale. Data Insight tracks the time of the last metadata scan/audit that was processed by the Indexer. If the last metadata scan for a path processed by the Indexer is older than 7 days, or the last audit processed is older than 5 days, the report output warns the user about the potentially stale information in the output.
If metadata has not been recently updated, it could mean that the information about paths (lsuch as size, permissions) in the report output might not be up-to-date or missing all- together. Similarly, if audit events have not been processed for some time, it could mean that the audit details in the report output or the ownership calculations that depend on audit activity of users may not be accurate.
You can disable stale information warnings if required by setting the following global property:
matrix.reports.stale.index.warning.enabled Value: true/false
Similarly, you can configure the allowable limit of stale data in the report output by setting the following global property:
matrix.reports.stale.index.warning.days.scan Value: Grace period in days
To set the global property
- Issue the following command on the Management Server:
configdb.exe -O -J <name> -j <value>
For example:
configdb.exe -O -J matrix.reports.stale.index.warning.enabled -j false