简体   繁体   English

使用查询的 Azure 事件中心日志排序流

[英]Azure Event Hub log sorting streaming using query

How to process Azure Log events from Event hub and filter based on criteria.如何从事件中心处理 Azure 日志事件并根据条件进行筛选。

We are trying to filter specific critical or security related Diagnostic and Activity logs before feeding into our Onprem SIEM solution.我们正在尝试在输入我们的 Onprem SIEM 解决方案之前过滤特定的关键或安全相关的诊断和活动日志。

Can someone please guide me how to filter the data from Event hub and then re-ingest into another event hub.有人可以指导我如何从事件中心过滤数据,然后重新摄取到另一个事件中心。 Whether this is possible or any other alternatives available out there.这是否可能或任何其他可用的替代方案。

At a high level , the flow is shown below.在较高级别,流程如下所示。 Source from Diagnostic Logs (Monitor) -> Event Hub -> Filter/Query -> Event Hub enter image description here来自诊断日志(监视器) -> 事件中心 -> 过滤器/查询 -> 事件中心在此处输入图像描述

The answer could be very bare - but in our case we are using Azure Functions to perform similar operations.答案可能非常简单 - 但在我们的例子中,我们使用 Azure Functions 来执行类似的操作。 As you know the shape of data - the function can decide if event is forwarded to other EH or it is dropped.如您所知,数据的形状 - 该函数可以决定是将事件转发到其他 EH 还是将其丢弃。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 azure blob 获取 csv 文件并使用逻辑应用程序将端点摄取到 Azure 事件中心? - How to get csv file from azure blob and ingest endpoint into Azure Event Hub using logic app? 如何使用逻辑应用程序从 azure 事件中心事件到 azure blob 存储? - How to events from azure event hub to azure blob storage using logic app? 逻辑应用程序(到ADL的事件中心) - Logic Apps(event hub to adls) 您能否将应用程序服务日志或应用程序见解日志吸收到azure Event Hub中 - Can you ingest app service logs or application insights logs into azure Event Hub function 应用程序/逻辑应用程序将 json 个文件从存储帐户发送到 Azure 中的事件中心 - function app/logic app to send json files from storage account to Event Hub in Azure 使用Logic App使用从事件中心触发器到SQL连接器的数据 - Use data from Event Hub Trigger to SQL Connector using Logic App 如何使用“创建容器组”操作将私有Docker集线器映像部署到Azure Logic应用 - How to deploy a private docker hub image to an Azure Logic App using the 'Create container group' action 如何在Azure IOT集线器逻辑应用程序中解析消息 - How to parse a message in Azure IOT hub logic app 如何从EventData格式的逻辑应用程序将有效负载传递到事件中心 - How to pass the payload to event hub from logic app in EventData format 逻辑应用查询 Azure Table 使用 HTTP 和 Managed Identity 认证 - Logic App query Azure Table using HTTP and Managed Identity authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM