-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Expose Elasticsearch case insensitivity in EQL/KQL #134143
Comments
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
The work for KQL is tracked in a separate issue here: #55378 I'll re-label so this issue can relate to EQL only. |
Pinging @elastic/kibana-security (Team:Security) |
@lukasolson this request is not specific to EQL. The request is for:
Regarding the KQL issue you referenced, is the scope of #55378 changing? The request states:
|
@rwaight Yes, the scope is changing, I will update the linked issue. We just added support in the underlying package (kbn-es-query) for creating case-insensitive KQL queries, but this is currently not exposed. In the near future, we will expose this as either a parameter sent to the search bar, or an advanced setting (this still needs to be decided). Do you have a preference on how this parameter is exposed? |
@lukasolson I see the kibana platform security team was tagged here -- how can we help with this? |
Pinging @elastic/security-solution (Team: SecuritySolution) |
@legrego Sorry, wrong tag, thanks for pointing this out! |
Describe the feature: Add an option in Kibana to enable
case_insensitive
searches (added to Elasticsearch in7.10
, see elastic/elasticsearch#61546) for both KQL and EQL. This option would be available throughout Kibana, not only in Discover.Describe a specific use case for the feature: In a security use case, we should enable security analysts to determine if their queries should be "case insensitive" or not, see elastic/ecs#1837 (comment) for additional information.
Also, I did not find any way to enable the
case_insensitive
option in Kibana except by using the "Edit as Query DSL" feature.Other notes
I also looked at currently open issues in the Kibana repo. This request is not the same as the following:
UPPER()
function in KQL"The text was updated successfully, but these errors were encountered: