Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 12:10:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 12:10:31 +0300
commit664bf56eaaaff7a377f3272676b7e27fa12aa143 (patch)
treeab9b721c7a0823e901402203832d8dcc44ebca72 /tooling
parentc277e21e169cfd6cd102e7e5ec9619d0553c0887 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/audit_events/docs/templates/audit_event_types.md.erb15
1 files changed, 9 insertions, 6 deletions
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 c0282e1926c..429d341f9a6 100644
--- a/tooling/audit_events/docs/templates/audit_event_types.md.erb
+++ b/tooling/audit_events/docs/templates/audit_event_types.md.erb
@@ -22,16 +22,19 @@ info: "See the Technical Writers assigned to Development Guidelines: https://abo
edit `tooling/audit_events/docs/templates/audit_event_types.md.erb`.
--->
-# Audit event types **(ULTIMATE ALL)**
+# Audit event types **(PREMIUM ALL)**
Audit event types are used to [filter streamed audit events](index.md#update-event-filters).
-Every audit event is associated with an event type. The association with the event type can mean that an audit event is:
+Every audit event is associated with an event type. Audit event types can allow audit events to be:
-- Saved to database. Audit events associated with these types are retrievable by using the audit events dashboard or the [audit events API](../../api/audit_events.md).
-- Streamed. Audit events associated with these types are [streamed to external destinations](../index.md) if a
- destination is set.
-- Not streamed. Audit events associated with these types are not streamed to external destinations even if a destination is set.
+- Saved to the database. Available in the Premium and Ultimate tier. You can retrieve audit events associated with these
+ types by using the audit events dashboard or the [audit events API](../../api/audit_events.md).
+- Streamed to external destinations. Available in the Ultimate tier. You can stream audit events associated with these
+ types [to external destinations](../index.md) if a destination is set.
+
+Some audit event types don't allow saving audit events to the database. Other audit event types don't allow streaming
+audit events to external destinations.
## Available audit event types