-> Removed Refresh Interval - as it could interfere with the threshold feature
-> Threshold : Whenever a new term occurs, a event window is created for the same and when the count for the window reaches threshold, an alert is triggered. Once an alert is triggered for a term, it is considered as an existing or old term.
-> Threshold_duration: window duration to store the count of new terms for, when ever new count is appended to the window, the counts added before this duration is decremented.
-> Removed Refresh Interval - as it could interfere with the threshold feature -> Threshold : Whenever a new term occurs, a event window is created for the same and when the count for the window reaches threshold, an alert is triggered. Once an alert is triggered for a term, it is considered as an existing or old term. -> Threshold_duration: window duration to store the count of new terms for, when ever new count is appended to the window, the counts added before this duration is decremented.