{"id":18578964,"url":"https://github.com/libre-devops/terraform-azurerm-log-analytics-solution","last_synced_at":"2025-09-08T04:35:26.405Z","repository":{"id":118714482,"uuid":"492019966","full_name":"libre-devops/terraform-azurerm-log-analytics-solution","owner":"libre-devops","description":"A module used to deploy a log analytics solution.  Please note, some of the solutions are no longer being maintained :fire:","archived":false,"fork":false,"pushed_at":"2022-05-14T00:06:29.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-16T02:12:40.229Z","etag":null,"topics":["azurerm","azurerm-terraform-provider","module","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libre-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-13T19:37:31.000Z","updated_at":"2022-05-15T23:38:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"258718f3-8015-4f1d-8d6c-461de80e965e","html_url":"https://github.com/libre-devops/terraform-azurerm-log-analytics-solution","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"libre-devops/terraform-module-template","purl":"pkg:github/libre-devops/terraform-azurerm-log-analytics-solution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-log-analytics-solution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-log-analytics-solution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-log-analytics-solution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-log-analytics-solution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/terraform-azurerm-log-analytics-solution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azurerm-log-analytics-solution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274134915,"owners_count":25228201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azurerm","azurerm-terraform-provider","module","terraform","terraform-module"],"created_at":"2024-11-06T23:38:25.774Z","updated_at":"2025-09-08T04:35:26.387Z","avatar_url":"https://github.com/libre-devops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"```hcl\nmodule \"law\" {\n  source = \"registry.terraform.io/libre-devops/log-analytics-workspace/azurerm\"\n\n  rg_name  = module.rg.rg_name\n  location = module.rg.rg_location\n  tags     = module.rg.rg_tags\n\n  create_new_workspace       = true\n  law_name                   = \"law-${var.short}-${var.loc}-${terraform.workspace}-01\"\n  law_sku                    = \"PerNode\"\n  retention_in_days          = \"30\"\n  daily_quota_gb             = \"0.5\"\n  internet_ingestion_enabled = false\n  internet_query_enabled     = false\n}\n\nmodule \"law_solution\" {\n  source = \"registry.terraform.io/libre-devops/log-analytics-solution/azurerm\"\n\n  rg_name  = module.rg.rg_name\n  location = module.rg.rg_location\n  tags     = module.rg.rg_tags\n\n  solution_name    = \"ContainerInsights\"\n  law_workspace_id = module.law.law_workspace_id\n  law_name         = module.law.law_name\n\n  settings = {\n    plan = {\n      publisher = \"Microsoft\"\n      product   = \"OMSGallery/ContainerInsights\"\n    }\n  }\n}\n```\n\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_azurerm\"\u003e\u003c/a\u003e [azurerm](#provider\\_azurerm) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [azurerm_log_analytics_solution.law_solution](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/log_analytics_solution) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_law_name\"\u003e\u003c/a\u003e [law\\_name](#input\\_law\\_name) | The name of the log analytics workspace | `string` | n/a | yes |\n| \u003ca name=\"input_law_workspace_id\"\u003e\u003c/a\u003e [law\\_workspace\\_id](#input\\_law\\_workspace\\_id) | The workspace\\_id of the log analytics workspace | `string` | n/a | yes |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | The location for this resource to be put in | `string` | n/a | yes |\n| \u003ca name=\"input_plan\"\u003e\u003c/a\u003e [plan](#input\\_plan) | The plan you wish to build the solution for | `map(any)` | n/a | yes |\n| \u003ca name=\"input_rg_name\"\u003e\u003c/a\u003e [rg\\_name](#input\\_rg\\_name) | The name of the resource group, this module does not create a resource group, it is expecting the value of a resource group already exists | `string` | n/a | yes |\n| \u003ca name=\"input_solution_name\"\u003e\u003c/a\u003e [solution\\_name](#input\\_solution\\_name) | The name of the log analytics solution | `string` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of the tags to use on the resources that are deployed with this module. | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"source\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_law_solution_id\"\u003e\u003c/a\u003e [law\\_solution\\_id](#output\\_law\\_solution\\_id) | The ID of the log analytics workspace |\n| \u003ca name=\"output_law_solution_name\"\u003e\u003c/a\u003e [law\\_solution\\_name](#output\\_law\\_solution\\_name) | The name of the solution |\n| \u003ca name=\"output_law_solution_plan\"\u003e\u003c/a\u003e [law\\_solution\\_plan](#output\\_law\\_solution\\_plan) | The plan block of the solution plan |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-log-analytics-solution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fterraform-azurerm-log-analytics-solution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azurerm-log-analytics-solution/lists"}