GSA-TTS / cg-logshipper

Sample code for draining Cloud Foundry logs to S3 and New Relic using FluentBit
Other
6 stars 2 forks source link

Add New Relic's output plugin -- proxy config works #3

Closed akf closed 1 year ago

akf commented 1 year ago

This configuration successfully sends a message to New Relic, using the proxy specified by HTTPS_PROXY.

It turns out that this output plugin didn't need SSL_CERT_FILE defined. REQUESTS_CA_BUNDLE is already defined without my adding it to .profile (standard/default on ubuntu linux?).

mogul commented 1 year ago

Noting for future: We should probably add a cron'd GitHub Actions workflow that will periodically grab the latest binary from New Relic and make a PR with it.