Azure Event Hub Terraform Module
Using our Terraform modules, you can easily install and manage Coralogix integrations with Azure services as modules in your infrastructure code. This tutorial demonstrates how to install our function app that connects to your Event Hub and sends logs to Coralogix.
Our modules are open-source and available on Github and in the Terraform registry.
Prerequisites
-
A resource group and storage account to be used by your function app must be provided as inputs in the Terraform module.
-
The Event Hub namespace and instance must be preexisting.
Installation
To install our function app, which connects to your Event Hub and sends logs to Coralogix, add this declaration to your Terraform project:
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.93"
}
}
}
provider "azurerm" {
features {}
}
module "eventhub" {
source = "coralogix/azure/coralogix//modules/eventhub"
CoralogixRegion = "Europe"
CustomDomain = < Custom FQDN if applicable >
CoralogixPrivateKey = < Send Your Data - API Key >
CoralogixApplication = "Azure"
CoralogixSubsystem = "EventHub"
FunctionResourceGroupName = < Function ResourceGroup Name >
FunctionStorageAccountName = < Function StorageAccount Name >
FunctionAppServicePlanType = "Consumption"
EventhubInstanceName = < Name of EventHub Instance >
EventhubNamespace = < Name of Eventhub Namespace >
EventhubResourceGroupName = < Name of Eventhub ResourceGroup >
}
Notes:
-
Input the following variables:
-
**CoralogixRegion**
: The region associated with your Coralogix account -
CoralogixPrivateKey
: Your Coralogix Send Your Data - API Key -
**CoralogixApplication**
&CoralogixSubsystem
: Coralogix application and subsystem names as they will appear in your UI
-
-
Descriptions for other variables can be found here.
-
An SAS policy will be created by the Terraform module to allow listen access to the Event Hub instance by the function app.
Extensions
Coralogix offers a variety of out-of-the-box data extensions to complement this Terraform module. Each tailored extension package unlocks a set of predefined items – such as alerts, parsing rules, dashboards, saved views, and actions – allowing you to jumpstart the monitoring of your logs.
Select one or more of the following:
- Azure AD
- Azure Audit
- Azure Bastion Host
- Azure CosmoDB
- Azure DDoS
- Azure Database MySQL
- Azure Database PostgreSQL
- Azure Databricks
- Azure Defender for Container Registries
- Azure Disk
- Azure DNS
- Azure EventHubs
- Azure Express Route
- Azure Firewall
- Azure Functions
- Azure Key Vault
- Azure Kubernetes Service
- Azure Load Balancer
- Azure Monitor
- Azure Network Security Groups
- Azure Network Watcher
- Azure Resource Groups
- Azure SQL
- Azure Storage Accounts
- Azure Virtual Network
- Azure VM
- Azure VPN
- Azure WAF
- Microsoft Defender for Cloud
Additional Resources
Documentation | Coralogix Terraform Provider |
External Documentation | Coralogix Function App Github: Azure – Coralogix Terraform Module Terraform Registry |
Support
Need help?
Our world-class customer success team is available 24/7 to walk you through your setup and answer any questions that may come up.
Feel free to reach out to us via our in-app chat or by sending us an email at [email protected].