Kibana version: 5.2.2 (same in 5.4.0)
Elasticsearch version: 5.2.2 (same in 5.4.0)
Server OS version: darwin x86_64
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from source
Description of the problem including expected versus actual behavior: The data is discoverable and you can see it in the discovery date histogram. But if you go to vertical bar chart - it doesn't display any bars even though it's in the data table.
I can't really reproduce it. Adding it here so that @thomasneirynck can track it.
cc @thomasneirynck
@bhavyarm @thomasneirynck the customer and I figured out how to reproduce the issue.
On the visualization screen > options > they have "Scale Y-Axis to Data Bounds" checked
@ppisljar Do we have an update on this? Is this going to be fixed ?
sorry for late reply, i will try to work on this today
@ppisljar thanks
i was still not able to reproduce this. @bhavyarm you can reproduce it right ?
@ppisljar Ah. Ok. I wasn't either. But will try again in my local and keep you posted. Thanks!
@ppisljar @bhavyarm Are you guys still not able to reproduce this? What's the latest update?
if you can provide different steps to reproduce that would be great.
easiest for us is if you can reproduce it with makelogs data (you can then just share a link to your visualization)
@ppisljar @bhavyarm I added an additional comment to step 4, the steps should be ask follows:
https://github.com/elastic/support-dev-help/issues/1625
1) Import the bulk_format.txt in ES 5.5
2) Setup your logstash-* index
3) In your Discover screen you will see the docs (Time and _source) column. The Time column shows April 7th.... . I search in Dev Tools for Time of April 7th 2017.... and there is no docs with that time. I'm guessing this is in UTC.
The vertical bar charts show 1 bar.
4) In the Visualize screen, setup a vertical bar chart with date range of 2017-04-07 00:00:00.000 and 2017-04-07 20:00:00.000. You will see that the vertical bar chart is blank, if not do the following:
* On the visualization screen > options > they have "Scale Y-Axis to Data Bounds" checked *
5) But when you set the date range to 2017-04-07 19:35:00.000 and 2017-04-07 19:38:00.000 , you will see there are vertical bars. You might not be able to reproduce this step.
However, you will definitely be able to see the verticals if you set the range to 2017-04-07 19:35:00.000 and 2017-04-08 20:38:00.000. When you click / Zoom on one of the vertical bars you will see a blank chart again.
6) The aggregations is returning 46 hits.
{
"took": 1,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 46,
"max_score": 0,
"hits": []
},
"aggregations": {
"4": {
"buckets": [
{
"key_as_string": "2017-04-07T19:37:00.000-07:00",
"key": 1491619020000,
"doc_count": 46
}
]
}
},
"status": 200
}
Any progress on this?
This is still an issue in 6.2.2. Where are we with resolution on this issue?
Most helpful comment
@bhavyarm @thomasneirynck the customer and I figured out how to reproduce the issue.
On the visualization screen > options > they have "Scale Y-Axis to Data Bounds" checked