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

Filter not working on "Controls Visualization" #77064

Closed
jamorim9 opened this issue Sep 9, 2020 · 3 comments
Closed

Filter not working on "Controls Visualization" #77064

jamorim9 opened this issue Sep 9, 2020 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@jamorim9
Copy link

jamorim9 commented Sep 9, 2020

Kibana version: 7.9.0

Elasticsearch version: 7.9.0

Server OS version: CentOS 7.8

Browser version: Chrome 85.0.4183.102

Browser OS version: Windows 10 - version 1909

Original install method (e.g. download page, yum, from source, etc.):
yum

Describe the bug:
I have a 'user_name' field that contains an user "--". I want to filter out this user from the "options list". The same filter works in a vertical bar visualization, but not on 'controls visualization'.

Steps to reproduce:

  1. create controls visualization
  2. create and apply filter
    "{
    "query": {
    "match_phrase": {
    "user_name.keyword": "--"
    }
    }
    }

Expected behavior:
User '--' would not appear on the list.

Screenshots (if relevant):
https://prnt.sc/uech52

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@timroes timroes added bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Sep 10, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@timroes
Copy link
Contributor

timroes commented Oct 6, 2020

Most likely a duplicate of #78559

@timroes timroes added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 7, 2020
@ThomThomson
Copy link
Contributor

Closing this one, because the new Controls work properly with Filters inherited from the dashboard.

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:Input Control Input controls visualization Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

4 participants