I am interested in sending Heroku logs to Stream. Has anyone ever done this before?
Page 1 / 1
Hi! You can use Heroku Syslog or HTTPS drains to send logs to Stream.
For Syslog, configure a Syslog source and enter the following at the Heroku CLI.
heroku drains:add syslog+tls://<host>:<port> -a <heroku-app>
heroku drains:add syslog://<host>:<port> -a <heroku-app>
For HTTPS, configure the Stream HTTP source, configure TLS, and enter the following at the Heroku CLI
heroku drains:add https://<host>:<port>/cribl/_bulk -a <heroku-app>
Do note that Logplex does not validate your worker cert during the TLS handshake.
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.