Arctera Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Arctera 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 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
- Configuring Azure Netapp Files Device
- 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
Importing sensitive files information through CSV
Data Insight pulls information about sensitive files in your storage environment from 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.
The format for each file that has one or more policy violations is:
\\path\to\file\filename.ext, policy1, policy2...
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. Another Windows share based file violates another policy called any-policy. In this case, create a .csv file as follows:\\foo\bar\info.txt
,Personal Information
,Hipaa
\\foo\ssn.pdf
,Personal Information
\\svr\sharedir\Employees.doc
,any-policy
- Edit the
<datadir>\conf\dlp_db.conf
file to add the following lines:dlp.csv.enabled=true
external.file.path=<path and filename of the .csv file on Management Server>
Note:
The path to the .csv file has double "\" in the path.
For example,
external.file.path=d:\\DataInsight\\DLPCSV\\sensitive_files.csv
Where
senstive_files.csv
is the list of sensitive files collected by the third-party tool.
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.
Note:
Data Insight supports importing of OneDrive and SharePoint Online paths via csv mechanism.
More Information
About Data Insight integration with Data Loss Prevention (DLP)