ppadovani / KibanaNestedSupportPlugin

A plugin for Kibana 5.5 and beyond that adds support for nested field search and aggregation.
https://ppadovani.github.io/knql_plugin/overview/
Apache License 2.0
79 stars 7 forks source link

Regression: Column names in discovery for nested fields do not show values #74

Closed ppadovani closed 6 years ago

ppadovani commented 6 years ago

Found this in 5.6.9, suspect I introduced it in 6.X so need to double check.

Fix is in _format_hit.js

insert before the flatten

if (hit.$$_flattened_deep[partialsKey]) { return partials[partialsKey] = convert(hit, hit.$$_flattened_deep[partialsKey], fieldName, false); }

ppadovani commented 6 years ago

Fixed in 5.6.9