Skip to content
Distr
Book Demo Start free trial Login

Artifact Download Analytics

Every artifact pull from the Distr registry is recorded automatically. The Downloads page in the vendor portal gives you a chronological log of every pull, with filters to narrow down exactly what you’re looking for and a CSV export for offline analysis.

Download analytics table in the Distr vendor portal

Each pull event records:

FieldDescription
DateTimestamp of the pull
CustomerThe customer organization that performed the pull (if associated)
UserThe name or email of the authenticated user
AddressThe IP address the pull originated from
ArtifactThe artifact name (e.g. myapp, backend)
VersionThe tag or digest that was pulled (e.g. v1.2.0, sha256:d2b712d...)

The filter bar at the top of the Downloads page lets you narrow results by any combination of:

  • Date range — Set a From and To date to limit results to a specific time window
  • Customer — Select a specific customer organization
  • User — Select a specific user account
  • Address — Select a specific IP address
  • Artifact — Select a specific artifact
  • Version — When an artifact is selected, filter further by a specific tag or digest

All filters are combined and applied in real time. Click Reset to clear all filters at once.

The Version dropdown only appears after you select an Artifact. It then shows only the tags and digests that belong to that artifact, keeping the filter options relevant.

Click the Export CSV button to download the current filtered view as a CSV file. The export respects all active filters, so you can narrow results first and then export only the data you need.

The CSV file contains these columns:

ColumnFormat
DateISO 8601 timestamp (RFC 3339)
CustomerCustomer organization name
UserUser display name
EmailUser email address
AddressIP address
ArtifactArtifact name
VersionTag or digest

The file is named YYYY-MM-DD_artifact_pulls.csv using the current date.

The Downloads page loads 50 pull records at a time. If more records match your filters, a Show more button appears at the bottom of the table to load the next batch. Changing any filter resets the list and loads fresh results.

  • Audit customer usage — Filter by customer to see exactly which artifacts and versions they have pulled and when
  • Detect unusual activity — Filter by IP address to spot pulls from unexpected locations
  • Track adoption — Filter by a new artifact version to see how quickly customers are pulling it after release
  • Generate compliance reports — Export filtered pull data as CSV for security audits or license compliance reviews
  • Debug access issues — If a customer reports problems pulling an artifact, check whether their pulls appear in the log and from which IP address