Vercel Integration

I am exploring if it is possible to send logs from our functions hosted on Vercel to our ELK trial.

My first hurdle is trying to understand how to ship logs from the function to ELK. Currently I am willing to do this within the lifecycle of my function execution. So shipping logs in batch over HTTP or something is what I am looking for.

Help appreciated thanks!

You could send them directly via HTTP using the Bulk API in Elasticsearch: Bulk API | Elasticsearch Guide [7.15] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.