Flag events that start in the first minute
In this article, you will find the rules document for flagging events that start in the first minute.
Before you begin
To learn how to access the rules page, refer to this
article.
Flag events that start in the first minute
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "startTime",
"operator": "lessThan",
"value": 60
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event starts within the first 60 seconds"
}
}
}
]
}
]
Related Articles
Flag events that start after a specific time
In this article, you will find the rules document for flagging events that start after a specific time. Before you begin To learn how to access the rules page, refer to this article. Flag events that start after a specific time Note: This is a ...
Flag events longer than a threshold
In this article, you will find the rules document for flagging events longer than a threshold. Before you begin To learn how to access the rules page, refer to this article. Flag events longer than a threshold Note: This is a complete rules document. ...
Flag events that end before a specific time
In this article, you will find the rules document for flagging events that end before a specific time. Before you begin To learn how to access the rules page, refer to this article. Flag events that end before a specific time Note: This is a complete ...
Flag events with no labels
In this article, you will find the rules document for flagging events with no labels. Before you begin To learn how to access the rules page, refer to this article. Flag events with no labels Note: This is a complete rules document. In the rules ...
Flag events with too few tags
In this article, you will find the rules document for flagging events with too few tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with too few tags Note: This is a complete rules document. In the ...