Skip to main content

Enable event logs in Azure

Configure Azure object replication to sync IAM service event logs from Atlan to your Azure Blob Storage, enabling continuous security monitoring and SIEM integration.

Prerequisites

You need:

  • Existing Azure Storage Account (destination) to receive replicated data
  • Both source and destination storage accounts with versioning enabled (see Azure documentation)
  • Contributor or higher permissions on your Azure storage account
  • Existing containers in the destination storage account

Configure object replication policy

  1. Receive the replication policy JSON file from Atlan.

    • Atlan creates the initial replication policy and provides the JSON configuration
  2. Go to Azure Portal → Your Storage Account → Data managementObject replication.

  3. Select Upload replication rules.

  4. Upload the JSON policy file received from Atlan.

  5. Download the generated JSON file.

    • Azure assigns a policyId to the generated JSON
    • This file is required for final setup
  6. Send the generated JSON file back to Atlan securely.

    • Atlan finalizes the replication link from their side

Verify continuous replication

Application audit logs stream to Atlan's Azure Blob Storage in near real time. Once logs are available in Atlan's storage account, they replicate to your organization's Azure Blob Storage container through Azure object replication. Replication is ongoing without delays, ensuring logs are continuously transferred as they're generated.

Logs are stored in your Azure Blob Storage with the following folder structure:

audit/logs/keycloak-events

Logs are stored in JSON format.

See also