> For the complete documentation index, see [llms.txt](https://clients.medianova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clients.medianova.com/products/mn-logz/raw-logs/manage-raw-logs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
