KustoLogs | where Timestamp > ago(1h) | fork ( where Level == "Error" | project EventText | limit 100 ) ( project Timestamp, EventText | top ...
確定! 回上一頁