SmartSense telemetry
Help us make a better product by opting in to automatically send information to Hortonworks. This includes enabling Hortonworks SmartSense and sending performance and usage info. As you use the product, SmartSense measures and collects information and then sends these information bundles to Hortonworks.
Disabling SmartSense telemetry
Disable bundle upload for Cloudbreak and new clusters
Important
Do not perform these steps when you have clusters currently in the process of being deployed. Wait for all clusters to be deployed.
-
SSH into the Cloudbreak host.
-
Edit
/var/lib/cloudbreak-deployment/Profile
. -
Change
CB_SMARTSENSE_CONFIGURE
tofalse
:
export CB_SMARTSENSE_CONFIGURE=false
-
Restart the cloud controller:
cd /var/lib/cloudbreak-deployment cbd restart
Disable bundle upload for an existing cluster
-
SSH into the master node for the cluster.
-
Edit
/etc/hst/conf/hst-server.ini
. -
Change
[gateway]
configuration tofalse
:
[gateway] enabled=false
-
Restart the SmartSense Server:
hst restart
-
(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
-
Repeat on all existing clusters.