Skip to content

Change user to username in kibana logs

Mohamed Hamda requested to merge 454337-fix-kibana-logs into master

What does this MR do and why?

This MR addresses the issue with Kibana logs. Previously, it was appending a username (as a string) under a user key, which created complications because the existing index expects user.id when a user key is passed.

image

In this MR: We Modify the key from user to username in assignment create and assignment remove to remove this conflict.

Related to #454337

Merge request reports