Hello
I’m quite new to Grafana and I have the following issues
When the admin creates a user in Grafana , there is nothing in the logs that mention about user creation even if I enable debug option it’s the same
and when the user login failed the userid is zero and uname is empty and I can’t identify the user by running through the log , is there a way to monitor the admin activity and and have the user name in case of login failure
logger=context traceID=00000000000000000000000000000000 userId=0 orgId=0 uname= t=2023-07-26T14:49:27.545083808+02:00 level=error msg="Invalid username or password" error="invalid username or password"
logger=context traceID=00000000000000000000000000000000 userId=0 orgId=0 uname= t=2023-07-26T14:49:27.545161392+02:00 level=info msg="Request Completed" method=POST path=/login status=401
I’m running grafana Version 9.1.0 (commit: 82e32447b4, branch: HEAD)
Thanks in advance