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

Kibana filter predicting list overlapping results #63670

Closed
troplolBE opened this issue Apr 16, 2020 · 6 comments
Closed

Kibana filter predicting list overlapping results #63670

troplolBE opened this issue Apr 16, 2020 · 6 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Filters feedback_needed not reproducible

Comments

@troplolBE
Copy link

Kibana version:
Kibana 7.6.2
Elasticsearch version:
Elastic 7.6.2
Server OS version:
CentOS 7
Browser version:
Chrome Version 80.0.3987.163
Browser OS version:
Windows 10 Enterprise 1709
Original install method (e.g. download page, yum, from source, etc.):
Docker image with a custom install. (HELK)
Describe the bug:
The bug occurs when creating/editing a visualization and I try to add a filter by using the Add filter button. When typing something and then removing some parts of it the list gets dubbled. The list gets 2 results overlapping each other per line. (see screen)
Steps to reproduce:

  1. Create Visualization (Table is easier)
  2. Click on + Add filter
  3. For the field, start writing a field that exists and then remove last letters (not completely !!!)

Expected behavior:
Predictions of the field should not overlap in the descending menu.
Screenshots (if relevant):
image
Errors in browser console (if relevant):
No errors in console
Provide logs and/or server output (if relevant):
Not relevant
Any additional context:

@nreese
Copy link
Contributor

nreese commented Apr 16, 2020

The overlapping text is of duplicated field names and EUI combo box does not allow duplicate labels. https://elastic.github.io/eui/#/forms/combo-box

Screen Shot 2019-10-27 at 8 25 03 PM

There is a similar bug for the value selection #49450

@troplolBE
Copy link
Author

troplolBE commented Apr 16, 2020

Hi @nreese

Thanks for your answer but I don't completely get it. Does it mean that I made a mistake when setting up the different fields ? Or is this a real problem with the kibana UI ?

I don't have 2 times the same field name in my field names. (at least not that I know)

@nreese
Copy link
Contributor

nreese commented Apr 16, 2020

What does the mapping look like for each Elasticsearch index for the Kibana index pattern used by the visualization?

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@Dosant Dosant added Feature:Filters bug Fixes for quality problems that affect the customer experience labels Apr 20, 2020
@lukasolson
Copy link
Member

@troplolBE Could you provide your mapping as @nreese suggested? I'm unable to reproduce this locally. Is it possible it has since been fixed?

@Dosant
Copy link
Contributor

Dosant commented Feb 24, 2021

Closing due to no activity and as there is a downstream eui bug that most likely will fix this elastic/eui#1997

@Dosant Dosant closed this as completed Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Filters feedback_needed not reproducible
Projects
None yet
Development

No branches or pull requests

5 participants