From 520590362220c794d04e9ce2e9bdbbc587ae7f1a Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 7 Aug 2024 11:46:55 +0300 Subject: [PATCH] add vercel innt --- docs/shipping/Other/vercel.md | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/shipping/Other/vercel.md diff --git a/docs/shipping/Other/vercel.md b/docs/shipping/Other/vercel.md new file mode 100644 index 00000000..8221bc1e --- /dev/null +++ b/docs/shipping/Other/vercel.md @@ -0,0 +1,45 @@ +--- +id: Vercel-data +title: Vecrcel +overview: Vercel is a Cloud Platform that enables developers to deploy, manage, and scale modern web applications. Use this integration to send logs from your Vercel applications to your Logz.io account. +product: ['logs'] +os: ['windows', 'linux'] +filters: ['Other'] +logo: https://logzbucket.s3.eu-west-1.amazonaws.com/logz-docs/shipper-logos/vercel.svg +logs_dashboards: [] +logs_alerts: [] +logs2metrics: [] +metrics_dashboards: [] +metrics_alerts: [] +drop_filter: [] +--- + +Vercel is a Cloud Platform that enables developers to deploy, manage, and scale modern web applications. Use this integration to send logs from your Vercel applications to your Logz.io account. + + +## Configure Log Drain + +1. In your Vercel account go to **Settings** tab +2. Select **Log Drains** from the list +3. Add a new Log Drain + - Choose which Projects and Sources you would like to send logs from + - Choose **Delivery Format** as **NDJSON** + - (Optional) Set **Custom Name** to `Logz.io Output` + - Choose the Environments to send logs from + - (Optional) Change the sampling rate if you don't want 100% of the logs to be sent + - Set Endpoint to `https://listener.logz.io:8071?token=<>&type=vercel` + + +:::note +- `<>` can be found [here](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=logs). +- You can change the type from vercel (`&type=<>`) at the endpoint URL to any type name that you prefer. +::: + + +4. Click **Test Log Drain** to make sure everything is setup properly. +5. If you got message **Test log drain sent successfully**, click **Add Log Drain**. + + +## Check Logz.io for your logs + +Give your logs some time to get ingested, then open your [Logz.io Account Explore](https://app.logz.io/#/dashboard/explore) to view them. \ No newline at end of file