We have 2 indexes called lodging_index and price_index. The relation is lodgings has many prices. In the price_index there is a field called lodging_id. We use this indexes in our api for frontend purpose. First call to our API/lodging to fetch the available lodgings and then second call (available ids/lodgings) to calculate the price (total).
This works fine and fast. Now we want to make stats in Kibana. Can we combine the indexes in 1 graph with the lodging_id field?
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.