mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix(azure): query API management logs with not empty operations (#8598)
This commit is contained in:
@@ -245,6 +245,7 @@ class APIM(AzureService):
|
||||
query = f"""
|
||||
ApiManagementGatewayLogs
|
||||
| where _ResourceId has '{instance.id}'
|
||||
| where isnotempty(OperationId)
|
||||
| project TimeGenerated, OperationId, CallerIpAddress, CorrelationId
|
||||
"""
|
||||
timespan = timedelta(minutes=minutes)
|
||||
|
||||
Reference in New Issue
Block a user