Enable Capture Through UI
To enable this feature, passwordless root SSH access is required from the HST Server to all agents in the cluster. If passwordless root SSH access is not available, the HST Agent CLI Capture process must be used. To configure HST for Web UI capture, follow the steps below:
Edit the
/etc/hst/conf/hst-server.ini
file. The [client] section contains two properties that need to be updated to enable remote capture:[client] ; thread pool maximums threadpool.size.max=50 ; Password-less SSH enabled or not
password_less_ssh.enabled=
; SSH key for data capturesshkey.path=
The
password_less_ssh.enabled
property should be set totrue
in an SSH environment that uses a single private key on the HST Server, with the corresponding public key distributed in theauthorized_keys
file on all HST agents.The
sshkey.path
is used in an SSH environment where there is a distributed private key on all HST agents. For this scenario, the property should be set to the path of the private key to be used. For example:/root/.ssh/id_rsa
.Once the appropriate properties have been updated, restart the HST Server using the following command:
# hst restart