Allow scheduling notification rules

This commit is contained in:
2023-01-14 16:36:22 +00:00
parent 9ee9c7abde
commit 2a1e6b3292
7 changed files with 137 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ class NotificationRuleForm(RestrictedFormMixin, ModelForm):
"topic": "The topic to send notifications to. Leave blank for default.",
"enabled": "Whether the rule is enabled.",
"data": "The notification rule definition.",
"interval": "How often to run the search. On demand only evaluates messages as they are received.",
"interval": "How often to run the search. On demand evaluates messages as they are received, without running a scheduled search. The remaining options schedule a search of the database with the window below.",
"window": "Time window to search: 1d, 1h, 1m, 1s, etc.",
}