Add custom logs for roles,users,groups,login #300
Merged
pahansith
merged 1 commits from prathabanKavin/device-mgt-core:logger6
into master
10 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'prathabanKavin/device-mgt-core:logger6'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Description
Mail thread: [engineering] Creating custom loggers and Kibana dashboards
Log Structure
1. Role modification logs - logs for newly adding roles, updating roles and deleting roles
Pattern :
{DateTime} {LogLevel} - {ActionTag} {UserStoreDomain} {RoleName} {Users} {TenantDomain} {TenantId} {UserName} - log_message
2. User modification logs - logs for newly adding users,updating users and deleting users
Pattern :
{DateTime} {LogLevel} - {ActionTag} {UserStoreDomain} {FirstName} {LastName} {Email} {UserRoles} {TenantDomain} {TenantId} {UserName} - log_message
3. Group modification logs /Device group assignment logs - logs for newly adding groups, updating groups, deleting groups and assigning devices to them.
Pattern :
{DateTime} {LogLevel} - {ActionTag} {GroupId} {Name} {Owner} {DeviceCount} {Devices} {TenantDomain} {TenantId} {UserName} - log_message
4. User login logs - logs for user logins
Related PRs
Add custom logs for roles,users,groups,loginto WIP: Add custom logs for roles,users,groups,login 10 months agob6114231cb
to2a45604527
10 months agoWIP: Add custom logs for roles,users,groups,loginto Add custom logs for roles,users,groups,login 10 months ago2cbe0ca556
to654b4341e1
10 months agobf4a8a8f63
into master 10 months agobf4a8a8f63
.