Logs collections
log_administrative
This collection contains all administrative event log data and related collections, This collection contains the following parameters:
Parameter |
Definition |
Type |
|---|---|---|
_id |
Unique identifier |
ObjectId |
data |
This parameter contains the user’s data, collections that were affected, dates, etc. |
Object |
data.date |
This parameter is the date on which the event was generated. |
Date |
data.user |
This parameter contains the user who performed the event within the system. |
String |
data.type_event |
This parameter contains the type of event that the user performed. |
String |
data.entities |
This parameter contains the entities that were affected or were present in the user generated event. |
Array |
data.content |
This parameter contains the system generated event message. |
String |
log_service
This parameter contains the entities that were affected or were present in the event generated by the system services, This collection contains the following parameters:
Parameter |
Definition |
Type |
|---|---|---|
_id |
Unique identifier |
ObjectId |
data |
This parameter contains the user’s data, collections that were affected, dates, etc. |
Object |
data.date |
This parameter is the date on which the event was generated. |
Date |
data.user |
This parameter contains the user who performed the event within the system. |
String |
data.type_event |
This parameter contains the type of event that the user performed. |
String |
data.entities |
This parameter contains the entities that were affected or were present in the user generated event. |
Array |
data.content |
This parameter contains the system generated event message. |
String |
Event |
Definition |
|---|---|
cre |
Create |
rea |
Read |
upd |
Update |
del |
Delete |
lis |
List |
err |
Error |
exc |
Exception |