Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Install Connector for SIEM, EDLP, and Log Agent

Perform the following steps to install the on-premise connector. In the script, the term Node Server refers to the connector. In the next sections, the term node server refers to the connector.

Run the following command to start the installation:

For RPM (CentOS):

Sudo yum install ./<package>.rpm

For Debian:

Sudo apt install .<package>.deb
Preparing... ################################# [100%]
/usr/sbin/useradd -r -g ccns-c ${USER_DESCRIPTION} -s /bin/nologin ccns Updating / installing...
1:enterprise-connector-0:21.01.0-10################################# [100%]
CipherCloud node server has been successfully installed in
/opt/ciphercloud/node-server. Adding [Systemd] service support Reloading Systemd daemon
Systemd service node-server has been installed
Please use 'sudo systemctl start node-server' to start the service manually
==========================IMPORTANT====================================
Please run 'sudo /opt/ciphercloud/node-server/install.sh' to configure the node server before starting it for the first time.
=======================================================================

Run the following command to change to the directory in which to install the connector.

[root@localhost ~]# cd /opt/ciphercloud/node-server/

Run the following command to perform the installation.

[root@localhost node-server]# ./install.sh 
Initializing node-server install script. Please wait..
Please enter Management Server endpoint [wss://nm:443/nodeManagement]:

Based on the location of your tenant, provide the Node Management URL:

For Europe Central-1 [euc1]:

wss://nm.euc1.lkt.cloud:443/nodeManagement

For United States West-2 [usw2]:

wss://nm.usw2.lkt.cloud:443/nodeManagement

You can identify the Node Management URL from your Management Console URL as follows:

If your Management Console URL is

https://maxonz-ms.euc1.lkt.cloud/account/index.html#login

Then your Node Management URL is

euc1.lkt.cloud

Enter the default option shown or enter the URL for this installation.

Management Server endpoint: <Node Management endpoint URL>

Enter ID for this tenant.

Input Tenant Id: <tenant name>

Enter the unique name for the Node Server.

Input Node Server Unique Name: <node_name>

Enter the API token (click the API Token button in the Configuration tab) .

Input Node Server Token: <Node API token>
There are 3 NICS assigned to this host.
  1. NIC_n
  2. NIC_n
  3. <NIC_n> Please select an option from the above list

    Select an NIC option.

    NIC option (1 to 3): <n>
    Selected NIC is <NIC_n>
    Adding new property ms.endpoint. Adding new property node.name.
    Adding new property node.token.plain. Adding new property node.nic.
    Updating property logging.config Updating property logging.config Updating property logging.config Updating property logging.config
    Node server installation is done. Start node server using ‘sudo service node-server start’.
    ======================================================