# 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`&#x20;
* `ClientRequestHost`
* `ClientRequestMethod`
* `ClientRequestReferer`
* `ClientRequestURI`
* `ClientRequestUserAgent`
* `EdgeStartTimestamp`
* `EdgeEndTimestamp`
* `EdgeResponseBytes`
* `EdgeResponseStatus`&#x20;
  {% endstep %}
  {% endstepper %}

### Need More Help?

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


---

# 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://docs.getlimy.ai/limy-pixel/cdn-integration/cloudflare-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.
