How to not duplicate data when updating Sentinel data connector

Xiuyang Bobby Sun 45 Reputation points
2024-06-03T21:59:13.5533333+00:00

We implemented the Sentinel data connector using the Azure function app.

We have an issue now, when we need to make any updates to the data connector and make a deployment, the customer needs to create a new workspace to avoid data duplication.

Is there a way to avoid this and make the new version of the data connector replace the old one without needing customers to clean up existing data or create a new workspace?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,631 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,056 questions
{count} votes

Accepted answer
  1. Akshay-MSFT 17,651 Reputation points Microsoft Employee
    2024-06-06T09:32:51.1333333+00:00

    @Xiuyang Bobby Sun

    Kindly follow: Custom data ingestion and transformation in Microsoft Sentinel, which offers "Filtering"

    Ingestion-time transformation provides you with the ability to filter out irrelevant data even before it's first stored in your workspace.

    You can filter at the record (row) level, by specifying criteria for which records to include, or at the field (column) level, by removing the content for specific fields. Filtering out irrelevant data can:

    • Help to reduce costs, as you reduce storage requirements
    • Improve performance, as fewer query-time adjustments are needed

    Ingestion-time data transformation supports multiple-workspace scenarios.

    Kindly follow Tutorial, as Transformations allow you to modify incoming data before it's stored in Azure Monitor.

    If you don't have any further queries and the suggested answer is as per your business need, please "Accept the answer", This will help us and others in the community as well.

    Thanks,

    Akshay Kaushik

    0 comments No comments

0 additional answers

Sort by: Most helpful