Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions content/manuals/admin/organization/activity-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,35 @@ Owners can also see the activity logs for their repository if the repository is

## Access activity logs

To view activity logs in the Admin Console:
{{< tabs >}}
{{< tab name="Docker Home">}}

To view activity logs in Docker Home:

1. Sign in to [Docker Home](https://app.docker.com) and select your
organization.
1. Select **Admin Console**, then **Activity logs**.

{{< /tab >}}
{{< tab name="API">}}

To view activity logs using the Docker Hub API, use the [Audit logs endpoints](https://docs.docker.com/reference/api/hub/latest/#tag/audit-logs).

{{< /tab >}}
{{< /tabs >}}

## Filter and customize activity logs

By default, the **Activity** tab displays all recorded events. To narrow your
view, use the calendar to select a specific date range. The log updates to
show only the activities that occurred during that period.
> [!IMPORTANT]
>
> Docker Home retains activity logs for 30 days. To retrieve
activities beyond 30 days, you must use the
[Docker Hub API](https://docs.docker.com/reference/api/hub/latest/#tag/audit-logs).

By default, the **Activity** tab displays all recorded events within
the last 30 days. To narrow your view, use the calendar to select a specific
date range. The log updates to show only the activities that occurred during
that period.

You can also filter by activity type. Use the **All Activities** drop-down to
focus on organization-level, repository-level, or billing-related events.
Expand All @@ -49,11 +67,6 @@ event type.
>
> Events triggered by Docker Support appear under the username **dockersupport**.

> [!IMPORTANT]
>
> Docker retains activity logs for three months. To maintain access to older
data, export logs regularly.

## Types of activity log events

Refer to the following section for a list of events and their descriptions:
Expand Down
14 changes: 8 additions & 6 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"-z-10",
".NET",
"2xl:flex",
"API",
"AWS-Route-53",
"Admin-Console",
"After",
Expand Down Expand Up @@ -40,6 +41,7 @@
"Docker-Build-Cloud",
"Docker-Desktop",
"Docker-Engine",
"Docker-Home",
"Docker-Hub",
"Docker-Scout",
"Docker-Scout-Dashboard",
Expand Down Expand Up @@ -173,7 +175,6 @@
"bg-black/50",
"bg-blue",
"bg-blue-400",
"bg-blue-400/95",
"bg-blue-500",
"bg-blue-600",
"bg-gradient-to-br",
Expand All @@ -197,7 +198,6 @@
"border-b",
"border-b-4",
"border-blue",
"border-blue-300",
"border-divider-light",
"border-gray-100",
"border-gray-200",
Expand Down Expand Up @@ -294,7 +294,6 @@
"flex-col-reverse",
"flex-grow",
"flex-none",
"flex-row",
"flex-shrink",
"flex-shrink-0",
"flex-wrap",
Expand Down Expand Up @@ -341,7 +340,6 @@
"hidden'",
"highlight",
"hover:bg-blue-400",
"hover:bg-blue-400/90",
"hover:bg-blue-500",
"hover:bg-gray-100",
"hover:bg-gray-200",
Expand All @@ -350,6 +348,7 @@
"hover:dark:bg-gray-800",
"hover:dark:text-blue-400",
"hover:dark:text-blue-700",
"hover:opacity-80",
"hover:opacity-90",
"hover:text-blue",
"hover:underline",
Expand All @@ -375,13 +374,15 @@
"left-0",
"lg:block",
"lg:flex",
"lg:flex-row",
"lg:gap-4",
"lg:gap-8",
"lg:grid-cols-2",
"lg:grid-cols-3",
"lg:grid-cols-4",
"lg:hidden",
"lg:inline",
"lg:max-w-xl",
"lg:no-underline",
"lg:pb-2",
"lg:scale-100",
Expand All @@ -396,7 +397,6 @@
"max-w-[1920px]",
"max-w-full",
"max-w-none",
"max-w-xl",
"mb-1",
"mb-1.5",
"mb-2",
Expand Down Expand Up @@ -464,6 +464,7 @@
"outline-offset-[-1px]",
"overflow-clip",
"overflow-hidden",
"overflow-visible",
"overflow-x-auto",
"overflow-x-hidden",
"overflow-y-auto",
Expand Down Expand Up @@ -552,6 +553,7 @@
"text-gray-300",
"text-gray-400",
"text-gray-500",
"text-gray-600",
"text-gray-700",
"text-gray-800",
"text-left",
Expand All @@ -571,14 +573,14 @@
"topbar-button-clear",
"transition",
"transition-colors",
"transition-opacity",
"transition-transform",
"truncate",
"w-2",
"w-5",
"w-65",
"w-8",
"w-[1200px]",
"w-[500px]",
"w-full",
"whitespace-nowrap",
"xl:flex",
Expand Down