# Logpush

**Real-Time Logpush** enables you to deliver complete CDN log data — including request, cache, and network metrics — directly to your preferred storage or analytics platform.\
Logs are streamed automatically in near real time, ensuring continuous visibility into your CDN traffic without manual export.

This feature is part of the **MN Logz** product family, designed to centralize Medianova’s log collection, automation, and analytics capabilities.

### **How It Works**

Real-Time Logpush continuously aggregates edge-level CDN events and pushes them to configured destinations in **JSON Lines (`.jsonl`) format**, compressed using **Gzip (`.txt.gz`)**.\
A new log batch is sent every **5 minutes** or when the **file size threshold** is reached — whichever comes first.

Default limits:

* **HTTP delivery:** 5 MB
* **Other destinations:** 50 MB

These lightweight, structured batches ensure fast delivery and efficient data handling even at scale.

### **Key Benefits**

* **Full Observability** – Access every HTTP request and response served by the CDN.
* **Automation at Scale** – Eliminate manual exports by pushing data continuously.
* **Flexible Integrations** – Connect to Stook, Amazon S3, Elasticsearch, or any S3-compatible endpoint.
* **Efficient Compression** – JSONL + Gzip format ensures fast, compact delivery.
* **Near Real-Time Analysis** – Monitor performance, detect anomalies, and optimize delivery immediately.

### **Supported Destinations**

* **Medianova Stook** (Object Storage)
* **Amazon S3**
* **S3-Compatible Storage Services**
* **HTTP/S endpoints**
* **Elasticsearch Indexes**

### **Use Cases**

* **Performance Monitoring** – Identify latency issues, cache misses, and traffic spikes instantly.
* **Security Auditing** – Track suspicious requests, referrers, or unauthorized access attempts.
* **Business Analytics** – Integrate with your BI platform to visualize usage patterns.
* **Data Archiving** – Store and compress logs for long-term retention and compliance.

{% hint style="info" %}
To enable Real-Time Logpush on your account or adjust data delivery limits, contact [Medianova Sales](mailto:undefined)
{% endhint %}


---

# 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/logpush.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.
