Azure Log Analytics Data Export Rule
This page shows how to write Terraform and Azure Resource Manager for Log Analytics Data Export Rule and write them securely.
azurerm_log_analytics_data_export_rule (Terraform)
The Data Export Rule in Log Analytics can be configured in Terraform with the resource name azurerm_log_analytics_data_export_rule. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
destination_resource_idrequired - string -
enabledoptional - bool -
export_rule_idoptional computed - string -
idoptional computed - string -
namerequired - string -
resource_group_namerequired - string -
table_namesrequired - set of string -
workspace_resource_idrequired - string -
timeoutssingle block
Explanation in Terraform Registry
Manages a Log Analytics Data Export Rule.
Microsoft.OperationalInsights/workspaces/dataExports (Azure Resource Manager)
The workspaces/dataExports in Microsoft.OperationalInsights can be configured in Azure Resource Manager with the resource name Microsoft.OperationalInsights/workspaces/dataExports. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.