使用elasic搜索查询来计算API,因此我使用如下bucket_script:
bucket_script: {
buckets_path: {
succ_req: response_recieve>sum_init
total_req: response_attemp>sum_init
}
script: "params.succ_req / params.total_req *100000 "
}
然后使用查询在Kibana中使用Vega绘制一条线,问题是“params.total_req”的返回值为空,因此视觉显示“字段的无限范围...“如何检查值是否为零,然后不计算
1条答案
按热度按时间o2gm4chl1#
就像这样: