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

Click Download logs (CSV) to export the rows that match your current filters.

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

Open a log row to see the full request, including the user agent.

Where a user agent appears, you can open its details in the Cockpit. The result is a decoded view of the client, such as device and browser class, along with related signals that can help you tell typical browsers from automated or unusual traffic.

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