Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"type": "string"
},
"operator": {
"description": "A query operator to evaluate over the provided column and value(s).",
"description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query.",
Comment thread
alexeldeib marked this conversation as resolved.
Outdated
"type": "string"
},
"value": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@
"type": "string"
},
"operator": {
"description": "A query operator to evaluate over the provided column and value(s).",
"description": "A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behaviour as they would in a KQL query.",
Comment thread
alexeldeib marked this conversation as resolved.
Outdated
"type": "string"
},
"value": {
Expand Down