SwathiMuppalla

Results 4 comments of SwathiMuppalla

@MarcusCalidus @saurla @adrien-f Hi, I am trying to use table format using elastic search. Could you please show an example especially if there are multiple queries? I have two queries...

@MarcusCalidus Thanks for your response.. ```console.log(ctrl.data);``` output is ```[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]``` Something...

@MarcusCalidus I found the solution basically the data is stored sequentially `ctrl.data[0].datapoints[0][0]` `ctrl.data[1].datapoints[0][0]` `ctrl.data[2].datapoints[0][0]` stores the query 1 value and `ctrl.data[3].datapoints[0][0]` `ctrl.data[4].datapoints[0][0]` `ctrl.data[5].datapoints[0][0]` stores the query 2 value.. Based on...

Hi @briangann I have the same issue the gauge always stays at the maximum value. Grafana version: Grafana v6.2.5 (6082d19) D3 gauge version: 0.0.6 ![Screenshot (36)](https://user-images.githubusercontent.com/22199547/63802836-810fbd80-c8e1-11e9-8d6b-6fce7eb7b13f.png) Limits i have given...