CLI cookbook: disabling user-click analytics
The Delphix User-click Analytics feature is a lightweight method to capture how users interact with Delphix product user interfaces. The goal of capturing this data is to get a better understanding of product usage, engagement, and user behavior, and to use this data to improve Delphix products and customer experience. This feature is enabled by default for customers deploying on or upgrading to this version. User-click Analytics may also be disabled via the UI.
This procedure will disable user-click analytics on both the Delphix Engine and Delphix Self-Service.
Procedure to disable user-click analytics
ssh into your engine with a user that has Admin privileges.
CODEssh sysadmin@delphix
Go to Services and select the userInterface.
CODEdelphix > cd service delphix service > cd userInterface
Update the analyticsEnabled option to false.
CODEdelphix service userInterface > ls Properties Type userInterfaceConfig analyticsenabled: true Operations delphix service userInterface > update delphix service userInterface update *> set analyticsEnabled=false delphix service userInterface update *> commit