Azure Data Explorer

Overview

The Azure Data Explorer integration allows you to export Akto Agentic security activity data into an Azure Data Explorer (ADX) database. With the integration you can have centralised analytics, long-term storage, and correlation with other operational data already present in ADX.

Prerequisites

Azure Data Explorer Cluster and Database Details

You need an existing Azure Data Explorer cluster and database and should have the cluster endpoint and the database name for the cluster being integrated.

circle-exclamation

Azure App Registration

Akto uses an Azure App Registration for authentication with Azure Data Explorer.

Create a New App Registration

1

Open App registrations in the Azure portal.

2

Select New registration from the left navigation panel.

3

Enter a name for the application and set Supported account types to Accounts in this organisational directory only (Single tenant).

4

Select Register to create the application.

Generate Client Secret

1

Open the newly created App Registration.

2

Navigate to Certificates & secrets.

3

Create a new Client secret.

4

Copy the Client secret value after creation.

5

Navigate back to the application overview page.

6

Copy the following identifiers:

  • Application (Client) ID

  • Directory (Tenant) ID

circle-exclamation

Steps to Integrate ADX in Akto

1

Open Integration Settings

  1. Log in to the Akto dashboard.

  2. Navigate to Settings → Integrations → Azure Data Explorer.

  3. The Azure Data Explorer configuration form is displayed.

2

Configure the Integration

Enter the following values in the configuration form:

  • Cluster Endpoint

  • Database Name

  • Tenant ID

  • Application ID

  • Application Key (Client Secret)

Each value should match the Azure App Registration and Azure Data Explorer cluster configuration.

3

Save the Configuration

Select Save to complete the integration.

Akto validates the credentials and establishes connectivity with Azure Data Explorer.

Exporting Data to Azure Data Explorer

1

Open the Akto Atlas or Argus dashboard.

2

Navigate to Guardrails → Guardrail Activity.

3

Open the More actions menu in the top-right corner.

4

Select Export to ADX (Azure Data Explorer).

Akto exports the selected guardrail activity data to the configured Azure Data Explorer database.

How Data Looks in ADX Cluster

After the export completes, the guardrail activity data appears as structured records in the Azure Data Explorer database.

You can query the exported data using KQL to support investigation, monitoring, and reporting workflows within Azure Data Explorer.

Last updated