Skip to content

Remove Streams tab from subgroups audit events UI

What does this MR do and why?

This MR removes the "Streams" tab from subgroups audit events UI. This feature only works on top-level groups and shouldn't have been shown. The documentation is also updated to make this clear.

We have a separate issue tackling the API: Streaming destinations should not be created fo... (#362265 - closed)

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

Requires an GitLab Ultimate license

  1. As an owner, visit a top-level groups audit events page such as http://gdk.test:3000/groups/gitlab-org/-/audit_events
  2. Validate that the streams tab is shown
  3. As an owner, visit a subgroups audit events page (you may need to create one first)
  4. Validate that the streams tab is not shown

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #362264 (closed)

Edited by Robert Hunt

Merge request reports