From 2b87f9c1ebbe6a113f1daa41382d8d1fe4df399a Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Wed, 24 Jan 2024 15:20:38 -0800
Subject: [PATCH] Fix tier info in script and its output

Updates the script to use the new tier badging we just rolled out,
and updates the output file too.
---
 .../audit_event_streaming/audit_event_types.md              | 6 +++++-
 .../audit_events/docs/templates/audit_event_types.md.erb    | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/doc/administration/audit_event_streaming/audit_event_types.md b/doc/administration/audit_event_streaming/audit_event_types.md
index d89b0587e9e42..b4c2aadfac7a0 100644
--- a/doc/administration/audit_event_streaming/audit_event_types.md
+++ b/doc/administration/audit_event_streaming/audit_event_types.md
@@ -14,7 +14,11 @@ info: "To determine the technical writer assigned to the Stage/Group associated
   edit `tooling/audit_events/docs/templates/audit_event_types.md.erb`.
 --->
 
-# Audit event types **(PREMIUM ALL)**
+# Audit event types
+
+DETAILS:
+**Tier:** Premium, Ultimate
+**Offering:** SaaS, self-managed
 
 Audit event types are used to [filter streamed audit events](index.md#update-event-filters).
 
diff --git a/tooling/audit_events/docs/templates/audit_event_types.md.erb b/tooling/audit_events/docs/templates/audit_event_types.md.erb
index 24fb7549ba2d5..2562657369e8e 100644
--- a/tooling/audit_events/docs/templates/audit_event_types.md.erb
+++ b/tooling/audit_events/docs/templates/audit_event_types.md.erb
@@ -32,7 +32,11 @@ info: "To determine the technical writer assigned to the Stage/Group associated
   edit `tooling/audit_events/docs/templates/audit_event_types.md.erb`.
 --->
 
-# Audit event types **(PREMIUM ALL)**
+# Audit event types
+
+DETAILS:
+**Tier:** Premium, Ultimate
+**Offering:** SaaS, self-managed
 
 Audit event types are used to [filter streamed audit events](index.md#update-event-filters).
 
-- 
GitLab