Closed
Description
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