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:
index1
has a field namedname1
with values like "value1", "value2", etc.index2
has a field namedname2
with 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..?