> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Netlify

U kunt Netlify configureren om logs naar een specifiek endpoint te sturen. Momenteel ondersteunt Netlify alleen het exporteren van function logs. Om Netlify te configureren zodat function logs naar AppSignal worden gestuurd, volgt u de onderstaande stappen:

1. Selecteer onder **Site settings > Log Drains** "**Enable a log drain**".
2. Selecteer "**General HTTP endpoint**" als Log drain service.
3. Selecteer alleen "**function logs**" als **Log type**.
4. Voer de volgende URL in voor uw endpoint:

<CodeGroup>
  ```shell Shell theme={null}
  https://appsignal-endpoint.net/logs/netlify?api_key=YOUR_LOG_SOURCE_API_KEY
  ```
</CodeGroup>

Vervang `YOUR_LOG_SOURCE_API_KEY` door de sleutel die u kreeg bij het [aanmaken van een logbron](/logging/configuration#creating-a-log-source).

1. Selecteer [`NDJSON`](/logging/formatting#ndjson) als **Log Drain Format**.
2. Zodra u de bovenstaande stappen heeft voltooid, selecteert u "**Connect**".

Eenmaal verbonden verschijnen logs in AppSignal. Als u nog steeds geen logs ziet, [neem dan contact met ons op](mailto:support@appsignal.com) voor ondersteuning.

Meer informatie over de log drains van Netlify vindt u in hun documentatie over [Log Drain](https://docs.netlify.com/monitor-sites/log-drains/#general-http-endpoint).
