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}