Field Definitions

Review the fields included in Raw Logs to understand how each request attribute is represented in the Medianova Control Panel.

Each Raw Log entry contains detailed information about CDN requests processed by Medianova edge servers. Fields are grouped by category for clarity and consistency. You can select which fields to display in the Medianova Control Panel using the Edit Columns option under MN Logz → Raw Logs.

Request Information

Field Name

Description

timestamp

Time when the CDN edge received the request (UTC).

request_id

Unique identifier assigned to each request.

request_method

HTTP method used (GET, POST, PUT, etc.).

request_uri

Full URI path requested by the client.

request_param

Query string parameters included in the request.

http_protocol

HTTP version (e.g., HTTP/1.1, HTTP/2).

server_name

Domain or hostname requested.

status

HTTP response status code returned by the CDN.

Response & Cache Metrics

Field Name

Description

proxy_cache_status

Cache result: HIT, MISS, BYPASS, EXPIRED, or STALE.

content_type

MIME type of the response.

body_bytes_sent

Size of the response body (in bytes).

bytes_sent

Total number of bytes sent to the client.

body_received

Bytes received from the client (for uploads or POST requests).

request_time

Total time (seconds) spent processing the request.

upstream_response_time

Time (seconds) taken by the origin to respond.

sent_http_content_length

Content-Length header sent in the response.

Client & Network Details

Field Name

Description

remote_addr

IP address of the client initiating the request.

remote_port

Source port used by the client.

country_code

Two-letter ISO country code of the client IP.

asn

Autonomous System Number of the client’s network.

isp

Internet Service Provider name.

tcp_info_rtt

TCP round-trip time (ms).

tcp_info_rtt_var

TCP round-trip time variance.

scheme

Protocol used (http or https).

User & Header Information

Field Name

Description

http_user_agent

Browser or client user agent string.

http_referrer

Referring page or source URL.

http_host

Host header from the original HTTP request.

via

Proxy routing information sent in the Via header.

resource_uuid

Unique identifier of the CDN resource.

account_type

Type of account (enterprise, standard, etc.).

Example Raw Log Entry

{
  "timestamp": "2025-04-13T16:18:54+03:00",
  "request_id": "4cf6103583ff66578fa4466a074095d6",
  "request_method": "GET",
  "request_uri": "/uploads/assets/demo/image.svg",
  "status": "200",
  "proxy_cache_status": "HIT",
  "bytes_sent": "1674",
  "country_code": "TR",
  "asn": "47331",
  "isp": "Turk Telekom",
  "request_time": 0.12
}

Each log line represents a single request processed by a CDN edge node. Empty or unavailable fields are omitted automatically from the log entry.

Usage Notes

  • All field names are case-sensitive.

  • Units are represented in seconds (time) and bytes (size).

  • Logs are formatted as JSON and updated in real time.

  • Only active resources with traffic will generate visible data.

Last updated

Was this helpful?