DataPlane Platform Administration
Also available as:
PDF

Disable and enable data telemetry

As part of the installation process, data collection using cookies and other telemetry mechanisms is turned on by default. This topic describes how to disable tracking and telemetry, and enable or check the status of telemetry.

Use the dpdeploy help command to learn more about dpdeploy command options.

  1. To disable tracking, in a terminal enter the following command:
    ./dpdeploy.sh utils disable-config dps.ga.tracking.enabled
    You see the following output:
    UPDATE 1
    Config value for key dps.ga.tracking.enabled was updated successfully with value false
  2. To enable tracking, in a terminal enter the following command:
    ./dpdeploy.sh utils enable-config dps.ga.tracking.enabled
    You see the following output:
    UPDATE 1
    Config value for key dps.ga.tracking.enabled was updated successfully with value true
  3. To enable or disable getting tracking status, in a terminal enter the following command:
    ./dpdeploy.sh utils get-config dps.ga.tracking.enabled
    You see the following output if enabling tracking status:
    dps.ga.tracking.enabled: Enabled
    You see the following output if disabling tracking status:
    dps.ga.tracking.enabled: Disabled