How-To Guides
...
Log Formats
Event Log
2 min
this log contains almost all logs of events produced by the user on kron pam the packets are sent to the server in the following format type event type made by the user username the username that created an event on kron pam clientip kron pam host ip instancename the instance by which the event was created tenantid tenant that the event was created sourceid event type related id for ex user id, user group id, vault account db id, etc time exact time when the event was created params represents the parameter name of the created event example an admin user added a device group called pta servers on kron pam {type='/devicegroup/saved', username='admin', clientip='10 10 10 10', instancename='localhost localdomain', tenantid= ‘krontech’, sourceid='08fe4c48 fcea 4b92 884e 4ba286c6a998', time=2025 04 09 10 22 33 898, params='{groupname=pta servers}'} an admin user updated the test user on kron pam {type='/user/update', username='admin', clientip='10 10 10 10', instancename='localhost localdomain', tenantid= ‘krontech’, sourceid='25e53f47 ce66 4df2 9abc 6961dc668264', time=2025 04 09 10 16 48 166, params='{newname=testusernew, username=testuser, oldname=testuser}'} type details can be found in appendix 1 at the end of the document