Current Release

This documentation covers the current version of Fedora. Looking for another version? See all documentation.

Overview

The Audit Service provides a mechanism for tracking repository events, recording critical details about them using predicates from the PREMIS ontology:

  • Which user performed the event, and using what client software
  • What kind of action was taken (creating objects, deleting files, etc.)
  • When was the action performed
  • What repository resource was changed

Verification - Event-Driven Audit Events

The event-driven audit service is a Camel component that processes the JMS events emitted by Fedora 4, and creates audit event records in an External Triplestore.

Event-driven audit events provide a lightweight audit system, with minimal impact on the repository.  All information for processing is included in the events that Fedora 4 sends, so the Camel processing does not need to retrieve any extra information from the repository, and can accurately process multiple update and deletion events.  The external triplestore provides full-featured query functionality for working with audit event records using SPARQL.

Audit Events for External Processes

Audit events can also be recorded for processes that happen outside of the repository.  These events can be added directly to an external triplestore, or added to the repository along with other event records.

Recording events for external processes allows them to be queried and retrieved with the same processes and tools as Fedora's events, and allows using Fedora's preservation features for storing the event records.


  • No labels