corelight/terraform-azure-enrichment

GitHub: corelight/terraform-azure-enrichment

一个用于在 Azure 上自动化部署 Corelight Cloud Enrichment 基础设施的 Terraform 模块,该仓库现已迁移至 monorepo。

Stars: 0 | Forks: 0

# ⚠️ 已弃用 — 此仓库已迁移 **新位置:** [`modules/azure/enrichment`](https://github.com/corelight/terraform/tree/main/modules/azure/enrichment) **更新你的模块 `source`**(将 `` 替换为[发布标签](https://github.com/corelight/terraform/releases),例如 `v29.0.5-5`): ``` module "enrichment" { source = "github.com/corelight/terraform//modules/azure/enrichment?ref=" } ``` 请查看 [monorepo README](https://github.com/corelight/terraform#readme) 获取完整的模块列表。 # terraform-azure-enrichment 用于 Corelight 的 Azure Cloud Enrichment 的 Terraform。 overview ## 入门指南 Corelight 的 Azure Cloud Enrichment 需要部署一个 Azure Container App 及其配套基础设施,以确保你的 Corelight 云传感器中的数据始终保持与你云资源的最新状态同步。 ## 用法 ``` module "enrichment" { source = "github.com/corelight/terraform-azure-enrichment" resource_group_name = "" enrichment_storage_account = "" enrichment_storage_account_container = "" event_grid_system_topic_name = "" event_grid_resource_group_name = "" location = "" subscription_id = "the ID (UUID) of the Azure Subscription where resources will be deployed>" tags = { terraform : true, example : true, purpose : "Corelight" } } ``` ## 部署 此模块的所有变量都具有默认值,你可以根据自身的命名和合规标准覆盖这些默认值。 部署示例可以在[这里][]找到。 ## 许可证 该项目采用 [MIT][] 许可证。
标签:Azure, ECS, Terraform, 日志富化