AuditTrailTypes flag group
Flags to indicate the type of Audit Trail entry.
Lua access code
To access the code of the flags below, append the flag group name and flag name to syslib.model.flags,
see an example below.
return syslib.model.flags.AuditTrailTypes.COMPONENT_LAUNCH
Flags
| Name | Bit | Value | Description |
|---|---|---|---|
| COMPONENT_LAUNCH | 22 | 2097152 | Launch/shutdown of an inmation component |
| COMPONENT_UPDATE | 23 | 4194304 | Update of an inmation component |
| CONFIG_CHANGE | 1 | 1 | Changes of the configuration of objects |
| CONNECTION | 21 | 1048576 | Attempts to create/close communication channels between Core and other inmation components will be audited |
| DATASTORE_PURGE | 11 | 1024 | Automatic deletion of content in MongoDB datastores by the system |
| EXT_WRITE | 2 | 2 | Write to an external item |
| FILE_TRANSFER | 24 | 8388608 | File transfer between components |