Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Data Insight
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp 7-mode file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp 7-mode file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Data Insight best practices
- Appendix B. Migrating Data Insight components
- Appendix C. Backing up and restoring data
- Appendix D. Data Insight health checks
- About Data Insight health checks
- About Data Insight health checks
- Appendix E. Command File Reference
- Appendix F. Data Insight jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Parameterized Purging of access data using Data Retention
This enhancement will enable you to
alter the existing Data Retention Job's behavior of purging access data of all the shares older than a given time.
specify the required shares, devices, or indexers whose access data need to be purged.
add exclusions at each level.
specify custom time interval of purging access data at each level.
generated events for successful / failed purging of access data for each share.
To parameterize purging of access data using Data Retention, you need to perform following functions.
Disable the normal behavior of Data Retention.
Specify the required entities (shares, devices, indexers) where purging of access data is required.
Specify the required interval for which all access data older than that will be purged.
Data Retention Job runs twice every month on 1st and 15th. Purging of access data can be done before that by running Data Retention Job at each required indexer.
Details about each is function is as follows:
Normal behavior can be disabled/enabled using data_retention.global.purge.disable property, which is a global property. You can set this only through command line. If set to false, all shares' access data will be purged based on the global purge interval specified in Data Retention window available in Settings->Data Retention. If set to true, only a selective number of shares' access data will be purged based on other properties explained later.
To disable the normal behavior of Data Retention.
- Go to the bin of install directory. The default location is C:\Program Files\DataInsights\bin
- Run the following commands on command line to set true or false respectively.
configdb -O -J data_retention.global.purge.disable -j true
configdb -O -J data_retention.global.purge.disable -j false
Note:
If not specified, the property is considered false.
If data_retention.global.purge.disable is set to true, purging access data of a share will be determined by the property purge.audits.enable. This property can be present at share device, and indexer level and at each level can have three states: true, false and no value specified. The priority for deciding to purge access data of a share is: share level > device level > indexer level. Setting '' at share, device and indexer level means to skip this level and check the property at the next lower priority level. If this property is not set at all three levels for a share means this share will NOT be purged.
The check for purge.audits.enable starts from the Share level. If it is set to true, the access data will be purged if is set to false it will not be purged. If empty, value in the next level will be checked. If all are empty, access data of the share will not be purged.
Setting purge.audits.enable for a share:
configdb -o -T share -k <msu_id> -J purge.audits.enable -j true
configdb -o -T share -k <msu_id> -J purge.audits.enable -j false
To remove the property: configdb --delete-obj-attr -J purge.audits.enable -T share -k <msu_id>
To set purge.audits.enable for a device
- Navigate to Settings > Inventory > Filers
- Click Select Action of the desired Filer.
- Select Add config Attribute
- In Attribute Name, add purge.audits.enable.
- In Attribute Value, add true / false / ''
- Click Adding Attribute
To set purge.audits.enable for an indexer
- Navigate to Settings > Inventory > Data Insight Servers.
- Select the required Indexer.
- Select Advance Settings.
- Go to Set Custom Property
- In Property name, add purge.audits.enable
- In Property value, add true / false/ ''
- Click Save.
If data_retention.global.purge.disable is set to true, the interval for which access data older than that will be purged. It will be calculated based on the property purge.audits.interval.months. This property can be present at share device, and indexer level and can have two states; interval in months or no value (''). The priority for deciding purge interval is: share level > device level > indexer level > globally set purge interval. Setting '' at share, device and indexer level means skip this level and check the property at the next lower priority level. If this property is not set at any level, globally set purge interval will be considered.
The purge interval is determined by checking purge.audits.interval.months at share level. If specified, this value is used. If not, same property will be checked at the device level and follow the same procedure till indexer level. If all are empty, then global purge interval will be considered. It can be set in the Data Retention settings page.
To set global purge interval,
- Navigate to Settings > Global Settings > Data Retention.
- Click Edit
- Mark the Purge Access data automatically checkbox
- Enter the number of months below the checkbox.
To set purge.audits.interval.months for a share,
- Navigate to the bin of install directory. The default location is C:\Program Files\DataInsights\bin
- Run the following commands on the command line:
configdb -o -T share -k <msu_id> -J purge.audits.inteval.months -j <months>
To remove the property: configdb --delete-obj-attr -J purge.audits.interval.months -T share -k <msu_id>
To set purge.audits.interval.months for a device
- Navigate to Settings > Inventory > Filers
- Click Select Action of the desired Filer
- Select Add config Attribute
- In Attribute Name, add purge.audits.interval.months.
- In Attribute Value, add months in numbers / ''
- Click Save
To set purge.audits.interval.months for an indexer.
- Navigate to Settings > Inventory > Data Insight Servers
- Select the required Indexer.
- Select Advance Settings
- Go to Set Custom Property
- In Attribute Name, add purge.audits.interval.months.
- In Attribute Value, add months in numbers / ''
- Click Save
The purging of audits takes place when Data Retention Job is executed at the indexer. The default schedule of Data Retention Job is twice in a month, that is 1st and 15th .
To run the Data Retention Job manually on an indexer,
- Navigate to Settings > Inventory > Data Insight Servers
- Select the required Indexer.
- Go to Jobs
- Search Data Retention Job
- Click Select Action.
- Click Run