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 |
---|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Pull Branch
- Add Premium license
- Go to Admin Area > Monitoring > Audit Events and look for the Streams
- Add Ultimate Licenes
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #433192 (closed)