# Manage Raw Logs

You can manage and analyze **Raw Logs** directly from the [**Medianova Control Panel**](https://cloud.medianova.com) under **MN Logz → Raw Logs**.\
This interface allows you to inspect individual requests in real time, apply filters, and export selected data for further analysis.

### Access Raw Logs

{% stepper %}
{% step %}
From the left menu, go to **MN Logz → Raw Logs**.
{% endstep %}

{% step %}
Select a **CDN Resource** or domain.

Choose the specific CDN resources or domains you want to analyze.
{% endstep %}

{% step %}
Choose a **time range** (e.g., last 5, 15, or 60 minutes).
{% endstep %}

{% step %}
Click **Apply** to load log entries.

Expand any record to view full request and response details.
{% endstep %}
{% endstepper %}

<figure><img src="/files/XKvVyXPyquQdCg7hGBhP" alt="" width="375"><figcaption></figcaption></figure>

### Apply Filters

{% stepper %}
{% step %}
Click the **Filter** icon in the top-right corner.
{% endstep %}

{% step %}
Select a **time interval** or define a custom date and time range.
{% endstep %}

{% step %}
Use search boxes to filter by **status code**, **country**, or **cache status**.
{% endstep %}

{% step %}
Click **Apply** to refresh results.
{% endstep %}
{% endstepper %}

### Customize Displayed Fields

{% stepper %}
{% step %}
Click **Edit Columns** in the upper-right corner of the table.
{% endstep %}

{% step %}
Select or deselect fields
{% endstep %}

{% step %}
Click **Save.**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
For best performance, limit the number of visible fields when viewing high-volume data.
{% endhint %}

<figure><img src="/files/pdLAf7BtFquGsOwQl96t" alt=""><figcaption></figcaption></figure>

### **Export Logs**

{% stepper %}
{% step %}
Apply filters or search parameters to refine your dataset.
{% endstep %}

{% step %}
Click **Export CSV** in the top-right corner.
{% endstep %}

{% step %}
Wait for the export process to complete.

The file is downloaded in **CSV format**, containing the currently visible records.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clients.medianova.com/products/mn-logz/raw-logs/manage-raw-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
