microsoft / AzureFunctionforSplunkVS

An Azure Function to make Azure Monitor telemetry available to a Splunk monitoring system.
MIT License
50 stars 75 forks source link

FaultProcessor failed to send to splunk #10

Closed brettroquemore closed 5 years ago

brettroquemore commented 6 years ago

I am getting this error. Seems like it is failing to accept to the certificate used in splunks cloud.

brettroquemore commented 6 years ago

I think the change Yiong made on line 132 in the Utils.cs resolved the issue. 132 + if (string.IsNullOrWhiteSpace(splunkCertThumbprint))
133 133 return true;

brettroquemore commented 5 years ago

Code changes made.