Veritas Data Insight 6.1 Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- Overview of Data Insight licensing
- 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 bulk assignment of custodians
- 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 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 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 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 SharePoint Online accounts
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Section VI. Configuring ECM data sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Section X. Reference
- Appendix A. Backing up and restoring data
- Appendix B. Data Insight health checks
- Appendix C. Command File Reference
- Appendix D. Data Insight jobs
- Appendix E. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Importing sensitive files information through CSV
Data Insight pulls information about sensitive files in your storage environment from Symantec™ Data Loss Prevention (DLP).
However, if you use a third-party application other than DLP, Data Insight provides you the ability to identify sensitive files in your storage environment using a .csv file. A scheduled Data Insight process reads the .csv file to retrieve the list of sensitive files from Data Insight.
To use a .csv file to classify sensitive files in Data Insight
- Log in to the Data Insight Management Server.
- Create a .csv file, in which each line indicates the path of the sensitive file, and policy names which that particular file violates.
For example, you have a
file /foo/bar/info.txt
which violates the policies Personal Information and Hipaa. And another file/foo/ssn.pdf
which violates the policy Personal Information In this case, create a .csv file as follows:data /foo/bar/info.txt,Personal Information, Hipaa /foo/ssn.pdf, Personal Information
- Edit the dlp_db.conf file to add the following lines:
dlp.csv.enabled=true
external.file.path=<full path to the location of .csv file on Management Server>
The dlp_db.conf file is located in the <datadir>\conf directory.
Note:
If the dlp.csv.enabled property is set to true in the dlp_db.conf
file, the Data Insight process uses the .csv file to identify sensitive files, even if DLP is configured in Data Insight.