Hi Team,
I have two indexes with below fields:
Index1 - id, Status, StartDate
Index2 - id, Batch, SLA
I want a tabular view in OpenSearch Dashboard with the following fields:
Id, Status, Batch, SLA, StartDate
Can you please suggest how to achieve this.
Thanks