Kibana histogram with a value to zero

Hi,

I can't figure out how to display a value that is 0 ( zero ) in an
histogram .

When i do my request i have this :

{
"took" : 5,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 191,
"max_score" : 0,
"hits" : [
]
},
"facets" : {
"0" : {
"_type" : "date_histogram",
"entries" : [
{
"time" : 1412072076000,
"count" : 1,
"min" : 0,
"max" : 0,
"total" : 0,
"total_count" : 1,
"mean" : 0
},
{
"time" : 1412072080000,
"count" : 2,
"min" : 2,
"max" : 2,
"total" : 2,
"total_count" : 1,
"mean" : 2
},
{
"time" : 1412072170000,
"count" : 1,
"min" : 0,
"max" : 0,
"total" : 0,
"total_count" : 1,
"mean" : 0
},
{
"time" : 1412079637000,
"count" : 1,
"min" : 15,
"max" : 15,
"total" : 15,
"total_count" : 1,
"mean" : 15
},
{

As you see i have some entries with value max = 0 , but i cant' see them in
the histogram i only see values > or < to zero .
I tried the "zero fill" options but it render weirds , it had a zero point
near every other points .

Any help will be really appreciated , thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/73f2e61e-660b-4c46-9628-a6f4ef8c7457%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I'm having the exact same issue.
Zero values are not drawn on the histogram.

Is this a feature or a bug?
If I wanted to try and fix this, where should I look in the code?

Thanks,
Dan.

On Tuesday, September 30, 2014 5:09:21 PM UTC+3, Samuel Merlet wrote:

Hi,

I can't figure out how to display a value that is 0 ( zero ) in an
histogram .

When i do my request i have this :

{
"took" : 5,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 191,
"max_score" : 0,
"hits" : [
]
},
"facets" : {
"0" : {
"_type" : "date_histogram",
"entries" : [
{
"time" : 1412072076000,
"count" : 1,
"min" : 0,
"max" : 0,
"total" : 0,
"total_count" : 1,
"mean" : 0
},
{
"time" : 1412072080000,
"count" : 2,
"min" : 2,
"max" : 2,
"total" : 2,
"total_count" : 1,
"mean" : 2
},
{
"time" : 1412072170000,
"count" : 1,
"min" : 0,
"max" : 0,
"total" : 0,
"total_count" : 1,
"mean" : 0
},
{
"time" : 1412079637000,
"count" : 1,
"min" : 15,
"max" : 15,
"total" : 15,
"total_count" : 1,
"mean" : 15
},
{

As you see i have some entries with value max = 0 , but i cant' see them
in the histogram i only see values > or < to zero .
I tried the "zero fill" options but it render weirds , it had a zero point
near every other points .

Any help will be really appreciated , thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2c8fbf3f-16f5-49bc-861b-24ae92c98093%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.