HTTP Proxy Log
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: