# Dashboard Library

The **Dashboard Library** is the core interface of **MN Logz Analytics**.\
It offers a collection of **pre-configured Grafana dashboards** designed to visualize CDN traffic in real time.\
Each dashboard helps you monitor **performance trends**, **cache efficiency**, **geographic distribution**, and **client behavior** — all within a secure, isolated Grafana environment.

Use the Dashboard Library to:

* Track end-to-end CDN and edge performance.
* Identify latency or cache-related issues.
* Visualize traffic flow across countries and data centers.
* Drill down into specific requests or error events.

### Before You Begin

Before accessing dashboards, ensure the following prerequisites are met:

* Your **MN Logz Analytics instance** is active and accessible from the [Medianova Control Panel](https://cloud.medianova.com).
* **Data ingestion** from your CDN resources is properly configured and active.

{% hint style="info" %}
If no data appears, confirm that your dataset retention and traffic volume meet your analytics configuration.
{% endhint %}

### Access Dashboards

Go to [Medianova Control Panel](https://cloud.medianova.com) and select your **MN Logz Analytics** instance.

{% stepper %}
{% step %}
**Open the Dashboard Library**

From the left-hand menu, click **Dashboard Library** to view available dashboards.

<figure><img src="/files/3vkT2fyVdLkIANRKYBX6" alt=""><figcaption><p>Dashboard Library</p></figcaption></figure>

{% hint style="info" %}
Start with the Overview Dashboard to get a quick snapshot of overall performance, then move to Performance or Cache Analytics for deeper diagnostics.
{% endhint %}
{% endstep %}

{% step %}
**Select a Dashboard**

Choose a dashboard to begin analyzing metrics.

{% hint style="info" %}
All dashboards use consistent filter types (Resource, Country, Status), making it easy to cross-compare data between dashboards.
{% endhint %}

Each dashboard opens in a dedicated Grafana view with interactive filters.
{% endstep %}
{% endstepper %}

### **Dashboards**

<table><thead><tr><th width="202">Dashboard</th><th width="327">Description</th><th>Key Insights</th></tr></thead><tbody><tr><td><a href="/pages/5UwNGzou3oaFzQlWsxtp"><strong>Overview Dashboard</strong></a></td><td>High-level summary of CDN traffic, cache ratio, and errors.</td><td>Global performance overview.</td></tr><tr><td><a href="/pages/Iydib26gOnF7j1aQpnfq"><strong>Performance Analytics</strong></a></td><td>Analyzes latency, RTT, and datacenter behavior.</td><td>Request time and network efficiency.</td></tr><tr><td><a href="/pages/OjFfbdi3coVI9M0RQxQE"><strong>HTTP Analytics</strong></a></td><td>Provides detailed view of user access, referers, and devices.</td><td>User behavior and traffic origins.</td></tr><tr><td><a href="/pages/NZbEc265RVvKI7UTVnpQ"><strong>Cache Analytics</strong></a></td><td>Measures cache efficiency by content type and device.</td><td>HIT/MISS ratios and optimization insights.</td></tr><tr><td><a href="/pages/xPIvfDMaxlgS2Q4AlmHF"><strong>CDN Access Logs</strong></a></td><td>Displays request-level raw logs for full traceability.</td><td>Deep troubleshooting and verification.</td></tr></tbody></table>

### **FAQ**

**Can I create my own dashboards?**\
Currently, users can request custom dashboards through Medianova Support. Future releases will include user-defined dashboard templates.

**Are dashboard filters synchronized?**\
Filters are applied per dashboard, but similar filter types (e.g., Resource, Country) maintain consistent behavior across all dashboards.

**Can I access dashboards outside the Control Panel?**\
Yes. Each MN Logz Analytics instance has its own Grafana domain (e.g., `https://<INSTANCE>.mnlogz.medianova.com`) with secure role-based access.


---

# 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/mn-logz-analytics/dashboard-library.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.
