Forum Discussion

JonasN's avatar
JonasN
Frequent Visitor
1 year ago
Solved

Ingest data from a Log Analytics Workspace

What is the possibility to load data into an EventHouse from a Log Analytics Workspace? I don't want to stream the data, but run a KQL query that aggregates the data per day and stores this in an E...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi JonasN ,

    I think it is possible to load data from a Log Analytics Workspace into an EventHouse.

     

    Here are some of my personal thoughts on your question:

    1. Use KQL to aggregate the data per day in your Log Analytics Workspace.

    2. You can use various methods such as Azure Data Factory, Logic Apps, or custom scripts to automate this process.

    3. Use the EventHouse ingestion APIs or connectors to load the exported data into your EventHouse. EventHouse supports multiple data ingestion methods, including SDKs, Kafka, and data flows.

    4. You can also look at the two documents below:

    Ingest events from Azure Event Hubs into Azure Monitor Logs (Preview) - Azure Monitor | Microsoft Learn

    Eventhouse overview - Microsoft Fabric | Microsoft Learn

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.