Indexing operations

The audit log stores information about the outcome of background indexing operations, namely:

NameDescription
timestampEpoch when the operation took place.
contentBusIdThe internal content bus ID of the project.
changesAn array of strings describing what changed in the index.
errorsAn array of strings containing errors that occurred while indexing.
unmodifiedThe number of index changes that did not change a row in the index.

Examples

Here are some examples of how common operations triggered via Sidekick will be reflected in the audit log:

OperationSidekickAudit log
PreviewPreview button in editor
Reload button in preview environment
method: POST, route: /preview
PublishPublish button in preview, live or production environment
method: POST, route: /live
UnpublishUnpublish button in preview, live or production environment
method: DELETE, route: /live
DeleteDelete button in preview, live or production environment
method: DELETE, route: /preview
method: DELETE, route: /live

Experience Manager