Comparing Dates in Routing Rules
I'm hoping someone here has some tips. I'm trying to filter by d/t in a routing rule. Basically if before a specific d/t, send to one feed. If after, send to another. The d/t time is in a yyyymmddhhmmss format. I've tried a couple things but can't get it to work as expected. Any tips to accomplish this would be appreciated.
.png)
Discussion (2)0
Comments
Try >20220623235959 instead...
We use something like this in our alert rules for a specific set of interfaces. We are using CurrentDateTime, but we found that those are treated like a String value and not a date/time value. Hope this helps you out! Let me know if you have more questions.
.png)