Skip to main content

Site CollectorSite Collector Administration Guide

Install Site Collector

To install the Site Collector instance on your virtual machine (VM):

  1. Complete the Prerequisites to Install Site Collector.

  2. Log in to the Exabeam Security Operations Platform with your registered credentials.

  3. Navigate to Collectors > Site Collectors.

    Note

    Ensure that you have the required administration permissions for the UI at Exabeam Security Operations Platform. You require /*_repository drivers mounted with read/write/exec permissions for root for your VM.

  4. On Site Collector Instances, click New Site Collector.

  5. On the New Site Collector Instance page, in the Add Basic Info section:

    • Specify a name for the Site Collector Instance.

    • Specify a path for the Temp download folder and Installation folder. The default path for the Temp download folder is /tmp and for the Installation folder, it is /opt. The custom Temp download folder is used for execution and extraction. The custom Installation folder that you created is used for installation and upgrade.

      install_path_2.png

    Note

    The Add Basic Info section displays the deployment type as Single node deployment.

  6. (Optional) Enable proxy and then enter the required information as follows:

    • Proxy Hostname or IP – Enter the hostname or IP address of the VM on which you want to install Site Collector.

    • Protocol – Displays the protocol HTTP.

    • Port – Enter the port number of your proxy server. For example: 8080.

  7. Click Next.

    The Site Collector app generates an install script that appears as an input in the fields under the Installation section.

  8. Use the installation command for installing and upgrading tmux.

    • (Optional) If you want to install or upgrade tmux automatically, copy the first curl command displayed on UI, and paste the command on the terminal connected to your VM. If you choose to manage tmux packages manually, you do not need to execute this curl command. However, ensure that you have tmux version 1.9 or later.

    • Upgrading Site Collector requires tmux version 1.9 or later. For RHEL version 1.7 or older, a confirmation message box provides you with an option to proceed with automatic tmux installation and upgrade, or to cancel the process for manual installation.

    tmux_updated.png

    Note

    Tmux facilitates an uninterrupted installation process and command history. Additionally, tmux ensures easy compilation of command history and uninterrupted other terminal activities.

  9. To initiate the Site Collector installation process, copy the sudo tmux command on the VM.

    The installation process starts and displays the status of the pre-checks and packages. After the package is downloaded and executed to install Site Collector Core on your VM, Site Collectors Core is ready to send data to the Site Collector app to track its health.

    Site Collector installs under the User Identifier (UID) 9786.

    Note

    The curl script ensures successful installation, package download from Exabeam Security Operations Platform, and establishment of a secure communication channel between Site Collector’s VM and Exabeam Security Operations Platform tenant.

    To provide additional security hardening, Site Collector enforces TLS v1.3 for RHEL 8/9 and Ubuntu, and TLS 1.2 for RHEL 7.

  10. Proceed with setting up any desired collectors.

    It is recommended to set up one collector instance for one Site Collector instance at a time. To avoid installation errors, wait until Site Collector completes the process of setting up one collector instance before setting up a new collector instance.

    Note

    If you need you restart your VM for a specific reason such as for a package update or operating system update, you must stop the ongoing Site Collector processes to avoid the possibility of a corrupted installation.

    To stop the Site Collector processes, use the following command:

    /opt/exabeam/nifi/nifi_scripts/ngsc_stop.sh

    To start the Site Collector processes after the VM is restarted, use the following command:

    /opt/exabeam/nifi/nifi_scripts/ngsc_start.sh

    If you specified a path for the default installation (/opt) directory, replace the default /opt path with your custom path in the above command.

Install a Site Collector Instance on Red Hat 8

The following video tutorial shows steps to install Site Collector on Red Hat 8 operating system.