RELOPS-2331: add CrowdStrike NGSIEM event hub log forwarding#292
Merged
Conversation
Stream Azure activity logs and Entra ID tenant logs to CrowdStrike Falcon Next-Gen SIEM via a dedicated Event Hub Namespace in the InfraSec subscription. Splunk forwarding is unchanged. - azure_infrasec/crowdstrike.tf: resource group, Event Hub Namespace, entralogs and activitylogs hubs, NGSIEM-dedicated consumer groups, subscription and tenant diagnostic settings. Subscriptions are discovered from the tenant root management group and filtered to exclude "Azure subscription 1". - azure_ad/sp_crowdstrike.tf: Entra application and service principal for the Falcon connector. Client secret is managed in the portal. - azure_ad/rbac.tf: Event Hubs Data Receiver on the namespace for the new SP, plus Reader on the tenant root management group for the InfraSec and Releng groups so the management group data source resolves.
markcor
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stream Azure activity logs and Entra ID tenant logs to CrowdStrike Falcon Next-Gen SIEM via a dedicated Event Hub Namespace in the InfraSec subscription. Splunk forwarding is unchanged and continues to receive the same log categories in parallel.
Jira: RELOPS-2331
Changes
terraform/azure_infrasec/crowdstrike.tf(new): resource grouprg-crowdstrike-eventhub, Event Hub Namespacemozcrowdstrikeeventhub(Standard, TLS 1.2, auto-inflate),entralogsandactivitylogshubs (7-day retention), NGSIEM-dedicated consumer groups, subscription-scopeazurerm_monitor_diagnostic_setting, and tenant-scopeazurerm_monitor_aad_diagnostic_setting.terraform/azure_ad/sp_crowdstrike.tf(new): Entra application and service principalsp-infosec-crowdstrike-eventhub. Client secret is managed in the Azure portal, not Terraform.terraform/azure_ad/rbac.tf:Azure Event Hubs Data Receiveron the CrowdStrike namespace for the new SP, plusReaderon the tenant root management group for the InfraSec and Releng groups so theazurerm_management_groupdata source resolves.Subscription enumeration
Diagnostic settings iterate over subscriptions discovered from the tenant root management group (
c0dc8bb0-...), filtered to excludeAzure subscription 1. New subscriptions added to the tenant onboard automatically on the next apply.Apply order
cd terraform/azure_ad && terraform plan && terraform apply— creates the role assignments for MG reader and the Entra app/SP.cd terraform/azure_infrasec && terraform plan && terraform apply— creates the namespace, hubs, consumer groups, and diagnostic settings.sp-infosec-crowdstrike-eventhub→ Certificates & secrets → create a client secret. Hand the value to SecOps along with thecrowdstrike_eventhub_client_idandcrowdstrike_eventhub_tenant_idoutputs.azure_infrasecoutputs).Test plan
terraform planinazure_adshows only the three new role assignments and the new app/SPterraform planinazure_infrasecshows the new resource group, namespace, hubs, consumer groups, and diagnostic settings; verify thecrowdstrike_forwarding_subscriptionsoutput excludesAzure subscription 1activitylogshub and Entra logs on theentralogshub via the Azure portal Messages chart (PDF Step 7)