You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For EQL, == and != are always case-insensitive for the Python library and the Endpoint implementations. We should have the ability to make these case-insensitive.
The Python library will be updated to make <, <=, >=, > case-insensitive as well. endgameinc/eql#30
The text was updated successfully, but these errors were encountered:
Related to #56404
For EQL,
==
and!=
are always case-insensitive for the Python library and the Endpoint implementations. We should have the ability to make these case-insensitive.The Python library will be updated to make
<
,<=
,>=
,>
case-insensitive as well.endgameinc/eql#30
The text was updated successfully, but these errors were encountered: