AlertRuleSlsQueryJoin

名称

类型

描述

示例值

object

SLS 查询连接配置。

conditions

array

连接条件列表。

object

集合操作条件。

oper

string

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

==

secondField

string

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

$0.__topic__

firstField

string

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

$0.__topic__

type

string

集合操作类型。

  • CrossJoin: 笛卡尔积

  • FullJoin:全联

  • InnerJoin:内联

  • LeftExclude: 左斥

  • RightExclude:右斥

  • LeftJoin:左联

  • RightJoin:右联

  • NoJoin:不合并

  • Concat: 拼接

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

CrossJoin