-
Notifications
You must be signed in to change notification settings - Fork 40
Description
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