AlertRuleSlsQueryJoin

名称类型描述示例值
object

SLS 查询连接配置

conditionsarray<object>

连接条件列表

object

集合操作条件

operstring

比较操作符,取值范围:<, >, ==, !=, <=, >=

==
secondFieldstring

条件的右操作参数,格式为$<query_idx>.<结果集字段名>

$0.__topic__
firstFieldstring

条件的左操作参数,格式为$<query_idx>.<结果集字段名>

$0.__topic__
typestring

集合操作类型。

  • CrossJoin: 笛卡尔积
  • FullJoin:全联
  • InnerJoin:内联
  • LeftExclude: 左斥
  • RightExclude:右斥
  • LeftJoin:左联
  • RightJoin:右联
  • NoJoin:不合并
  • Concat: 拼接

参见: https://help.aliyun.com/zh/sls/user-guide/set-query-statistics-statement

CrossJoin