Skip to content

Fix Audit event streaming Admin tab show in Premium license

What does this MR do and why?

Closes #433192 (closed)

Audit event streaming is an Ultimate feature. Currently the Streams tab is visible when a Premium license is applied. This tab should not show for Premium license.

This MR replaces a hardcoded string to true with a license feature check.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before With Premium License After With Premium License After With Ultimate License
Premium_license_Before Premium_license_After Ultimate_license

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Pull Branch
  2. Add Premium license
  3. Go to Admin Area > Monitoring > Audit Events and look for the Streams
  4. Add Ultimate Licenes
  5. Go to Admin Area > Monitoring > Audit Events and look for the Streams

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 #433192 (closed)

Merge request reports