Airlock User's Guide Help

Document Analysis

Airlock analyzes received documents prior to redacting the document. This analysis is done to help Airlock get a better understanding of the document. The results of the analysis are used to exclude certain document types from redaction and to improve Airlock's redaction performance.

While not recommended, the automatic document analysis can be disabled in a policy. By default, document analysis is enabled.

An example policy with disabled document analysis is shown below.

{ "name": "email-and-phone-numbers", "config": { "analysis": { "enabled": false } }, "identifiers": { "emailAddress": { "emailAddressFilterStrategies": [ { "strategy": "REDACT", "redactionFormat": "{{{REDACTED-%t}}}" } ] } } }
Last modified: 17 November 2023