We use Appsignal which now has logging, it would be great if the logshipper could support it
3 Likes
I tried setting up Appsignal logging by configuring fly log shipper with an http sink. However, Appsignal expects the auth to be a parameter of the query string, not an auth header.
I did set HTTP_URL to the full URL with the auth parameter in the query string, and I also set the HTTP_TOKEN so that vector would not complain about a missing env var. Sadly, I do not get any logs in Appsignal. I guess that Appsignal does not like that the auth header is there, maybe?
We’re using AppSignal too, would be nice to see support here. Any updates on this?
The fly-log-shipper image should support AppSignal!
Have a look here to see how to configure: GitHub - superfly/fly-log-shipper: Ship logs from fly to other providers
I hope this helps!