We have one index prod-logs-sa where we have some data and a field AppId. This field has GUID data. Another index prod-applications in where Appname and AppId are kept. Now I want to view data from that shows AppName alongwith data from index prod-logs-sa. How can this be done.
The best answer is really that you need to denormalize your data by including the data from prod-application you want in prod-logs-sa. Alternatively, you could utilize the include_in_parent mapping. More details outlined here: https://github.com/elastic/kibana/issues/1084
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.