Skip to main content

Privacera Platform

Enable telemetry data collection

:

By default, the collection of telemetry data about the use of the Privacera Encryption Gateway (PEG) is disabled.

To enable telemetry data collection, follow these steps:

  1. Copy the vars.peg.yml configuration file to custom-vars/:

    cd ~/privacera/privacera-manager
    cp config/sample-vars/vars.peg.yml config/custom-vars/
    vi config/custom-vars/vars.peg.yml
  2. Edit the following properties in vars.peg.yml. For a list of custom properties that can be configured for the Solr service, see Solr.

    PRIVACERA_PEG_SOLR_METRICS_ENABLE:"true"
    PRIVACERA_PEG_SOLR_URL:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_BASIC_AUTH_ENABLED:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_USER:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_PASSWORD:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_ZOOKEEPER_URL:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_COLLECTION:"<PLEASE_CHANGE>"
    PRIVACERA_PEG_SOLR_UPDATE_INTERVAL_SECONDS:"<PLEASE_CHANGE>"
  3. Restart Privacera Manager:

    ./privacera-manager.sh update

    Telemetry data collection is enabled.