Netifly

Netlify Log Drains are only available on Enterprise plans.

Overview

Netlify’s General HTTP Endpoint Log Drains allow you to stream traffic logs to external services for advanced monitoring and analysis. By integrating with Limy AI, you gain:

  • Deeper insights into how AI agents access and interpret your site

  • Real-time analytics on ChatGPT, Perplexity, Gemini, Claude and other agentic web crawlers

  • Visibility into performance patterns, routing behavior, and bot/human segmentation

Prerequisites

  • Netlify Enterprise account

  • Admin access to your Netlify team settings

  • Your Limy AI ingestion token (provided during onboarding)

  • A deployed Netlify site with incoming traffic

Configuration

1

Step 1

Navigate to your project in the Netlify dashboard. On the left, click Logs > Log Drains

2

Step 2

Click Enable Log Drain and select General HTTP Endpoint

3

Step 3

Prepare your log drain. Uncheck:

  • Function logs

  • Edge function logs

  • Deploy logs

  • WAF logs

You should only use Traffic Logs for the log drain.Prepare your endpoint and authorization:

  • URL: https://stream.getlimy.ai

  • Authorization Header: Bearer lmy_xxx

Leave JSON selected in the Log Drain Format.

4

Step 4

Issue Resolution

  • If logs aren’t showing up in your Profound dashboard, verify that your endpoint is targeting /v1/logs/netlify

  • For authentication or API-key-related problems, ensure your token is correctly prefixed with Bearer

Need More Help?

Security Considerations

  • Store API keys securely using environment variables.

  • Rotate your API credentials on a regular basis.

  • Monitor log drain activity to detect unusual behavior.

  • Always use HTTPS endpoints for log forwarding.

Last updated