1.I have two indices, index1 and index2, and they have different field names but the values in these fields are the same. For example:
index1has a field namedname1with values like "value1", "value2", etc.index2has a field namedname2with values like "value1", "value2", etc.
How can I write a query in Elasticsearch to effectively join or correlate the data between these two indices based on the matching values in name1 and name2?
Note: writing above queries is it possible to display in Kibana dashboard..?
i mean shell we create dashboards based up the query..?