ElasticSearch Nested document query

Hi, we have a document like follows:

{
        "_index": "1",
        "_type": "_doc",
        "_id": "2018-11-12 7:00:00 - 2018-11-12 7:30:00",
        "_score": 1,
        "_source": {
          "start": "2018-11-12 7:00:00"
          "obj1": [
            {
              "key1": "value",
              "key2": "value",
              "key3": "value",
            },
            {
              "key1": "value",
              "key2": "value",
              "key3": "value",
            }
          ],
        
        }
      }

where type of obj1 is nested

In Dashboard Metrics tab, i am using metric Average and value obj1.key1 and grouping by the time field start but the graph is not getting plotted as all the values obtained in the response are null even though they arent null.

Does Grafana support querying nested structures ? if not, will it do in the future ?

yeah saw this. used the patch made by arco life. made some changes in the code myself to support nested

Facing the same problem. Will there be any support? If so, any idea about the time frame/version?

No support :frowning: But i have created a patch over the one created by arcolife. i can share it with you if you want

Can you share it ? Tusharlakhera18@gmail.com @kaiwalya

Hello, Kaiwalya
Can you share what you have used to visualize nested fileds. :pray:
I really appreciate your support in advanced.
Thank you!!

Can you share this with me, please? izekchen0222@gmail.com

Hello kaiwalya
can you share to me too?
vincentcsm@gmail.com
@kaiwalya

hi, can you send me the patch?
conley321@gmail.com