Hello,
We're trying to use this add on to get MS Teams Call Quality data into Splunk. However, there is a persistent issue -- we're not able to subscribe to Graph change notifications. The error we get is 2020-06-15 14:59:01,505 ERROR pid=13270 tid=MainThread file=base_modinput.py:log_error:309 | Could not create subscription: 400 Client Error: Bad Request for url: https://graph.microsoft.com/v1.0/subscriptions
When tried through Postman or curl, the error is
{
"error": {
"code": "InvalidRequest",
"message": "The underlying connection was closed: An unexpected error occurred on a send.",
"innerError": {
"date": "2020-06-15T15:08:45",
"request-id": "bbd8c734-15e4-4439-b2bc-be49ba2a6335"
}
}
}
Anyone facing a similar error?
@jconger
... View more