Possible bug in Kibana 6 - data table not showing all partial rows

I am making a Data table in Kibana 6, and I think I might have spotted something that is a bug.

It appears that there is a bug with the "show partial rows" feature in the "Data Table" visualisation. I have attached three pictures that demonstrate the following.

Pic1
Aggregating by one column shows a total count of 84 documents.

Pic2
Aggregating by two columns with the "show partial rows" option ticked, shows one row with a count of 1 document

Pic3
Adding the json '{"missing": ""}' to the second terms aggregation creates a second row, with the other 83 documents and the second column set as blank. This occurs regardless of whether or not I click "show partial rows". I would expect picture 2 and picture 3 to be effectively the same.

Am I missing something here or is this a bug?

Thanks!
Pic2|690x38

This sounds like a bug to me. Feel free to open an issue at https://github.com/elastic/kibana/issues/new to track. If you have no interest in tracking the bug, I can open an issue for you.

Thanks, I thought so too.

I will open the bug myself, thanks.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.