Arctera Insight Information Governance Administrator's Guide
- Section I. Getting started
- Introduction to Arctera Insight Information Governance administration
- Configuring Information Governance global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Information Governance 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 Information Governance
- Configuring Information Governance product users
- Configuring Information Governance 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 Information Governance
- Configuring containers
- Server Pools
- Section III. Configuring native file systems in Information Governance
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Information Governance 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 Arctera File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring clustered NetApp file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Information Governance 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
- Configuring policies
- Managing policies
- Configuring policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Information Governance best practices
- Appendix B. Migrating Information Governance components
- Appendix C. Backing up and restoring data
- Appendix D. Arctera Information Governance health checks
- About Information Governance health checks
- About Information Governance health checks
- Appendix E. Command File Reference
- Appendix F. Arctera Information Governance jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Importing sensitive files information through CSV
Information Governance 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, Information Governance provides you the ability to identify sensitive files in your storage environment using a .csv file. A scheduled Information Governance process reads the .csv file to retrieve the list of sensitive files from Information Governance.
To use a .csv file to classify sensitive files in Information Governance
- Log in to the Information Governance 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 Information Governance process uses the .csv file to identify sensitive files, even if DLP is configured in Information Governance.
Note:
Information Governance supports importing of OneDrive and SharePoint Online paths via csv mechanism.