Skip to main content
Skip table of contents

Pre-processing filters in Nexus Timestamp Server

This article describes the concept of pre-processing in a timestamp service in Nexus Timestamp Server

The pre-processing filter chain (1) is executed before selecting a policy (2) and running the filters associated to that policy (3). The filters in the pre-processing chain (1) are also, despite the name, executed after the policy filters have been executed. This second time the filters are run for post-processing purposes and in reverse order (4).


Define pre-processing filter
  1. Open the services.properties configuration file.
  2. Set this parameter, described in the table:

    Parameter nameDescription
    preprocessing.filtersA comma separated list of filter names defined for this timestamp service.
Example: Pre-processing filter

Example: Pre-processing filter

CODE
preprocessor.filters=RealClock, TransactionMonitor, AuditManager
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.