marcuscalidus-svg-panel icon indicating copy to clipboard operation
marcuscalidus-svg-panel copied to clipboard

Any example to store data dynamically in table format in Elasticsearch

Open SwathiMuppalla opened this issue 5 years ago • 0 comments

Hi, @saurla @MarcusCalidus. Could you provide an example of the table format? I can see that if there are multiple queries the data of both queries are stored sequentially in an array. Screenshot (108) Here when I checked ctrl. data in the console. I see that array returns 60 elements where it is difficult to recognize which data belongs to which query. But the query inspector shows two array responses Screenshot (110) where each object gives a response of every query. Here data stored sequentially is creating issues while writing code. Is it possible if you could store the multiple query responses in multiple arrays?

SwathiMuppalla avatar Nov 18 '19 16:11 SwathiMuppalla