Replies: 1 comment
-
I think this would be fairly easy to implement in the core engine, but I'm not sure how it would translate out to the plugins... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
native sigma supports datetime values. It would be nice if we could extend that support to Sigma.
currently the v2 spec supports number values, such as:
I propose it also can do similarly, but with datetime values, such as:
running this through pySigma (at the moment) gives a type error:
'datetime.datetime' object is not iterable
on line 196 ofrule.py
Beta Was this translation helpful? Give feedback.
All reactions