Use this information to understand the alfresco-global.properties properties related to the Governance Services.
Properties for the Governance Services are listed in the <configRoot>/classes/alfresco/module/org_alfresco_module_rm/alfresco-global.properties file.
For example:
rm.ghosting.enabled=true
rm.notification.role=RecordsManager
imap.server.attachments.extraction.enabled=false
audit.enabled=true
audit.rm.enabled=true
audit.rm.runas=admin
cache.writersSharedCache.maxItems=10000
cache.writersSharedCache.cluster.type=fully-distributed
rm.rule.runasadmin=true
rm.autocompletesuggestion.minfragmentsize=2
rm.autocompletesuggestion.maxsuggestions.path=5
rm.autocompletesuggestion.maxsuggestions.node=5
rm.autocompletesuggestion.maxsuggestions.date=5
rm.autocompletesuggestion.nodeParameterSuggester.aspectsAndTypes=rma:record,cm:content
rm.dispositionlifecycletrigger.cronexpression=0 0/5 * * * ?
rm.dispositionlifecycletrigger.batchsize=500
Note: These settings supplement any settings in the
<classpathRoot>/alfresco-global.properties file. If a property
appears in both files, the Governance Services property overrides the
<classpathRoot>/alfresco-global.properties value.
Any property that is false by default, is not shown in the alfresco-global.properties file.
A full listing of the properties and their values is shown in this table:
Setting | Meaning |
---|---|
audit.enabled | Enable/disable auditing. Default is true. |
audit.rm.enabled | Enable/disable Governance Services auditing. Default is true. |
audit.rm.runas | Set the user that the audit log runs under. Default is system. Alfresco doesn’t audit events triggered by the system; for example, cron jobs. Set this value to admin for these jobs if you want them to be captured in the audit log.Alternatively, create a user, provide the correct permissions and configure the jobs to run as that user. |
audit.rm.viewLog.maxSize=100 | The log can be viewed from Share or directly via the Audit log web script. By default the log does not exceed 100 entries. If the maximum size of the log is not configured in the alfresco-global-properties file then it will default to 100. If you include the size parameter in the request it will only be applied if it is less than or equal to the maximum size allowed, or it will be ignored. |
cache.writersSharedCache.cluster.type | Extended permission service cache: type of cluster used. Default is fully-distributed. |
cache.writersSharedCache.maxItems | Extended permission service cache: maximum number of items (node references) that are stored in the writer caches. Default is 10000. |
dm.classified.content.cleansing.trashcan.enabled | Use this setting to override the trashcan functionality of Content Services. The default value is false. |
imap.server.attachments.extraction.enabled | Enable/disable IMAP server attachments. Default is false. |
rm.autocompletesuggestion.maxsuggestions.date | Auto-complete suggestions: maximum number of date suggestions to provide. Default is 5. |
rm.autocompletesuggestion.maxsuggestions.node | Auto-complete suggestions: maximum number of node suggestions to provide. Default is 5. |
rm.autocompletesuggestion.maxsuggestions.path | Auto-complete suggestions: maximum number of path suggestions to provide. Default is 5. |
rm.autocompletesuggestion.minfragmentsize | Auto-complete suggestions: Minimum size of fragment to trigger a search. Default is 2. |
rm.autocompletesuggestion.nodeParameterSuggester.aspectsAndTypes | Auto-complete suggestions: Comma-separated list of types and aspects used by the node parameter autocomplete suggester. Default is rma:record,cm:content. |
rm.completerecord.mandatorypropertiescheck.enabled | This setting is used to ensure completion of records. When it is set to true,
Governance Services will only complete a record if all the mandatory
properties have a value. When it is set to false you can complete a
record with mandatory properties missing. Note: This setting should be set to false when using Governance Services
with Outlook Integration.
|
rm.content.cleaner | This setting is used in conjunction with rm.content.cleansing.enabled=true. Default is contentCleanser.522022M.When content is sent for deletion, it is cleansed using the default 5220.22-M algorithm. The content is then destroyed, and the node is deleted (if ghosting is not enabled).If you add a custom content cleaner bean, this can be specified using this property. |
rm.content.cleansing.enabled | Set whether content can be deleted immediately (data cleansing). This applies to deleted (destroyed) classified records and classified documents.The default setting of false allows deleted (destroyed) files to be restored (from the Trashcan if they are documents, or by using a recovery tool, if they are records).This approach is only effective for installations with a single magnetic disk. In other situations, such as RAID or SSD, hardware techniques or process ensure that the content is non-recoverable. |
rm.dispositionlifecycletrigger.cronexpression | Disposition lifecycle trigger cron job expression. Default is 0 0/5 * * * ?. |
rm.dispositionlifecycletrigger.batchsize | Disposition lifecycle batch size to process records. Default is 500 and value must be greater than 0. |
rm.ghosting.enabled | Enable/disable ghosting of records, when a record is deleted. Default is true. |
rm.notification.role | Specify which role receives notifications; for example, when notifications when vital records are due for review. Default is RecordsManager.A background job executes by default every 15 minutes to search for vital records that are due for review, and sends a notification. The template for the email notification is editable, and is stored in the Governance Services section of the Data Dictionary. |
rm.record.contributors.group.enabled | Set which groups can perform Governance Services actions; for example, File as Record. Default is false.If this is set to true, only members of the RECORD_CONTRIBUTORS group can perform these actions. |
rm.rule.runasadmin | Require admin rights/ normal rights to run rules. Default is true. |
version.store.enableAutoVersionOnTypeChange | Set whether a version is automatically created when the type of a document is changed. Default is false. |
rm.hold.bulk.threadCount | The number of worker threads for one bulk hold operation. Default value is 2. |
rm.hold.bulk.maxItems | The maximum number of total items to process in a single bulk hold operation. Default value is 1000. |
rm.hold.bulk.batchSize | The number of entries to be fetched from the search subsystem as the next set of work objects to process in one bulk hold operation. Default value is 100. |
rm.hold.bulk.logging.interval | The number of entries to process before reporting progress for a bulk hold operation. Default value is 100. |
rm.hold.bulk.itemsPerTransaction | The number of entries to process in a bulk hold operation at a time in a transaction. Default value is 1. |
rm.hold.bulk.maxParallelRequests | The maximum number of bulk hold requests we can process in parallel. Default value is 10. |