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 #8

Closed zacharymollenhour closed 6 years ago

zacharymollenhour commented 6 years ago

I keep recieving this error when I try to run the function. I cannot locate the reasoning for it to fail. Any ideas?

zacharymollenhour commented 6 years ago

[Error,FaultProcessor] FaultProcessor failed to send to Splunk: 14ef0369-2c21-4195-a7b3-afe2c433ccfe

brettroquemore commented 6 years ago

I am getting the same issue. Seems like it is failing to validate the certificate on splunks cloud.

brettroquemore commented 6 years ago

I worked with microsoft and got it working. Can you look at this code to see what we did. https://github.com/silvermoong/AzureFunctionforSplunkVS.git

zacharymollenhour commented 6 years ago

Tried running yours and still recieve the same error. Could you elaborate on what microsoft had you change?

zacharymollenhour commented 6 years ago

Got it to work! Thanks for the changes.