Enabling and Disabling Filtering

All filters may be disabled to facilitate troubleshooting. You can reload filters from the property configuration files to enable filtering again.

The default filters will eliminate most Data Export audit events from the Audit database. You can disable a default filter if you wish to troubleshoot Data Export issues, for example, and reload the filter when finished troubleshooting.

  1. To disable filtering, enter the following URL in your browser:
    http://extension.hospital.com/osgi/audit/setApplyFilters/false
    You should see the following result:
    {"results":"success"}
  2. To reload filters from the property configuration files and enable filtering, enter the following URL in your browser:
    http://extension.hospital.com/osgi/audit/setApplyFilters/true
    You should see the following result:
    {"results":"success"}