Edit

Share via


Quickstart: Onboard Microsoft Sentinel

In this quickstart, you'll enable Microsoft Sentinel and install a solution from the content hub. Then, you'll set up a data connector to start ingesting data into Microsoft Sentinel.

Microsoft Sentinel comes with many data connectors for Microsoft products such as the Microsoft Defender XDR service-to-service connector. You can also enable built-in connectors for non-Microsoft products such as Syslog or Common Event Format (CEF). For this quickstart, you'll use the Azure Activity data connector that's available in the Azure Activity solution for Microsoft Sentinel.

To onboard to Microsoft Sentinel by using the API, see the latest supported version of Sentinel Onboarding States.

Prerequisites

Enable Microsoft Sentinel

To get started, add Microsoft Sentinel to an existing workspace or create a new one.

  1. Sign in to the Azure portal.

  2. Search for and select Microsoft Sentinel.

    Screenshot of searching for a service while enabling Microsoft Sentinel.

  3. Select Create.

  4. Select the workspace you want to use or create a new one. You can run Microsoft Sentinel on more than one workspace, but the data is isolated to a single workspace.

    Screenshot of choosing a workspace while enabling Microsoft Sentinel.

    • The default workspaces created by Microsoft Defender for Cloud aren't shown in the list. You can't install Microsoft Sentinel on these workspaces.
    • Once deployed on a workspace, Microsoft Sentinel doesn't support moving that workspace to another resource group or subscription.
  5. Select Add.

Tip

We recommend onboarding your workspace to the Defender portal for a unified experience in managing security operations (SecOps) across both Microsoft Sentinel and other Microsoft security services.

If you decide to onboard your workspace now, you can continue the procedures in this article from the Defender portal. For more information, see Onboard Microsoft Sentinel to the Defender portal.

Install a solution from the content hub

The content hub in Microsoft Sentinel is the centralized location to discover and manage out-of-the-box content including data connectors. For this quickstart, install the solution for Azure Activity.

  1. In Microsoft Sentinel, select Content hub.

  2. Find and select the Azure Activity solution.


  1. On the solution details pane on the side, select Install.

Set up the data connector

Microsoft Sentinel ingests data from services and apps by connecting to the service and forwarding the events and logs to Microsoft Sentinel. For this quickstart, install the data connector to forward data for Azure Activity to Microsoft Sentinel.

  1. In Microsoft Sentinel, select Configuration > Data connectors and search for and select the Azure Activity data connector.

  2. In the connector details pane, select Open connector page. Use the instructions on the Azure Activity connector page to set up the data connector.

    1. Select Launch Azure Policy Assignment Wizard.

    2. On the Basics tab, set the Scope to the subscription and resource group that has activity to send to Microsoft Sentinel. For example, select the subscription that contains your Microsoft Sentinel instance.

    3. Select the Parameters tab, and set the Primary Log Analytics workspace. This should be the workspace where Microsoft Sentinel is installed.

    4. Select Review + create and Create.

Generate activity data

Let's generate some activity data by enabling a rule that was included in the Azure Activity solution for Microsoft Sentinel. This step also shows you how to manage content in the content hub.

  1. In Microsoft Sentinel, select Content hub and search for and select Suspicious Resource deployment rule template in the Azure Activity solution.

  2. In the details pane, select Create rule to create a new rule using the Analytics rule wizard.

  3. In the Analytics rule wizard - Create a new Scheduled rule page, change the Status to Enabled.

    On this tab and all other tabs in the wizard, leave the default values as they are.

  4. On the Review and create tab, select Create.

View data ingested into Microsoft Sentinel

Now that you've enabled the Azure Activity data connector and generated some activity data let's view the activity data added to the workspace.

  1. In Microsoft Sentinel, select Configuration > Data connectors and search for and select the Azure Activity data connector.

  2. In the connector details pane, select Open connector page.

  3. Review the Status of the data connector. It should be Connected.

    Screenshot of data connector for Azure Activity with the status showing as connected.

  4. Select a tab to continue, depending on which portal you're using:

    1. Select Go to query to open the Logs page in the Azure portal.

    2. On the top of the pane, next to the New query 1 tab, select the + to add a new query tab.

    3. On the side, switch from Simple mode to KQL mode, and run the following query to view the activity date ingested into the workspace:

      AzureActivity
      

    For example:

    Screenshot of the AzureActivity query in the Logs page of the Azure portal.


Next steps

In this quickstart, you enabled Microsoft Sentinel and installed a solution from the content hub. Then, you set up a data connector to start ingesting data into Microsoft Sentinel. You also verified that data is being ingested by viewing the data in the workspace.