Linking a syslog resource

What’s the proper way to link syslog resources (e.g. papertrail) to a generation 2 app? For generation 1 it was resources link but gen 2 does it differently, and the docs don’t mention syslog.

I imagine it’s either a convox.yml resource definition, a rack resource, or an agent service, but I haven’t been able to figure it out.

Nevermind, it appears rack resources link is the way to do this

Could you be more specific, please? :wink:

Managed to piece together a solution, after some searching.

convox rack resources create syslog --name papertrail Url=tcp+tls://logs6.papertrailapp.com:111111
convox rack resources link papertrail

Does this still apply to V3 Racks?

1 Like

I’d like to know this too. Doing this in v3 racks seems to be missing from documentation.

Is it possible to link a syslog resource via the convox.yml? Trying to work out the best way to get logs from apps generated by a Review Workflow into DataDog.