[Recommended] Illumio Core via AMA connector for Microsoft Sentinel

The Illumio Core data connector provides the capability to ingest Illumio Core logs into Microsoft Sentinel.

Connector attributes

Connector attribute Description
Log Analytics table(s) CommonSecurityLog (IllumioCore)
Data collection rules support Azure Monitor Agent DCR
Supported by Microsoft

Query samples

Top 10 Event Types

IllumioCoreEvent

| where isnotempty(EventType)
 
| summarize count() by EventType

| top 10 by count_

Prerequisites

To integrate with [Recommended] Illumio Core via AMA make sure you have:

  • ****: To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. Learn more
  • ****: Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed Learn more

Vendor installation instructions

NOTE: This data connector depends on a parser based on a Kusto Function to work as expected which is deployed as part of the solution. To view the function code in Log Analytics, open Log Analytics/Microsoft Sentinel Logs blade, click Functions and search for the alias IllumioCoreEvent and load the function code or click here.The function usually takes 10-15 minutes to activate after solution installation/update and maps Illumio Core events to Microsoft Sentinel Information Model (ASIM).

  1. Secure your machine

Make sure to configure the machine's security according to your organization's security policy

Learn more >

Next steps

For more information, go to the related solution in the Azure Marketplace.