Back to Documentation

Audit

Search and review the audit trail to track user actions on the archive.

Overview

Piler logs user actions such as searches, logins, email views, and more. The audit feature allows administrators and auditors to search these logs to review what actions users have performed on the archive.

The audit page is accessible from the GUI by navigating to Administration → Audit.

Search Fields

You can filter the audit log using the following fields:

  • user – the email address of the user who performed the action
  • action – the type of action, eg. search, login, view, download, etc.
  • date1 – start date for the search range (format: YYYY.MM.DD)
  • date2 – end date for the search range (format: YYYY.MM.DD)
  • description – text to search for in the action description

Search Examples

Find all search actions by a specific user starting from a given date:

user: auditor@local
action: search
date1: 2026.01.11

Find all login actions in a date range:

action: login
date1: 2026.01.01
date2: 2026.01.31

Find all actions performed by a specific user:

user: admin@local

Additional Resources