This key specifies the suggested maximum number of agent instances on a given computer.
Configuration file | %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name | <appSettings> |
Setting | <add key ="SuggestedAgentCap" value="20"/> |
Value |
Default: 20 agent instances |
How to modify | Replace the value as required. |
Notes | This is NOT a hard cap, just a suggestion. |
This key defines the frequency (in seconds) at which the managed domain and security information cache is refreshed. This key is used by the GroupResolutionService internal service that maintains a cache of known managed domains and security information used for a variety of services.
Configuration file | %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name | <appSettings> |
Setting | <add key ="SyncDomainPasswordInterval" value="60"/> |
Value |
Default: 60 seconds |
How to modify | Replace the value as required. |
This key indicates whether to log the complete Alias table for a given query. This key is used for debugging purposes.
Configuration file | %ProgramFiles%\One Identity\One Identity Manager Data Governance Edition\Server\DataGovernanceEdition.Service.exe.config |
Section name | <appSettings> |
Setting | <add key="VerboseHostForTrusteeLogging" value="false"/> |
Value |
Valid values:
|
How to modify | Change the value to "true" to enable verbose logging. |
Notes | This setting should not be turned on for more time than is necessary to diagnose any issues encountered. |
The activity weight multipliers in the Data Governance server configuration file affect the perceived owner calculations, which is based on the resource activity data collected by Data Governance agents. A weight is assigned to each different type of activity. The default calculation assumes that it is more likely that the data owner would create, edit, delete, and change security rather than just read the data, so a heavier weight has been assigned to these change operations. By default, the heaviest weight is given to change security and lightest weight to read.
Configuration setting | Description |
---|---|
<add key="Activity.ReadWeightMultiplier" value="100"/> | Weight assigned to read operations. By default, this is the lowest value. |
<add key="Activity.WriteWeightMultiplier" value="150"/> | Weight assigned to write operations. |
<add key="Activity.CreateWeightMultiplier" value="150"/> | Weight assigned to create operations. |
<add key="Activity.DeleteWeightMultiplier" value="150"/> | Weight assigned to delete operations. |
<add key="Activity.RenameWeightMultiplier" value="125"/> | Weight assigned to rename operations. |
<add key="Activity.SecurityChangeWeightMultiplier" value="200"/> |
Weight assigned to security changes. By default, this is the highest value. |
To configure the perceived owner calculation
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy