Open Ask AI (⌘/Ctrl+I)

Ingress request logs

Ingress request logs display log information from Kubernetes Ingresses.

Select desired cluster

Select your desired cluster from the dropdown menu at the top of the Cockpit.

Select desired cluster in the Cockpit

View Ingress request logs

From Logs > Ingress requests:

  1. Select your desired cluster.
  2. View the chart to see Success (green), Client errors (yellow), and Server errors (red).
  3. In Filters, set date range, method, protocol, hosts, HTTP codes, IPs, paths, query parameters, backend service, namespace, RTT, size, request time, user agent, and request ID.

Ingress request logs

Details table

Ingress request log details table

ColumnDescriptionExample
DateTimestamp (ISO 8601, UTC)2025-10-30T10:18:05Z
MethodHTTP methodGET
HostHostnameauthor.staging.example.com
HTTP codeResponse status code200
Backend serviceKubernetes service that handled the requestmagnolia-author-tomcat
NamespaceKubernetes namespacemagnolia-prod
RTTRound-trip time (ms) from Ingress to backend21
Request IDUnique request identifiera1b2c3d4e5f6g7h8i9j0

RTT measures milliseconds for a request to travel from the Ingress to the backend service and back.