My system has installed elasticsearch-5.6.3. i want to write python script to pull that data from elastic and dump to another location. I want to store in my defined format. but in python there is elasticsearch module availablity for 6.0.0.
Is it worked or not ? if not, then how can i take this step forward ?
Please guide me in right direction. any genuine help will be appreciable.
generally the 6.0 client should work fine in practice. If you want to be on the safe side, you should specify the correct version of the Elasticsearch Python in your setup.py / requirements.txt file (and use virtualenv instead of installing the library in your global Python search path) . For details see the notes on compatibility in the Python client docs.
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.