# Netlify

### **Overview**

Netlify’s General HTTP Endpoint Log Drains allow you to stream traffic logs to external services for advanced monitoring and analysis.

{% hint style="info" %}
This integration requires a Netlify Enterprise plan — Log Drains are not available on lower tiers.
{% endhint %}

### Setup

{% stepper %}
{% step %}
Go to your project in the Netlify dashboard. On the left, click **Logs > Log Drains**

<figure><img src="/files/a1SMh62WrYq7vJsJ3qJG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Enable Log Drain** and select **General HTTP Endpoint**

<figure><img src="/files/1SSt2N2i6qzMX0AoV3kF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Uncheck:

* **Function logs**
* **Edge function logs**
* **Deploy logs**
* **WAF logs**

Choose **Traffic Logs** only for the log drain.

* URL: `https://stream.getlimy.ai`
* Authorization Header: `Bearer lmy_xxx`

**Log Drain Format** should be **JSON**

<figure><img src="/files/uQ8FYSPmgO6tOCQOkjPi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Connect**

{% hint style="danger" %}
If you get the following error:

`incorrectly configured GetURL, validation request returns status code 400`

Make sure you have prefixed your token with `Bearer`
{% endhint %}

<figure><img src="/files/gPX8WpHVakCL9SwoRDJI" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Need More Help? <a href="#additional-resources" id="additional-resources"></a>

* Contact <kbd><answers@limy.ai></kbd> for any further question


---

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