Hi,
I'm using below code to delete my index data using curator. In my version 2.1 elasticsearch working fine but new version its showing some error. Please correct my curl file
I have one issue, when i try to install delete by query in my linux machine i'm getting following error,
[root@ bin]# cd /usr/share/elasticsearch
[root@ elasticsearch]# sudo bin/elasticsearch-plugin install file:////root/elk/elk_software/delete-by-query-2.2.1.zip
-> Downloading file:////root/elk/elk_software/delete-by-query-2.2.1.zip
[=================================================] 100%
ERROR: `elasticsearch` directory is missing in the plugin zip
Make sure that the version of the delete-by-query plugin you are installing matches the exact version of the elasticsearch server. An easier way to make sure the correct plugin version is installed is to run bin/elasticsearch-plugin install delete-by-query
In which case you need to use the 5.2.1 version of delete_by_query which is automatically installed with Elasticsearch 5.2.1 so you don't need to separately install a plugin
HI,
I'm try to delete few days events from my index and i'm getting error also, please take a look up for my query if any error in code please correct me
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.