appsignal
sink should apply user-defined TLS settings
#17112
Labels
sink: appsignal
Anything `appsignal` sink related
As observed in #17110 , the sink is currently not allowing user defined TLS settings (https://cs.github.com/vectordotdev/vector/blob/a791595b0cfcae36d0c46708a91d5e2813ed38eb/src/sinks/appsignal/mod.rs#L117).
The can be adressed by adding the
TlsSettings
to the config struct for the sink and applying them instead of&None
.The text was updated successfully, but these errors were encountered: