Skip to main content
Matrix42 Self-Service Help Center

Deactivate Telemetry in EgoSecure

Deactivate sending telemetry in EgoSecure.

For more details about Matrix42 use of telemetry see this help article.

GOAL

After completing this guide, you will have deactivated telemetry in EgoSecure.

First Step 

You will need to run this SQL script on your ES database:

insert into dbo.PROPERTIES values('PUSAGE', 0)

To verify, you can check for the new value to be present in the PROPERTIES table:

clipboard_e43e2f1a365aa49254e2f8d29f3988230.png

Second Step 

Restart the EgoSecure Server service for the change to take effect.