I have documents in two different indices that relate to each other. Each document has a unique ID field that matches one or more documents in the other index.
I am trying to build a visualization (datatable) that displays the following (most are strings and one date):
Kibana only leverages the search features of Elasticsearch, which is designed for many things, but primarily fast search retrieval of data and filtering metric data in logs. It doesn't have foreign key / join support. When it's been brought up before, it's been seen as a very hard to scale feature. It would be susceptible to memory limits that would be too limited for medium or large scale deployment, and take away from the overall value that Elasticsearch gives.
The way to get the visualization you need will be to have a middleware that merges the data before it gets indexed.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.