Hi
I am having an issue with ms-graph not sending all events to wazuh
I tried updating the template and also tried a the following pipeline, with the result more logs werent visible in the console
{
"rename": {
"if": "ctx?.microsoft.graph.riskDetection instanceof Map",
"field": "createdDateTime",
"target_field": "detectedDateTime",
"ignore_missing": true
}
},
Thank you