Install the DLP Integrator
The Enterprise DLP Integrator is an Skyhigh CASB application that communicates between Skyhigh CASB and your third-party Data Loss Prevention solution.
Requirements
- Generally, the DLP Integrator uses the same requirements as the Skyhigh 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. These indexes cannot exceed 10 GB (in compressed zip form).
For Multi-tenant IAM Environments
Multi-tenant IAM environments require DLP Integrator 5.1.0.
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 Skyhigh CASB 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 Skyhigh CASB credentials and click Next.
For 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://www.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 Skyhigh CASB credentials and click Next.
For 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://www.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 any other environment:
- Run the command:
sudo
<installer> -Venv=<URL>
Example:./shnDlpintegrator_UNIX64_3_3.sh -Venv=https://www.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 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://www.myshn.net)