Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devel:documentation:audit:dev:logging [2021/08/13 08:00]
husniko
devel:documentation:audit:dev:logging [2021/08/23 15:33] (current)
husniko [Logging for SIEM tools]
Line 32: Line 32:
  
 On FE [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventDetail.js|detail of logging event]] it is possible to show a detail with some information from [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/core/core-impl/src/main/java/eu/bcvsolutions/idm/core/audit/entity/IdmLoggingEventException.java|IdmLoggingEventException]]. The detail of error log is shown in a [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventExceptionDetail.js|separate table]], each row from error is shown as an independent row in table. Class from //eu.bcvsolutions.idm//  is [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventExceptionDetail.js#L36-L40|highlighted]] with warning class. On FE [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventDetail.js|detail of logging event]] it is possible to show a detail with some information from [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/core/core-impl/src/main/java/eu/bcvsolutions/idm/core/audit/entity/IdmLoggingEventException.java|IdmLoggingEventException]]. The detail of error log is shown in a [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventExceptionDetail.js|separate table]], each row from error is shown as an independent row in table. Class from //eu.bcvsolutions.idm//  is [[https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/frontend/czechidm-core/src/content/audit/loggingEvent/LoggingEventExceptionDetail.js#L36-L40|highlighted]] with warning class.
- 
-===== Logging for SIEM tools ===== 
- 
-The IdM provides special type of logs intended for processing in SIEM tools. The structure of the log message is fixed and looks as follows. 
  
  
  • by husniko