Forum Discussion
Real Time intelligence Alert data ingestion issue
- 1 year ago
Hi ramankr48
Please go through the below Microsoft Documents for reference:
What is Real-Time Intelligence - Microsoft Fabric | Microsoft Learn
Create Activator alerts from a Real-Time Dashboard - Microsoft Fabric | Microsoft Learn
Set alerts based on Fabric events in Real-Time hub - Microsoft Fabric | Microsoft Learn
If this post helps, kindly mark it as Accepted Solution.
Thank You!
Hi ramankr48
Thank you for reaching out to the Microsoft Fabric community.
Regarding your query yes, it is absolutely possible to store alert-triggered events in a Lakehouse, Warehouse, or Eventhouse using the "Run a Fabric item" action.This action enables you to trigger a Fabric item such as a Pipeline, Notebook, or Dataflow Gen2 when the alert condition is met in your Real-Time Intelligence dashboard.
Create a pipeline in Microsoft Fabric, within the pipeline add a Web activity or Copy activity to your pipeline.Configure the activity to fetch or receive the alert payload from the desired source.
Store them in Lakehouse, Warehouse, and Eventhouse, and configure Real-Time Intelligence Alerts to trigger the pipeline. Navigate to the Pipelines section, add necessary activities, and set the action to "Run a Fabric Item" in your alert settings.
You can also choose to run a Notebook directly as the triggered Fabric item. Within the notebook, use Python or Spark to process and write the alert data to your desired storage format or destination.
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank You