How-To Guides
...
Log Formats
HTTP Proxy Log
1 min
this section contains the kron pam http proxy logs the packets are sent to the server in the following format username the username of the requester who initiated the request hostip the ip address of the host that processed the request hostport the port number on the host used for the request clientip the ip address of the client making the request tenantid an identifier for the tenant or organization in a multi tenant environment time the exact timestamp when the request was made requesturl the url endpoint that was accessed during the request requestmethod the http method used for the request (e g , get, post) instancename the name of the instance that handled the request status the http response status code returned (e g , 200 for success) allow indicates whether the request was allowed (true) or denied (false) errormsg the error message, if any, occurred during the request; null if none example {username='requester', hostip='10 10 10 10', hostport=443, clientip='10 0 1 1', tenantid='krontech', time=2025 04 14 15 03 05 243, requesturl='/portal ui/x/login/null', requestmethod='get', instancename='localhost localdomain', status=200, allow=true, errormsg=null}