Open Ask AI (⌘/Ctrl+I)

Redirect Request logs

Redirect Request logs capture HTTP requests processed by your redirect service. Use these logs to analyze redirect traffic patterns, troubleshoot redirect rules, and monitor response times.

Key information tracked

  • Request details: HTTP method, protocol, host, path, action, target, query parameters
  • Response metrics: HTTP status code, response bytes, RTT, request processing time
  • Client information: client IP, X-Forwarded-For, user agent, request ID
  • Routing: backend service that handled the request
  • Environment context: namespace and pod

Select desired cluster

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

Select desired cluster in the Cockpit

View Redirect Request logs

From Logs > Redirect Requests:

  1. Select your desired cluster.
  2. View the chart to see redirect request activity over time.
  3. In Filters, set time range, namespace, pod, request details, response codes, client information, routing, and performance thresholds.

Details table

ColumnDescriptionExample
DateTimestamp when the request was receivedJan 14, 2026, 10:23:45 AM
HostHostname that received the requestwww.example.com
HTTP codeResponse status (often 301 or 302)301
PathURL path before redirection/old-page
TargetRedirect target URLhttps://www.example.com/new-page
X-Forwarded-ForOriginal client IP via proxy10.0.0.50
Request IDUnique request identifierabc123-def456-ghi789