I have setup Elasticsearch (ES) cluster and using it for dev environment with set of indexes. And wanted to use the same ES cluster for qa environment as well. I mean two different environments with same index names. Please suggest how do we design this way.
So the suggested approach is create two separate indexes one for dev env and another one for qa env. For example dev_index1 and qa_index1. Please correct if me if my understanding is wrong.
With this approach we need the code changes (or provide some configs) in the application as well to use corresponding index based on the deployment environment (i.e dev or qa).
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.