> For the complete documentation index, see [llms.txt](https://docs.getlimy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getlimy.ai/limy-pixel/cdn-integration/cloudflare-logpush.md).

# Cloudflare (LogPush)

#### Overview <a href="#overview" id="overview"></a>

Use Cloudflare Logpush to stream request metadata into Agent Monitoring. Logpush is a Cloudflare Enterprise feature that supports forwarding logs to external destinations

For additional details about Logpush, refer to Cloudflare’s [official documentation](https://developers.cloudflare.com/logs/about/).

{% stepper %}
{% step %}
on your domain Cloudflare Dashboard, go to **Analytics & Logs -> Logpush**

<figure><img src="/files/LgrBHaanvNTua4Az3v4P" alt="" width="260"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Create a new Logpush job, select HTTP destination

<figure><img src="/files/Xhm8n4tQnIJ4Cv1ZZRLq" alt="" width="250"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Set the destination URL to the Limy Analytics API endpoint

```
https://stream.getlimy.ai/?header_x-api-key=<YOUR_API_KEY>
```

{% endstep %}

{% step %}
**Select HTTP Requests**

<figure><img src="/files/vHsVY25o0mKBdCmWF6N3" alt="" width="289"><figcaption></figcaption></figure>

Under "If logs match", select `Filtered logs`. Add a filter on the `ClientRequestHost` field matching your domain.

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

Select HTTP requests dataset, and choose the following fields to send:

* `ClientIP`
* `ClientRequestHost`
* `ClientRequestMethod`
* `ClientRequestReferer`
* `ClientRequestURI`
* `ClientRequestUserAgent`
* `EdgeStartTimestamp`
* `EdgeEndTimestamp`
* `EdgeResponseBytes`
* `EdgeResponseStatus`
  {% endstep %}
  {% endstepper %}

### Need More Help?

* Contact `answers@limy.ai` for any further questions
