Skip to content

Track audit event searches via Snowplow

Tan Le requested to merge 233785-track-audit-event-searches into master

What does this MR do?

Track audit event searches across the following pages.

  • Instance-level search: /admin/audit_logs
  • Group-level search: /groups/:group/-/audit_events
  • Project-level search: /:group/:project/-/audit_events
  • Authentication log: /profile/audit_log

Audit event searches are full page reload so we have chosen Snowplow backend tracking.

Telemetry

Output of Snowplow Micro

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #233785 (closed)

Edited by Tan Le

Merge request reports