Installing Detect Services
The HCL installation package comes as tarball which includes NameServer, Kafka, PinPoint and FastPast services.
Installing services
After configuring the MariaDB, reach out to the HCL Support team to download the HCL Detect package containing HCL_Detect_x.x.x_Docker_Services_Installer.zip, HCL_Detect_x.x.x_Docker_Feed_Image.zip, HCL_Detect_x.x.x_Docker_Tomcat_Image.zip and Helm charts.
The installation process begins by unzipping the "HCL_Detect_12.1.9_Docker_Services_Installer.zip" file using the following command.
unzip HCL_Detect_12.1.9_Docker_Services_Installer.zipA sample screenshot of the unzipped files is shown below:

tar xvzf HCL_Detect_acme-12.1.9-rhel08.tar.gzAfter successful extraction, the tar package contains the following folders and files as shown in image below.

After untaring the installation file, in the terminal navigate to drive/bin folder. Now, you are ready to perform the configuration steps:
$cd drive/bin
$ ./installerFor more information on interactive inputs in the terminal, refer to Installing Detect.
Now, the configuration is completed, a test can be executed. To run any
HCL
Detect application, the
shell where the application is going to run must be configured by invoking the
environment_setter script located in (<extracted
acme tar location>/drive/bin/)
folder:
$ ./environment_setterOnce the script is source'd, several environment variables are configured and activated, indicating that we are ready to start an HCL Detect application.
Before starting the detect application, update the nameServicePort number in the drive.json file (suggested before pinpoint) available in the drive/etc folder.
"nameServicePort": 41232- "ipV6Available": false,
- "usingIpV4": true
To start the Detect services, navigate to the directory drive/bin, and run the below command.
./services_manager start -o -p -s -tIn the producer_config.properties file, available in the acme/etc folder, edit the bootstrap.servers key with the VM IP address as shown below.
bootstrap.servers=<VM IP address>:9092