Flag events with too many tags
Flag events with too many tags
In this article, you will find the rules document for flagging events with too many tags.
Before you begin
To learn how to access the rules page, refer to this
article
.
Flag events with too many tags
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": "tagCount",
"operator": "greaterThan",
"value": 10
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event has more than 10 tags"
}
}
}
]
}
]