相关疑难解决方法(0)

如何在Azure Log Analytics中创建注释

我试图在我的Azure Log Analytics查询中创建注释,但我很困惑。我认为我面临的挑战的一部分是将系统视为SQL,显然不是。例如,使用“-”会导致语法错误

traces 
| where severityLevel > 1
-- this is an example of a line comment
| where message !contains "DiagnosticsLogger.GetMethod contains message 1"  
| where message !contains "DiagnosticsLogger.GetMethod contains message 2"
| summarize by timestamp, message, severityLevel
Run Code Online (Sandbox Code Playgroud)

https://docs.loganalytics.io参考上均找不到搜索词“ Comment”的任何内容 。

azure azure-log-analytics

2
推荐指数
1
解决办法
1251
查看次数

标签 统计

azure ×1

azure-log-analytics ×1