英文: Kusto legend sorting 问题 我有一个通过Azure工作区创建的饼图可视化。我遇到的问题是图例本身的排序。在下面的图片中,我希望图例本身按照OSVersion的值排序,而不是...
在KQL查询中是否可以获取第二行(仅限第二行)?
英文: Is it possible to get 2nd row (only) in a KQL query? 问题 I am sorting (desc) my records by timest...
KQL: 如何获取所有(字符串类型)列的max(strlen(colname))?
英文: KQL: How to get max(strlen(colname)) for all (string type) columns in general? 问题 我有一个包含各种字符串类型列...
更新Azure ADX的物化视图?
英文: Update materialized view azure adx? 问题 我正在将某些数据注入到名为 "TestEvents" 的表中,使用范围标记。 .ingest ...
RowCumsum检测
英文: KQl- RowCumsum detection 问题 UserId T status StatusDuration(seconds) 1 2023-03-20T17:09:33.572Z 运...
I want to generate 24 hour data(by filtering the date column to 24 hours) in KUSTO by adding custom start time and endtime values
英文: I want to generate 24 hour data(by filtering the date column to 24 hours) in KUSTO by adding cus...
如何在Kusto上显示小数:
英文: How to display decimals on Kusto 问题 我有这段代码: | 扩展 missing_time_hours = (missing_time_minutes / 60...
触发警报,如果记录集为空 Application Insights 警报规则查询
英文: Trigger alert if recordset is empty Application Insights Alert Rule Query 问题 我正在尝试基于 Kusto 查询在 A...
KQL查询以获取存储帐户已使用空间的百分比
英文: KQL queries to get total storage account used space in percentage 问题 我正在编写KQL查询以设置我们环境中的警报机制。但是,...
如何将我的日期时间数据分成系列数据,以及其值在Kusto中。
英文: How to divide my datetime data into series data along with its values in kusto 问题 我有一个包含日期数值和相应状...
5