The data table is excluding rows where bucket term is blank.
For example, assume I have the following data:
{"id":1, "item":"widget1", "type":"toy", "color":"blue", "price":5.05}
{"id":2, "item":"widget2", "type":"toy", "color":"", "price":3.15}
If I create a data table, there will be a count of two.
If I split the rows with buckets on the term "color", I get one row with a count of 1 for blue.
Shouldn't there also be a second row with a blank color and a count of 1?
I'm seeing this with Kibana 4.4.0, window 7 and IE 11.
In your case is the field present with an empty string value, or is the field missing altogether? In my case the field is present with an empty string, e.g., {"key":""}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.