I have lot of indices with same prefix. In those indices, I need to keep only document that have for example the field "abc" with 7 numbers only. My indices are already index in Elastic.
It is possible , with a query or other, to reindex directly with dev tools the documents in there index that have 7 numbers in the field "abc" ?
There are a couple of ways you can handle this. One way is to use the reindex command and specify a source query with a painless script. Something like this:
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.