Verify Audit

Last modified 16 Dec 2024 12:51 +01:00

Verify audit command allows users to validate audit records against current schema. Records can be exported to SYSOUT or to file (-o, --output) and compressed using ZIP if needed (-z, --zip).

This operation also support multi-threading (-l, --multi-thread). For more information about multi-threading see here.

Use -O, --overwrite switch if you wish to overwrite an existing output file.

Records for verification can be filtered using filter (-f, --filter) option.

Verification results can be reported in two styles plain and CSV. The switch for report style is --report-style [plain|csv]. Plain style is set as default option, while CSV is better for further processing and review. CSV report style creates two files - CSV and XML.

CSV report contain following columns:

  • Repository identifier

  • Timestamp

  • Status

  • Item path

  • Message

Was this page helpful?
YES NO
Thanks for your feedback