Azure Monitor Logs

Connecting Azure Monitor logs to your Panther Console

Overview

Panther supports ingesting Azure Monitor logs via common Data Transport options, like Azure Event Hub and Blob Storage.

It's also possible to ingest Microsoft Defender for Cloud alerts using this source by including the Security category during Step 2 of the onboarding process, below.

How to onboard Azure Monitor logs to Panther

You'll first create an Azure Blob Storage or Azure Event Hub source in Panther, then configure Azure to export logs to that location.

Step 1: Create an Azure Monitor source in Panther

  1. In the left-hand navigation bar of your Panther Console, click Configure > Log Sources.

  2. In the upper right corner, click Create New.

  3. Search for "Azure Monitor," then click its tile.

    • In the slide-out panel, the Transport Mechanism dropdown in the upper-right corner will be pre-populated with the Azure Event Hub option. Either leave this selection as-is, or select Azure Blob Storage.

  4. Click Start Setup.

  5. Follow Panther's instructions for configuring an Azure Event Hub or Azure Blob Storage Source.

Latency differs for these two options: If you select the Blob Storage option, Panther retrieves Azure Monitor files every hour. If you select Event Hub, the ingestion is near real-time.

Step 2: Export Azure Monitor logs

To export Azure Monitor logs to Event Hubs or a storage account, follow the instructions below:

  1. In your Azure dashboard, navigate to the Monitor service.

  2. In the left-hand navigation panel, click Activity Log.

  3. Near the top of the page, click Export Activity Logs.

  4. Click Add Diagnostic Setting.

  5. 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:

    • Destination details: Select either Archive to a storage account or Stream to an event hub Hub, based the Data Transport mechanism you used in Panther in Step 1.

      • If you select Archive to a storage account, in the Storage account field, select your storage account.

      • If you select Stream to an event hub, in the Event hub namespace field, select your event hub.

  6. In the upper-left corner, click Save.

(Blog Storage transport only) Step 3: Assign a role to the container

  1. Click on your newly created container with the name insights-activity-logs, then in the left-hand navigation bar, click Access Control (IAM).

  2. Click +Add. In the panthertestcontainer3 Access Control (IAM) page, an arrow is drawn to the +Add button

  3. Click Add Role Assignment.

  4. Search for "Storage Blob Data Reader" and select the matching role that populates. In the Add role assignment page of the Azure console, "storage blob" has been searched for in the search box. One of the results, Storage Blob Data Reader, is circled.

  5. Click on the Members tab.

  6. Click +Select Members.

  7. 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.

  8. 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

Was this helpful?