Azure Log Analytics Saved Search
This page shows how to write Terraform and Azure Resource Manager for Log Analytics Saved Search and write them securely.
azurerm_log_analytics_saved_search (Terraform)
The Saved Search in Log Analytics can be configured in Terraform with the resource name azurerm_log_analytics_saved_search. 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
-
categoryrequired - string -
display_namerequired - string -
function_aliasoptional - string -
function_parametersoptional - set of string -
idoptional computed - string -
log_analytics_workspace_idrequired - string -
namerequired - string -
queryrequired - string -
tagsoptional - map from string to string -
timeoutssingle block
Explanation in Terraform Registry
Manages a Log Analytics (formally Operational Insights) Saved Search.
Microsoft.OperationalInsights/workspaces/savedSearches (Azure Resource Manager)
The workspaces/savedSearches in Microsoft.OperationalInsights can be configured in Azure Resource Manager with the resource name Microsoft.OperationalInsights/workspaces/savedSearches. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.