Disabling the emission of tracking data

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
By default, tracking data is emitted to the Performance Data Warehouse. If you do not use the Performance Data Warehouse you can disable the emission of all tracking data.

About this task

Follow this procedure to disable the emission of all tracking data. It prevents data from being inserted in the Performance Data Warehouse tables.

Procedure

  1. Open each 100Custom.xml file in your topology, as described in the topic.
  2. Edit the 100Custom.xml file to include a performance-server-communication element as a child of the properties and common elements:
    <properties>
       <common>
         <performance-server-communication>
           <enabled merge="replace">false</enabled>
         </performance-server-communication>
       </common>
    </properties>
  3. Restart the environment.