-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Multi query histogram shows incorrect data #191
Comments
Note that I switch between these two images by simply clicking the blue "Search" button. |
I did a save and a load of this dashboard to see how reproducable it is... VERY: The save of the dashboard (can't seem to be able to attach a file): { |
Good morning! Here I'm experiencing the very same problem, too. After having a closer look at it, everytime I push the search button, even if I don't modify the query fields, the graph order showing them is modified: it swaps the last and the first query field. But it should only change the line (and shaded areas) instead of changing the graph the way it does. Is there anything else I could provide to solve this problem ? |
I also see an important effect both you and I have: The actual lines of the graphs not only change color but they also change value in a VERY significant way. In your top graph and the left there is a line that is "almost 0" and in the bottom graph this is not the case. |
Of course, that was the first point :) Anyway, I noticed that the problem is only the stacked graph. If you untick the "stack" option, the graph is quite the same everytime you search (but the swap between the last and the first query, which changes the colour of those entries) It's not a real workaround (you are not getting what you want) but at least is a good thing to know... |
Fixed in milestone pre3, queries are assigned colors that stick with them |
Thank you very much ! |
- Closes elastic#173 - Adding significant_terms to KB - Closes elastic#172 - Adding percentiles to KB - Closes elastic#171 - Adding cardinality agg to KB - Closes elastic#176 - Removing custom_score and custom_boost_factor from query for 1.0 - Closes elastic#178 - Add script support to value_count agg - Closes elastic#180 and Closes elastic#179 - Adding _cat/plugins and _cat/segments endpoints - Closes elastic#191
* feat: add inline css style to font function * fix: add 10 second inFlight timeout this is pretty hacky, but it's good enough for now
I loaded some old logfiles using logstah into elasticsearch and examined them using kibana 3.
I found that sometimes I have a multi query chart and the numbers do not match the graph.
Even worse, when I click the search button the graph changes between two forms.
The text was updated successfully, but these errors were encountered: