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!