简体   繁体   English

如何设置失败连接的警报和逻辑应用程序自动化它

[英]how to setup the alerts for failed connections and logic apps automate it

Having failed connections alerts need to find the users and how manytimes users failed to connect to db details for weekly report连接失败警报需要找到用户以及用户未能连接到每周报告的数据库详细信息的次数

SecurityEvent安全事件

            | where TimeGenerated >= ago(1d)

            | where EventID == 4625

but this query is not giving result in log analytics workspace when running:-但是此查询在运行时未在日志分析工作区中给出结果:-

where operator failed to resolve table and column named "securityEvent"操作员无法解析名为“securityEvent”的表和列

You have to select scope beside run query button and scope to your resource.您必须在运行查询按钮旁边输入 select scope,并向您的资源输入 scope。 More info here .更多信息在这里

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM