Skip to content

Commit 74f50cc

Browse files
admin: activity log data retention (#23553)
## Description - Clarify data retention from activity logs is 30 days in app.docker.com - Retrieved longer data from API ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-3049?atlOrigin=eyJpIjoiNzJiMGJlOThjMDEwNDJkYThjMmQzNmY0YmExZGMyNzkiLCJwIjoiaiJ9 --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent 81f9a83 commit 74f50cc

File tree

2 files changed

+30
-15
lines changed

2 files changed

+30
-15
lines changed

content/manuals/admin/organization/activity-logs.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,35 @@ Owners can also see the activity logs for their repository if the repository is
2424

2525
## Access activity logs
2626

27-
To view activity logs in the Admin Console:
27+
{{< tabs >}}
28+
{{< tab name="Docker Home">}}
29+
30+
To view activity logs in Docker Home:
2831

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

36+
{{< /tab >}}
37+
{{< tab name="API">}}
38+
39+
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).
40+
41+
{{< /tab >}}
42+
{{< /tabs >}}
43+
3344
## Filter and customize activity logs
3445

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

3957
You can also filter by activity type. Use the **All Activities** drop-down to
4058
focus on organization-level, repository-level, or billing-related events.
@@ -49,11 +67,6 @@ event type.
4967
>
5068
> Events triggered by Docker Support appear under the username **dockersupport**.
5169
52-
> [!IMPORTANT]
53-
>
54-
> Docker retains activity logs for three months. To maintain access to older
55-
data, export logs regularly.
56-
5770
## Types of activity log events
5871

5972
Refer to the following section for a list of events and their descriptions:

hugo_stats.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"-z-10",
1212
".NET",
1313
"2xl:flex",
14+
"API",
1415
"AWS-Route-53",
1516
"Admin-Console",
1617
"After",
@@ -40,6 +41,7 @@
4041
"Docker-Build-Cloud",
4142
"Docker-Desktop",
4243
"Docker-Engine",
44+
"Docker-Home",
4345
"Docker-Hub",
4446
"Docker-Scout",
4547
"Docker-Scout-Dashboard",
@@ -173,7 +175,6 @@
173175
"bg-black/50",
174176
"bg-blue",
175177
"bg-blue-400",
176-
"bg-blue-400/95",
177178
"bg-blue-500",
178179
"bg-blue-600",
179180
"bg-gradient-to-br",
@@ -197,7 +198,6 @@
197198
"border-b",
198199
"border-b-4",
199200
"border-blue",
200-
"border-blue-300",
201201
"border-divider-light",
202202
"border-gray-100",
203203
"border-gray-200",
@@ -294,7 +294,6 @@
294294
"flex-col-reverse",
295295
"flex-grow",
296296
"flex-none",
297-
"flex-row",
298297
"flex-shrink",
299298
"flex-shrink-0",
300299
"flex-wrap",
@@ -341,7 +340,6 @@
341340
"hidden'",
342341
"highlight",
343342
"hover:bg-blue-400",
344-
"hover:bg-blue-400/90",
345343
"hover:bg-blue-500",
346344
"hover:bg-gray-100",
347345
"hover:bg-gray-200",
@@ -350,6 +348,7 @@
350348
"hover:dark:bg-gray-800",
351349
"hover:dark:text-blue-400",
352350
"hover:dark:text-blue-700",
351+
"hover:opacity-80",
353352
"hover:opacity-90",
354353
"hover:text-blue",
355354
"hover:underline",
@@ -375,13 +374,15 @@
375374
"left-0",
376375
"lg:block",
377376
"lg:flex",
377+
"lg:flex-row",
378378
"lg:gap-4",
379379
"lg:gap-8",
380380
"lg:grid-cols-2",
381381
"lg:grid-cols-3",
382382
"lg:grid-cols-4",
383383
"lg:hidden",
384384
"lg:inline",
385+
"lg:max-w-xl",
385386
"lg:no-underline",
386387
"lg:pb-2",
387388
"lg:scale-100",
@@ -396,7 +397,6 @@
396397
"max-w-[1920px]",
397398
"max-w-full",
398399
"max-w-none",
399-
"max-w-xl",
400400
"mb-1",
401401
"mb-1.5",
402402
"mb-2",
@@ -464,6 +464,7 @@
464464
"outline-offset-[-1px]",
465465
"overflow-clip",
466466
"overflow-hidden",
467+
"overflow-visible",
467468
"overflow-x-auto",
468469
"overflow-x-hidden",
469470
"overflow-y-auto",
@@ -552,6 +553,7 @@
552553
"text-gray-300",
553554
"text-gray-400",
554555
"text-gray-500",
556+
"text-gray-600",
555557
"text-gray-700",
556558
"text-gray-800",
557559
"text-left",
@@ -571,14 +573,14 @@
571573
"topbar-button-clear",
572574
"transition",
573575
"transition-colors",
576+
"transition-opacity",
574577
"transition-transform",
575578
"truncate",
576579
"w-2",
577580
"w-5",
578581
"w-65",
579582
"w-8",
580583
"w-[1200px]",
581-
"w-[500px]",
582584
"w-full",
583585
"whitespace-nowrap",
584586
"xl:flex",

0 commit comments

Comments
 (0)