I have 2 indexes, say index1 and index2, index2 is reindexed from index1 with same mapping,
new data will keep come to index1, i want to copy incremental data to index2 from index1 ? could someone help me?
Index1 is using for production and index2 is reindexed for my testing purpose, i want to map more fields and ingest data on those fields, if it works then i'll do the same to production index.
can i use range query using timestamp ? I am trying to run the following query and getting following result, but nothing updating my destination index, could you please help me what am i doing wrong here ?
solved the issue by changing "gte" : "2020-05-19T18:23:21", and putting @ before timestamp(@timestamp), is there a way that i can automate this process? searching latest timestamp in source index and run the reindex job in cron ?
Thank you.
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.