Telemetry
You can set MKE to automatically record and transmit data to Mirantis through an encrypted channel for monitoring and analysis purposes. This data helps the Mirantis Customer Success Organization to better understand how customers use MKE. It also provides product usage statistics, which is key feedback that helps product teams in their efforts to enhance Mirantis products and services.
The MKE 4 telemetry enablement setting is automatically applied to the k0s configuration.
Enable telemetry through the MKE CLI
Access the MKE configuration file.
Set the
telemetry.enabled
field totrue
.spec: tracking: enabled: true
Run the
mkectl apply
command to apply the new settings.
After a few moments, the change will reconcile in the configuration. From this point onward, MKE will transmit key usage data to Mirantis by way of a secure Segment endpoint.
Enable telemetry through the MKE web UI
Log in to the MKE web UI as an administrator.
Click Admin Settings to display the available options.
Click Telemetry to call the Telemetry screen.
Click Enable Telemetry.
Click Save.