Hi @Kabelo Phefo ,
As per this document, logs created from operations like update assessments and installations are stored by Update Manager in Azure Resource Graph and as per this document, Search-AzGraph is the Azure PowerShell cmdlet using which we can query the resources managed by Azure Resource Manager so you could come up with your Azure Resource Graph kusto query by including all the filters that are required for your environment and then use that in the Search-AzGraph Azure PowerShell cmdlet and save it as PowerShell script.
You may refer examples in this document to understand how to include kusto query inside the Search-AzGraph cmdlet. Also, you may refer this document to understand the structure of logs being sent by Update Manager for all of its operations to Azure Resource Graph and refer this document for sample queries so you could come up with your real-time Azure Resource Graph kusto query for your use case scenario.