-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't receive data, but no error logs are displayed #6
Comments
Were you able to successfully create and list the subscription on the Azure side? https://github.com/splunk/azure-functions-splunk/tree/master/graph#3-create-a-microsoft-graph-subscription |
@spalessandro Did you find a fix for this? We've got the same issue. |
@JasonConger We succesfully created the subscription. We get as output: When we list the subscriptions we get a similar output, with a list of several subscriptions among which appears one with the same id as the one created. @kclifford20 No, we still haven't found a fix. Still no data on Splunk. Could you please share where did you find the logs on azure about the queue getting call records? Thanks |
@spalessandro A couple of places. If you go to your resource group, you'll see a storage account with the name ending in functions. Open that up, then queues, notification-queue. Make sure that shows no results. |
I have a feeling it's to do with Splunk having invalid certificates on the HEC due to a double . used in the DNS name causing the initial wildcard to not be valid. |
@spalessandro With some help from our Splunk reps, we've found a fix. The problem is that the default HEC inputs URL has a SSL certificate issue. This blocks the scripts from working. The fix is to replace the . between http-inputs and customertenant with a - For example: https://http-inputs-__customertenant__.splunkcloud.com/services/collector/event This is working for us |
@JasonConger Could you please update the docs with the example HEC URL? |
@kclifford20 Thanks for the insight, I'll try that and report if it works. |
@kclifford20 Thank you with all my heart, I've been spending a lot of time on this error and you just solved it :D |
Hi All |
Hi and thanks for your support.
We are trying to use this repo to get Microsoft Teams Call Records into Splunk, since the Microsoft Teams Add-on for Splunk refers to this repo for Splunk Cloud environments.
We deployed the Azure Functions from this repo to our Azure Account.
We linked it to an Azure Application which has
CallRecords.Read.All
permission, and we made sure to click the Grant admin consent for....On Splunk side, we created a Splunk HEC input, and filled in the endpoint and token when prompted in the set-up page for the Azure Function. For the HEC endpoint we used the standard form
https://http-inputs.<host>.splunkcloud.com:443/services/collector/event
.Finally, we created the subscription as documented. Everything goes through without errors. However, we can't see the data on Splunk. On Splunk, we ran
index=_introspection token
to troubleshoot the issue: there are no errors, we can just see 0 bytes of data received at any point in time. On all the logs we could find on Azure there are no mentions of errors (except for the subscription creation phase, when it's waiting for the webhook).We tested the HEC input with a curl POST call from a local machine, and it works: we can see the data on Splunk.
What could be the issue here?
Thanks
The text was updated successfully, but these errors were encountered: