vm-logs

claranet/vm-logs/azurerm

Terraform Module HCL AZURERM

Terraform module to enable Diagnostics and Logs on Azure VM

Install
module "vm-logs" {
source = "claranet/vm-logs/azurerm"
version = "4.2.0"
}
plain text: /constructs/tfmod-claranet-vm-logs-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure VM Linux - Enable diagnostics logs ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![TF Registry](https://registry.terraform.io/modules/claranet/vm-logs/azurerm/) This feature enables Diagnostics VM extension for Linux VM. It allows you to push logs on an Azure Storage Account and to enable Logs Analytics dashboards. Global versioning rule for Claranet Azure modules | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 5.x.x | 0.15.x & 1.0.x | >= 2.0 | | >= 4.x.x | 0.13.x | >= 2.0 | | >= 3.x.x | 0.12.x | >= 2.0 | | >= 2.x.x | 0.12.x | < 2.0 | | < 2.x.x | 0.11.x | < 2.0 | Usage This module is optimized to work with the Claranet terraform-wrapper tool which set some terraform variables in the en

Inputs (11)
NameTypeDescriptionDefault
vm_idstringAzure Linux VM ID to enable Diagnostics required
diagnostics_storage_account_namestringAzure Storage Account to use for logs and diagnostics required
diagnostics_storage_account_sas_tokenstringAzure Storage Account SAS Token. An Account SAS token for Blob and Table service required
environmentstringProject environment required
stackstringProject stack name required
default_tags_enabledboolOption to enable or disable default tagstrue
tagsmap(string)Tags to assign on ressources{}
syslog_log_level_configstringSyslog Event Configuration log level [Can be LOG_DEBUG, LOG_INFO, LOG_NOTICE, LO"LOG_ERR"
vm_extension_name_suffixstringExtension suffix name."linux-diagnostics"
vm_extension_custom_namestringCustom VM extension name.null
diagnostics_linux_extension_versionstringLinux VM diagnostics extension version"3.0"
Resources (1)
azurerm_virtual_machine_extension
Details
FrameworkTerraform Module
LanguageHCL
Version4.2.0
Cloud AZURERM
★ Stars1
Forks10
Total downloads75.8k
Inputs11
Resources1
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated