I am using Elastic Search Java APIs to create the index, write to index and search for data from these indexes. To attain high availability and archiving. My index may acquire a size of 10mb on daily basis. Is it advisable to create a single index or to create index on a daily basis with a date update on weekly basis. If i have the same index with different dates. How difficult it is to search using elastic search API's using these indexes
I am using Elastic search 1.7.3 currently and i may switch to 2.3 going further.
@sari.reach I think you're phrasing it backwards. You said "5.1 doesn't support AWS deployment," but what you should have said was "AWS ES cannot deploy version 5.1 yet. AWS ES is only at version 2.3 of Elasticsearch."
What @warkolm is talking about is running your own Elasticsearch instance, self-managed, on an EC2 instance you deploy, rather than the AWS ES managed solution. There are reasons this is good, as there are other limitations to the AWS ES service besides just being behind several versions.
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.