elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.8k stars 8.19k forks source link

[Security Solution][Detection Engine] Suppression fields combobox is case-insensitive #159982

Open vitaliidm opened 1 year ago

vitaliidm commented 1 year ago

Describe the bug: Suppression fields combobox is case-insensitive

Kibana/Elasticsearch Stack version: 8.6 + (since suppression introduced)

Steps to reproduce:

  1. Create index with 2 equal fields: one capitalized, one not
  2. Select one of the fields in Group by fields of suppression options
  3. Another field is not available to select

Any additional context (logs, chat logs, magical formulas, etc.):

Screenshot from 2023-06-08 10-31-37 Screenshot from 2023-06-08 10-31-55

By default, combobox is case-insenstive: https://elastic.github.io/eui/#/forms/combo-box#case-sensitive-matching

But since ES fields case-sensitive, it could lead to the described above issue

elasticmachine commented 1 year ago

Pinging @elastic/security-solution (Team: SecuritySolution)

vitaliidm commented 1 year ago

cc: @yctercero