Hi,
I have multiple indices in Elastic Search containing data about subjects and I have built dashboards for each of these indices and sharing them to end users.
example:
index A: has subjecID, subjecttype, subjectDate
index B: has subjecID, subjectShiipedDate, subjctProcuredDate, subjectDeliveredDate
index B: has subjecID, subjectPrice, SubjectTax, subjectTotalPrice
Dashboard A: It has data form Index A
Dashboard B: It has data form Index B
Dashboard C: It has data form Index C
Now I want to search for a subject ( available across all indices) on a Elastic Search ? Can someone share a how a query should look like?
Also is this kind of functionality possible on Kibana dashboards?
thanks
-sg