Hi,
I am working with the Splunk Add on for Microsoft Azure and im trying to get the Secure Score working with it, has anyone had any luck with getting it working?
At the moment it looks like I need to do it s the input being a resource graph, but it doesn't seem to be pulling that data through. It has been set up with the reader IAM role for the correct subscription (as suggested by their documentation)
The error I seem to be getting in splunk is as follows:
File "/opt/splunk/etc/apps/TA-MS-AAD/lib/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://management.azure.com/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01
Any help or advice would be appreciated.
the format of the query is the problem. A simple way to populate the query is to reference a table from the Resource Graph table here...
For example, "ServiceHealthResources" works, as does "SecurityResources".
Did you ever resolve this @paulmachin ? I am facing identical error.