Is kibana support object array? Is there any way to see the fields of an array in a pretty way in Kibana or it isn't supported?
kibana visualization and object array
5.1k Views Asked by Kedar H At
2
There are 2 best solutions below
1

This is something we needed too, and since an official solution doesn't appear to be on the horizon we've developed a Kibana plugin to address this.
It works in Kibana 5.x+ by injecting entries into the index pattern's field list which match the dot notated path of the array (or any object in your data). With the field entry in place, you now have the ability to define a field format for it. None of the built in formatters expect a JSON object, so the plugin includes one which covers the basic needs.
As mentioned in https://github.com/elastic/kibana/issues/998 they are not going to support Object arrays in Kibana 4