Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The audit records include the following information :


ValueDescription
Time stampThe time stamp that an action was done. Example : 05/02/2017 18:18:30,839
Action execution time (ms)The action execution time in mili seconds.
User IP AddressThe IP address of the user that perform the action.
User IDThe logged in user ID that performed the action
ActionThe action description. Example : addUser(userName=User1)


Enabling Audit


To enable audit logging edit the UI service log4j configuration file : /app/ui/MonTier-UI/lib/log4j2.xml

...

Code Block
languagexml
themeRDark
05/06/2018 18:18:30,839- DEBUG o.m.u.w.f.AuditFilter [ajp-bio-8070-exec-1]   51    192.168.65.190  admin           getSystemParameters()  
05/06/2018 18:18:34,183- DEBUG o.m.u.w.f.AuditFilter [ajp-bio-8070-exec-1]   8     192.168.65.190  admin           getUsers()
05/06/2018 18:18:46,277- DEBUG o.m.u.w.f.AuditFilter [ajp-bio-8070-exec-1]   40    192.168.65.190  admin           addUser(userName=User1)
05/06/2018 18:18:46,304- DEBUG o.m.u.w.f.AuditFilter [ajp-bio-8070-exec-1]   8     192.168.65.190  admin           getUsers()


Note

In order to export the audit records use file transfer mechanism (scp) to copy the logs off the product's server.