Open rheajain opened 1 year ago
Add a new resource where the user is able to configure the “Log Profile” for a firewall to send to a workspace.
The API through which this functionality is exposed is:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/saveLogProfile
Payload that this API accepts:
{ "commonDestination": { "monitorConfigurations": { "id": "/subscriptions//resourceGroups//providers/Microsoft.OperationalInsights/workspaces/testAnalyticsX", "subscriptionId": "/subscriptions/", "workspace": "", "primaryKey": "", "secondaryKey": "" } }, "logType": "TRAFFIC", "logOption": "SAME_DESTINATION" }
azurerm_palo_alto_next_generation_firewall_log_profile
No response
@jackofallops Any ETA on adding the support for this? Thanks!
@jackofallops Any ETA on this? Thanks!
Is there an existing issue for this?
Community Note
Description
Add a new resource where the user is able to configure the “Log Profile” for a firewall to send to a workspace.
The API through which this functionality is exposed is:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/firewalls/{firewallName}/saveLogProfile
Payload that this API accepts:
{ "commonDestination": { "monitorConfigurations": { "id": "/subscriptions//resourceGroups//providers/Microsoft.OperationalInsights/workspaces/testAnalyticsX",
"subscriptionId": "/subscriptions/",
"workspace": "",
"primaryKey": "",
"secondaryKey": ""
}
},
"logType": "TRAFFIC",
"logOption": "SAME_DESTINATION"
}
New or Affected Resource(s)/Data Source(s)
azurerm_palo_alto_next_generation_firewall_log_profile
Potential Terraform Configuration
No response
References
No response