Data modification in log analytics before archiving it.

Abhishek Singh (Contractor) 21 Reputation points
2022-10-12T09:41:20.623+00:00

I have set up a connection between Azure DevOps and Log analytics workspace to get the audit data as a maintenance purpose. But before storing/archiving the data, I need to follow the GDPR rules i.e I have to remove the personal data before storing it into the log analytics workspace. I need help in modifying the data before storing it in log analytics workspace.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
438 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
331 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,562 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andrew Blumhardt 9,496 Reputation points Microsoft Employee
    2022-10-13T04:34:19.223+00:00
    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sreeju Nair 11,616 Reputation points
    2022-10-12T10:16:44.593+00:00

    I believe you can use Azure Logic App to query data from log analytics workspace and modify them based on your requirement and then send to Azure Storage. A similar sample is documented below.

    https://learn.microsoft.com/en-us/azure/azure-monitor/logs/logs-export-logic-app

    Hope this helps

    1 person found this answer helpful.