Hi
I am hoping someone can assist with this issue
2024/09/18 16:16:45 wazuh-modulesd:ms-graph: WARNING: Received unsuccessful status code when attempting to get relationship 'riskDetections' logs: Status code was '400' & response was '{"error":{"code":"BadRequest","message":"Invalid filter clause: Could not find a property named 'createdDateTime' on type 'microsoft.graph.riskDetection'.","innerError":{"date":"2024-09-18T15:16:45","request-id":"e8b68e50-2b76-4d73-b099-b374ece9b72f","client-request-id":"e8b68e50-2b76-4d73-b099-b374ece9b72f"}}}'
I tried adding these lines to the wazuh template but the issue persist
"microsoft.graph.riskDetection",
},
"riskDetection": {
"properties": {
"createdDateTime": {
"type": "Date"
}
}
},
Thanks in advance