Actually i am using vega lite plugin in kibana but the problem is when i have the sub objects as result
i am not able to get the value.
if i want to read the down field value, but i tried '.' operator to reach the path but not able to read is it
a problem in vega lite not able to read sub objects ? , Please help me on this
sample
"aggregations": { "2": { "buckets": [ { "3": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "hits": { "total": 6, "max_score": null, "hits": [ { "_index": "nosaris", "_type": "doc", "_id": "2zi_kWMBqA7WTXq2poT_", "_score": null, "fields": { "down": [ 0 ] }, "sort": [ 1521644123000 ] } ] } }, "4": { "hits": { "total": 6, "max_score": null, "hits": [ { "_index": "nosaris", "_type": "doc", "_id": "2zi_kWMBqA7WTXq2poT_", "_score": null, "fields": { "up": [ 1 ] }, "sort": [ 1521644123000 ] } ] } }, "key": "VCB STATION QTRS SERTIK", "doc_count": 6 }, { "1": { "hits": { "total": 6, "max_score": null, "hits": [ { "_index": "nosaris", "_type": "doc", "_id": "Bji9kWMBqA7WTXq2MYOo", "_score": null, "fields": { "down": [ 1 ] }, "sort": [ 1521619830000 ] } ] } }, "4": { "hits": { "total": 6, "max_score": null, "hits": [ { "_index": "nosaris", "_type": "doc", "_id": "Bji9kWMBqA7WTXq2MYOo", "_score": null, "fields": { "up": [ 0 ] }, "sort": [ 1521619830000 ] } ] } }, "key": "UNITED PAPER BOARD", "doc_count": 6 }