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.

View Redirect Request logs
From Logs > Redirect Requests:
- Select your desired cluster.
- View the chart to see redirect request activity over time.
- In Filters, set time range, namespace, pod, request details, response codes, client information, routing, and performance thresholds.
Details table
| Column | Description | Example |
|---|---|---|
| Date | Timestamp when the request was received | Jan 14, 2026, 10:23:45 AM |
| Host | Hostname that received the request | www.example.com |
| HTTP code | Response status (often 301 or 302) | 301 |
| Path | URL path before redirection | /old-page |
| Target | Redirect target URL | https://www.example.com/new-page |
| X-Forwarded-For | Original client IP via proxy | 10.0.0.50 |
| Request ID | Unique request identifier | abc123-def456-ghi789 |