From 48db02b1da0cdd73123ae3896eae7fa2d5151b28 Mon Sep 17 00:00:00 2001
From: Mario Mora <mmora@gitlab.com>
Date: Wed, 25 Sep 2024 02:30:24 +0000
Subject: [PATCH] Move audit events available at the Free tier further up page

Also remove duplicate details information
---
 doc/user/compliance/audit_events.md | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/doc/user/compliance/audit_events.md b/doc/user/compliance/audit_events.md
index f348446bf9418..a98228a8c474b 100644
--- a/doc/user/compliance/audit_events.md
+++ b/doc/user/compliance/audit_events.md
@@ -45,6 +45,15 @@ Users with the [Auditor access level](../../administration/auditor_users.md) can
 
 Audit events can be viewed at the group, project, instance, and sign-in level. Each level has different audit events which it logs.
 
+### Sign-in audit events
+
+Successful sign-in events are the only audit events available at all tiers. To see successful sign-in events:
+
+1. On the left sidebar, select your avatar.
+1. Select **Edit profile > Authentication log**.
+
+After upgrading to a paid tier, you can also see successful sign-in events on audit event pages.
+
 ### Group audit events
 
 DETAILS:
@@ -71,19 +80,6 @@ DETAILS:
 
 Project audit events can also be accessed using the [project audit events API](../../api/audit_events.md#project-audit-events). Project audit event queries `created_after` and `created_before` parameters are limited to a maximum 30 day difference between the dates.
 
-### Sign-in audit events
-
-DETAILS:
-**Tier:** Free, Premium, Ultimate
-**Offering:** GitLab.com, Self-managed, GitLab Dedicated
-
-Successful sign-in events are the only audit events available at all tiers. To see successful sign-in events:
-
-1. On the left sidebar, select your avatar.
-1. Select **Edit profile > Authentication log**.
-
-After upgrading to a paid tier, you can also see successful sign-in events on audit event pages.
-
 ## Time zones
 
 > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/242014) in GitLab 15.7, GitLab UI shows dates and times in the user's local time zone instead of UTC.
-- 
GitLab