Configuring Access History
The Access History Configuration page is available under Global Settings for users with the appropriate rights, Access History Admin. The page allows you to edit and save the decided options.
-
Navigate to the gear > Global Settings > Access History Configuration page, which includes Access History Controls.
-
Make sure the Enable Access History checkbox is selected.
-
Enter a Destination Queue Name.
-
Select Save Changes or Cancel.
Additional configuration may be completed in the Debug page, where the following objects are available:
-
SystemConfiguration access History enabled
-
destinationQueue
-
jsonFormat
If the storePrettyJson value is true, JSON strings will be stored in an easy to read format (pretty). If the value is false, the JSON strings will be stored in a minified format (unpretty).
-
maxAllowedPatches
Patch documents can now be stored in spt_historical_<object>_capture tables. If the AccessHistory configuration property, maxAllowedPatchDocuments, has a value > 0, patch document support is enabled. This property identifies the number of patch documents that can be saved between full captures, e.g. if the value is 2, every third capture will be a full capture. This pattern can change based on the config property captureMaxAgeInDays.
-
captureMaxAge
If a patch document is older (in days) than the number specified in captureMaxAge, a full capture will be taken regardless of the number of patch documents.
A default Extract YAMLConfig is available for Access History. If you prefer to create a custom configuration, see