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

Split series gets stacked in dashboard #12677

Closed
matfiz opened this issue Jul 6, 2017 · 3 comments
Closed

Split series gets stacked in dashboard #12677

matfiz opened this issue Jul 6, 2017 · 3 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available)

Comments

@matfiz
Copy link

matfiz commented Jul 6, 2017

Kibana version: 5.4.3

Elasticsearch version: 5.4.3

Server OS version: official docker installation @ Ubuntu 16.04

Browser version: Chrome 59.0.3071.115 (same bug observed in Firefox)

Browser OS version: Ubuntu 16.04

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

Description of the problem including expected versus actual behavior:
In Visualize, I create a graph (agg: sum) with Metrics mode normal and two buckets: split chart and split series. The graph in Visualize shows properly with split bars, however in Dashboard it shows with stacked bars.

In other words, the dashboard does not read the setting in Metrics & Axes -> Metrics -> Mode=normal
metrics

Steps to reproduce:

  1. Create a new visualization.
  2. Add metrics of type sum
  3. Add bucket of type split series, aggregation: terms
  4. Add second bucket of type split series, aggregation: terms. The result will be a graph with splited bars:
    visualize
  5. Save the visualization and add it to the dashboard. Then the result will be a graph with stacked bars:
    dashboard

Errors in browser console (if relevant): no errors

@weltenwort weltenwort added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience labels Jul 6, 2017
@walkeran
Copy link

walkeran commented Jul 7, 2017

Kibana version: 5.4.3

Elasticsearch version: 5.4.3

Server OS version: CentOS release 6.8 (Final)

Browser version: Version 59.0.3071.86 (Official Build) (64-bit)

Browser OS version: Fedora release 24 (Twenty Four)

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

Description of the problem including expected versus actual behavior:

I have an issue that seems related, but is actually manifesting as the opposite of the issue that @matfiz is experiencing. I noticed, after upgrading our ELK stack to 5.x, that bar graphs on dashboards that previously showed up as stacked were now showing up as grouped. When editing that visualization directly, it appears stacked as expected.

Expected result would be for the visualization's stacking method to appear the same between the two different "apps".

Dashboard:
2017-07-07-154106_1147x384_scrot

Visualize:
2017-07-07-154203_1101x498_scrot

@thomasneirynck
Copy link
Contributor

hi @matfiz this is addressed in the most recent release, 5.5. #11958

There is unlikely going to be a patch release for 5.4, so is it possible for you to upgrade to 5.5?

Thanks,

@matfiz
Copy link
Author

matfiz commented Jul 12, 2017

hi @thomasneirynck Indeed upgrading to 5.5 solves the issue, although I had to recreate the visualizations. The old visualizations still kept showing as stacked, ignoring the setting in Visualize plugin. This is a minor backward-compatibility issue which at least I can leave with ;-)

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:Visualizations Generic visualization features (in case no more specific feature label is available)
Projects
None yet
Development

No branches or pull requests

5 participants