marcuscalidus-svg-panel
marcuscalidus-svg-panel copied to clipboard
Any example to store data dynamically in table format in Elasticsearch
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.
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
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?