I’m trying to automate daily audit/change reporting from our Cato tenant by using the auditFeed GraphQL endpoint. I can successfully authenticate and run other queries (such as accountMetrics), but every valid auditFeed request results in the following error: { "errors": [ { "message": "internal server error", "path":…
Hi, When processing the Azure Functions, will HTTP not be used and all communication will be secure via HTTPS? Thank you
Hi, We noticed that the template includes a file share called "catoeventenginenacb0243807b2b" in the cato_deploy.json file. What is this file share for? Thank you.
Hi, The columns "creation_date" and "insertion_date" that contain date data in the "CatoAuditEngine_CL" log are not in yyyy/mm/dd hh:mm:ss format. Is there a way to change it to this format? Thank you.
Hi, We deployed the template without making any changes to the json file, selecting Service Plan Type=Basic and Enable Cato Audit Logs. We also entered the correct values for Cato API Key and Cato Account ID. When we checked the logs for "CatoAuditEngine_CL" linked to the Log Analytics workspace, we found that the exact…
Hi, For logs that are integrated with Cato, the log acquisition location is remembered using files such as "event-marker.txt." We would like to confirm the behavior of this marker. For example, if the Azure Functions timer trigger does not start properly and is skipped, will logs that have not been integrated into the Log…
Hi, The "events" file in the template is a binary file. Do you have the source file for this? If so, could you share it with us as we would like to use it to analyze the processing content? Thank you.
Hi, We understand that the template in Sentinel is a custom handler implemented in Go. If a vulnerability is found in the Go module or in its version used, will the template be updated to a module or version that is not vulnerable? Thank you.
Hi, Is it possible to change the sku value of "Microsoft.Web/serverfarms" listed in the cato_deploy.json file? For example, the template allows to select the P1v3 sku, but are there any risks in making the following changes, such as changing it to the P0v3 sku? "sku": { "name": "P0v3", "tier": "PremiumV3", "size": "P0v3",…
I am trying to catch all the Interface Utilization of a socket interface. The type accountMetrics provides only throughput to and from the CATO Cloud. Is there any way to get the througput for off-cloud and local breakout as well? I noticed only the type: socketPortMetrics. But with "throughput_upstream" and…
It looks like you're new here. Sign in or register to get started.