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

[BUG] Timeline visualization does not work with ignoreFilterIfFieldNotInIndex enabled #6184

Open
neodescis opened this issue Mar 18, 2024 · 0 comments · May be fixed by #6190
Open

[BUG] Timeline visualization does not work with ignoreFilterIfFieldNotInIndex enabled #6184

neodescis opened this issue Mar 18, 2024 · 0 comments · May be fixed by #6190
Labels
bug Something isn't working

Comments

@neodescis
Copy link
Contributor

Describe the bug

The timeline visualization applies all filters to all indexes from which it is retrieving data, regardless of the ignoreFilterIfFieldNotInIndex setting.

To Reproduce
Steps to reproduce the behavior:

  1. Create dashboard with visualizations for more than one index
  2. Create timeline visualization for one of those indexes and add it to the dashboard
  3. Create filter that applies only to the index not referenced by the timeline visualization
  4. See the timeline visualization flatline, because the filter is applied to it

Expected behavior
The timeline visualization should apply filters only to applicable indexes if ignoreFilterIfFieldNotInIndex is enabled.

OpenSearch Version
2.12.0

Dashboards Version
2.12.0

Host/Environment (please complete the following information):

  • Windows 11
  • Chrome 122.0.6261.129

Additional context

We have a fix for this that we are currently testing. The change involves parsing the timeline expression client-side and building the query for each index listed in the expression.

@neodescis neodescis added bug Something isn't working untriaged labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants