For the complete documentation index, see llms.txt. This page is also available as Markdown.

Resource Audit Log

Overview

The Resource Audit Log records a history of changes to your data catalog, so you can answer questions like "when did the owner of this table change?" or "when did this resource first show up in our catalog?" It's searchable and filterable from a single page in Account Settings.

Prerequisites

  • Your account must have the Audit Log feature enabled by Euno.

  • Viewing the Audit Log requires the View Resource Audit Log permission, assigned to the Account Admin persona by default.

Where to find it

Navigate to Account Settings β†’ Audit Log.

What's tracked

Every catalog change recorded by the Audit Log falls into one of three event types:

Event type
What it captures

Fixed tag

A user manually edits a fix tag value on a resource.

Built-in property

An observer ingests a new value for one of Euno's built-in catalog properties (for example, owner or description) that differs from the previously stored value.

Lifecycle

A resource is added to the catalog for the first time (Created) or removed from it (Deleted). Repeated observations of an unchanged resource don't produce additional rows.

Each row shows the resource's URI and type, the property that changed (where applicable), the actor responsible (a user, or the observer that ingested the change), the timestamp, and the new value. Euno does not store the prior value directly, so only the new value is shown.

Searching the log

  1. Enter at least one filter β€” URI, Property, Event type, Resource type (multi-select), and/or Actor (comma-separated for multiple) β€” the search requires at least one of these.

  2. Set a Start time and End time. The window defaults to the last 7 days and can be widened up to 365 days (or your account's configured retention, if different).

  3. Click Search.

Results appear in a table with these columns: Time, Event (the event type), Actor, Property, Type (resource type), URI, and New Value. Use Previous / Next to page through results (50 rows per page); the total number of matching rows is shown above the table.

Retention

The catalog history's retention period is customized per account. If you are unsure about the duration, contact your account manager for additional information .

Searches cannot span a longer range than your account's configured retention.

Last updated