I have a dashboard which contains a graph showing data from an eleastic search index. Now I get a question to add a data table to the dashboard containing data that's not available as Elasticsearch index. Can I get data from sql server for the data table and show it on the dashboard?
No, this is not possible
Data should be in Elasticsearch
thanks for the answer.