falcon-integration-gateway

Azure Backend

Integration with Microsoft Azure Log Analytics.

Example Configuration file

config/config.ini configures Falcon Integration Gateway. Below is a minimal configuration example for Azure:

[main]
# Cloud backends that are enabled. The gateway will push events to the cloud providers specified below
backends=AZURE

[azure]
# Azure section is applicable only when AZURE backend is enabled in the [main] section.

# Uncomment to provide Azure Workspace ID. Alternatively, use WORKSPACE_ID env variable.
#workspace_id =
# Uncomment to provide Azure Primary Key. Alternatively, use PRIMARY_KEY env variable.
#primary_key =

# Uncomment to enable RTR based auto discovery of Azure Arc Systems. Alternatively,
# use ARC_AUTODISCOVERY env variable.
#arc_autodiscovery = true

API Scopes

Configure the following additional API scopes in your CrowdStrike Falcon console:

Azure Arc Autodiscovery

Azure Arc is service within Microsoft Azure that allows users to connect and manage systems outside Azure using single pane of glass (Azure user interface).

Falcon Integration Gateway is able to identify Azure Arc system properties (resourceName, resourceGroup, subscriptionId, tenantId, and vmId) using RTR and send these details over to Azure Log Analytics.

To enable this feature:

Developer Guide

Developer Resources