Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EQL: Handle case insensitivity for Comparisons #56771

Closed
rw-access opened this issue May 14, 2020 · 3 comments
Closed

EQL: Handle case insensitivity for Comparisons #56771

rw-access opened this issue May 14, 2020 · 3 comments
Assignees
Labels
:Analytics/EQL EQL querying Team:QL (Deprecated) Meta label for query languages team

Comments

@rw-access
Copy link
Contributor

rw-access commented May 14, 2020

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

@rw-access rw-access self-assigned this May 14, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/EQL)

@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label May 14, 2020
@astefan
Copy link
Contributor

astefan commented May 14, 2020

#53603 should help with this, I believe.

@astefan astefan self-assigned this May 14, 2020
@rw-access rw-access changed the title EQL: Handle case insensitivity for Equals/NotEquals EQL: Handle case insensitivity for Comparisons May 14, 2020
@costin
Copy link
Member

costin commented Sep 28, 2020

Not needed anymore - see #62949

@costin costin closed this as completed Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/EQL EQL querying Team:QL (Deprecated) Meta label for query languages team
Projects
None yet
Development

No branches or pull requests

4 participants