Install the DLP Integrator
The Enterprise DLP Integrator is an MVISION Cloud application that communicates between MVISION Cloud and your third-party Data Loss Prevention solution.
Requirements
- Generally, the DLP Integrator uses the same requirements as the MVISION Cloud Connector Prerequisites.
- Administrator role is required to install the DLP Integrator.
- IMPORTANT: Only one DLP Integrator can be configured per tenant.
- IMPORTANT: To use the DLP Integrator for indexing/fingerprinting on Windows, you must also install Microsoft Visual C++ 2015 Redistributable and Microsoft Visual C++ 2010 Redistributable.
- LIMITATION: The DLP Integrator creates EDM and IDM indexes. After they are created, they are uploaded to the MVISION Cloud backend and stored on an HDFS cluster that is used for DLP On-Demand Scanning. These indexes cannot exceed 2.1 GB (in compressed zip form).
For Multi-tenant IAM Environments
Multi-tenant IAM environments require DLP Integrator 5.1.0.
For DLP Integrator 5.0.2 and Later
For DLP Integrater 5.0.2 and later, if your tenant is NOT IAM enabled, use the following variable in bold:
DLP_Integrator_WINx64_5_0_2_0.exe -Venv=https://url/ -ViamDisable=true
Install the DLP Integrator
You can install the DLP Integrator in two modes: Enterprise DLP Server Integration mode, or Document Fingerprinting Mode.
Windows - Enterprise DLP Server Integration Mode for Production
NOTE: To use the DLP Integrator for indexing/fingerprinting on Windows requires both Microsoft Visual C++ 2015 Redistributable and Microsoft Visual C++ 2010 Redistributable.
- Download and install Microsoft Visual C++ 2015 Redistributable.
- Download and install Microsoft Visual C++ 2010 Redistributable
- To download the DLP Integrator, go to MVISION Cloud Software.
- Unzip the download package.
- Browse to the folder where the installer is unzipped.
- Right-click the executable and select Run as Administrator.
- In the wizard Welcome screen, click Next.
- Select the folder where you would like the DLP Integrator to be installed, and click Next.
- Select the directory for Symlinks, then click Next.
- For Integrator Mode select Enterprise DLP Server Integration. This is used to communicate with an on-premise DLP solution that supports ICAP. Click Next.
- Select your connection type and click Next.
- Enter the DLP Server ICAP Service URI and click Next.
- Select the Cloud Services you'd like to configure, then click Next.
- Enter your MVISION Cloud credentials and click Next.
For Sandbox or any other environment:
- Follow the instructions in Install the DLP Integrator above.
- Open the command window, right-click, and select Run as Administrator.
- CD to the folder where the installer is unzipped.
- Run the command:
<installer> -Venv=<URL>
Example:shnDlpintegrator_WIN64_3_3.exe -Venv=https://myshn.net
Windows - Document Fingerprinting Mode
NOTE: To use the DLP Integrator for indexing/fingerprinting on Windows requires both Microsoft Visual C++ 2015 Redistributable and Microsoft Visual C++ 2010 Redistributable.
- Download and install Microsoft Visual C++ 2015 Redistributable.
- Download and install Microsoft Visual C++ 2010 Redistributable
- Download the DLP Integrator.
- Unzip the download package.
For Production:
- Browse to the folder where the installer is unzipped.
- Right-click the executable and select Run as Administrator.
- In the wizard Welcome screen, click Next.
- Select the folder where you would like the DLP Integrator to be installed, and click Next.
- Select the directory for Symlinks, then click Next.
- For Integrator Mode select Document Fingerprinting. This is used for Structured (EDM) and Unstructured (IDM) fingerprint functionality. Then click Next.
- Select your connection type and click Next.
- Enter your MVISION Cloud credentials and click Next.
For Sandbox or any other environment:
- Open the command window, right-click, and select Run as Administrator.
- CD to the folder where the installer is unzipped.
- Run the command:
<installer> -Venv=<URL>
Example:shnDlpintegrator_WIN64_3_3.exe -Venv=https://myshn.net
Unix
- Download the DLP Integrator.
- Unzip the download package.
- CD to the folder where the installer is unzipped.
For Production:
Refer to the Windows section for the wizard install instructions where you can select the Integrator Mode.
- Run the command:
sudo
<installer>
Example:./DLP_Integrator_UNIX64_3_3.sh
For Sandbox or any other environment:
- Run the command:
sudo
<installer> -Venv=<URL>
Example:./shnDlpintegrator_UNIX64_3_3.sh -Venv=https://myshn.net
Mac
- Download the DLP Integrator.
- Unzip the download package.
- Browse to the folder where the installer is unzipped.
For Production:
Refer to the Windows section for the wizard install instructions where you can select the Integrator Mode.
- Launch the installer.
For Sandbox or any other environment:
- Launch the installer, which will mount the image.
- Open a Terminal window.
- CD to
<mount-path>/{{product}} DLP Integrator Installer.app/Contents/MacOS
- Run the command:
sudo ./JavaApplicationStub -Venv=<URL>
Example:./shnDlpintegrator_macos_3_3.sh -Venv=https://myshn.net)