Azure Monitor Logs
Connecting Azure Monitor logs to your Panther Console
Overview
Azure Monitor log ingestion is in open beta starting with Panther version 1.96, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.
Panther supports ingesting Azure Monitor logs by sending them to Azure Storage.
It's also possible to ingest Microsoft Defender for Cloud logs using this source by including the Security category during Step 2 of the onboarding process, below.
Panther retrieves Azure Monitor files once per hour.
How to onboard Azure Monitor logs to Panther
You'll first create an Azure Blob Storage source in Panther, then configure Azure to export logs to that location.
Step 1: Create an Azure Monitor source in Panther
In the left-hand navigation bar of your Panther Console, click Configure > Log Sources.
In the upper right corner, click Create New.
Search for "Azure Monitor," then click its tile.
Click Start Setup.
Follow Panther's instructions for configuring an Azure Blob Storage Source.
During Step 2: Create required Azure infrastructure, if you choose to create your Azure resources manually (instead of using Terraform), skip the step to create an Azure container, as one will automatically be created in your storage account in Step 2, below.
After you have completed these instructions, continue to Step 2, below.
Step 2: Export Azure Monitor logs to Azure Blob storage
To export Azure Monitor logs to a Blob storage container:
In your Azure dashboard, navigate to the Monitor service.
In the left-hand navigation panel, click Activity Log.
Near the top of the page, click Export Activity Logs.
Click Add Diagnostic Setting.
On the Diagnostic setting page, provide values for the following fields:
Diagnostic setting name: Enter a descriptive name.
Categories (under Logs): Select each of the log categories you are interested in ingesting:
Security (Microsoft Defender for Cloud)
Destination details: Select the Archive to a storage account checkbox, then select your destination Storage account.
In the upper left corner, click Save.
Monitor Activity logs will now be saved to a Blob container in your storage account.
Step 3: Add role assignment to container
Click on your newly created container with the name
insights-activity-logs
, then in the left-hand navigation bar, click Access Control (IAM).Click Add Role Assignment.
Click on the Members tab.
Click +Select Members.
Search for the name of the registered app you created during the Create required Azure infrastructure process on Azure Blob Storage Source, and click Select.
Click Review+Assign.
Remember that because Panther retrieves Azure Monitor files once per hour, there could be a delay of up to one hour before initial data arrives in Panther.
Supported log types
Panther supports Azure Monitor Activity logs which are handled by the Azure.MonitorActivity schema.
Azure.MonitorActivity
Last updated