Flag events within a duration range

Flag events within a duration range

In this article, you will find the rules document for flagging events within a duration range.

Before you begin

To learn how to access the rules page, refer to this article.

Flag events within a duration range

Notes
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.

Info
[
  {
    "name": "json1",
    "operator": "any",
    "rules": [
      {
        "conditions": {
          "all": [
            {
              "fact": "duration",
              "operator": "greaterThanInclusive",
              "value": 10
            },
            {
              "fact": "duration",
              "operator": "lessThanInclusive",
              "value": 30
            }
          ]
        },
        "event": {
          "type": "flagged",
          "params": {
            "reason": "Event duration is between 10 and 30 seconds"
          }
        }
      }
    ]
  }
]
    • Related Articles

    • Flag events where duration is negative

      In this article, you will find the rules document for flagging events where duration is negative. Before you begin To learn how to access the rules page, refer to this article. Flag events where duration is negative Note: This is a complete rules ...
    • Flag events within a specific time window

      In this article, you will find the rules document for flagging events within a specific time window. Before you begin To learn how to access the rules page, refer to this article. Flag events within a specific time window Note: This is a complete ...
    • 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 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 ...
    • 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 ...