caf-log-analytics

aztfmod/caf-log-analytics/azurerm

Terraform Module HCL AZURERM ✓ Verified

Azure Monitor - Log analytics module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-log-analytics" {
source = "aztfmod/caf-log-analytics/azurerm"
version = "2.3.0"
}
⭐ Source on GitHub 📦 Registry page
README

![VScodespaces](https://online.visualstudio.com/environments/new?name=terraform-azurerm-caf-log-analytics&repo=aztfmod/terraform-azurerm-caf-log-analytics) ![Gitter](https://gitter.im/aztfmod/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Deploys Azure Monitor Log Analytics Creates the log analytics and monitoring solutions. Reference the module to a specific version (recommended): ``hcl module "log_analytics" { source = "aztfmod/caf-log-analytics/azurerm" version = "0.x.y" name = var.name solution_plan_map = var.solutions resource_group_name = var.rg prefix = var.prefix location = var.location tags = var.tags } ` Requirements No requirements. Providers | Name | Version | |------|---------| | azurecaf | n/a | | azurerm | n/a | Inputs | Name | Description | Type | Defaul

Inputs (10)
NameTypeDescriptionDefault
namestring(Required) Log Analytics workspace name required
tagsstring(Required) tagging for the log analytics workspace required
resource_group_namestring(Required) Resource group name required
locationstring(Required) Location of the resources required
conventionstring(Required) Naming convention to be used (check at the naming convention module f required
solution_plan_mapmap(any)(Optional) Map structure containing the list of solutions to be enabled.{}
max_lengthstring(Optional) You can speficy a maximum length to the name of the resource""
retention_in_daysstring (Optional) The workspace data retention in days. Possible values are either 7 (""
prefixstring(Optional) You can use a prefix to the name of the resource""
postfixstring(Optional) You can use a postfix to the name of the resource""
Outputs (3)
id — Output the object ID
name — Output the object name
object — Output the full object
Resources (3)
azurecaf_naming_conventionazurerm_log_analytics_solutionazurerm_log_analytics_workspace
Details
FrameworkTerraform Module
LanguageHCL
Version2.3.0
Cloud AZURERM
★ Stars4
Forks15
Total downloads36.6k
Inputs10
Outputs3
Resources3
Examples2
LicenseMIT
Namespaceaztfmod
Updated