Each <audit-log-entry> node in the
audit log provides attributes that give information about an
individual enqueue, individual delete, or index-atomic
operation that was submitted to the crawler for a given
collection. The audit log entry for an index-atomic request
provides a single set of attributes that apply to all enqueue
and delete operations that were submitted within the context
of that single index-atomic operation. These attributes are
the following:
- enqueue-id - an optional string attribute that can be used to uniquely identify a given enqueue, deleted, or index-atomic operation
- originator - an optional string attribute that can be used to identify the application that made the enqueue, delete, or index-atomic request
- status - a mandatory string attribute with the following possible values:
- rejected - the
enqueue was rejected because it tried to a reuse an
enqueue-id and was not marked as a partial enqueue
- successful - the
enqueue was successful
- unsuccessful - the
enqueue was not successful