Advanced Cloudbreak Configuration
Also available as:
PDF

Disable bundle upload for an existing cluster

Perform these steps to disable bundle upload for existing clusters.

Steps

  1. SSH into the master node for the cluster.
  2. Edit /etc/hst/conf/hst-server.ini.
  3. Change [gateway] configuration to false:
    [gateway]
    enabled=false            
  4. Restart the SmartSense Server:
    hst restart            
  5. (Optional) Disable SmartSense daily bundle capture:
    • SmartSense is scheduled to capture a telemetry bundle daily. With the bundle upload disabled, the bundle will still be captured but just saved locally (i.e. not uploaded).
    • To disable the bundle capture, execute the following:
    hst capture-schedule -a pause            
  6. Repeat on all existing clusters.