Skip to main content
Version: 10.2

Configuring User Anonymization

Open iT supports data anonymization, allowing users to anonymize information based on a specific source.

NOTE

This is applicable for the License Monitor Portal and Historical Reporting. However, this is not applicable to Open iT Standard Templates that use pure SQL queries.

User Anonymization in License Monitor Portal

User Anonymization in License Monitor Portal


These are the required steps to configure user anonymization:

  1. Set which element of the reports you want to anonymize.

  2. Configure mapping sources. When the selected source for anonymization is one of the usergroup fields (LocationDepartmentDivision, or Cost Center), map the chosen source using the Mapping Sources page.

    NOTE

    Skip this if you selected Hostname as a source for anonymization.

  3. Set what to display for the anonymized report element.

  4. Apply the configuration. You can wait for the next scheduled processing, but if you want to apply the configuration immediately, reprocess the SQL data with /fullwipe and reprocess all the data.

    warning

    Execute the instructions in the machine where you installed the Analysis Server.

Results of Anonymization

The following user information is anonymized in the following manner:

AttributeDescription
UserIdThis will be anonymized as "User" + auto increment number. (e.g., User1, User2)
EmailThis will be anonymized as UserId + "@company.com". (e.g., User1@company.com, User2@company.com)
DisplayNameThis will be anonymized as UserId.
UserNameThis will be anonymized as UserId.
Results of Anonymization