You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
Before all, thank you for this tool and thank you for the support!
I'm working on a project that is based on Elasticsearch 1.0.7 and it's not possible to change it to get the new functionalities of Elasticsearch.
I wanna use this tool to update many documents, i tried to install the old version by running plugin/elasticsearch-action-updatebyquery/1.0.0/elasticsearch-action-updatebyquery-1.0.0.zip" install "elasticsearch-action-updatebyquery" from the bin folder of elasticsearch, but it shows me following messages:
-> Installing elasticsearch-action-updatebyquery... Trying http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.0.0/elasticsearch-action-updatebyquery-1.0.0.zip... Failed: UnknownHostException[oss.sonatype.org] Trying https://github.com/null/elasticsearch-action-updatebyquery/archive/master.zip... Failed to install elasticsearch-action-updatebyquery, reason: failed to download out of all possible locations..., use --verbose to get detailed information
I downloaded it and tried to install the zip file by renaming it to the name "plugin.zip" and running the command "plugin install file:///plugin.zip" as mentioned in Elasticsearch documentation but it shows me that the command is uknown
I tried to unzip it and put the Jar file in lib folder, but Elasticsearch is not running correctly
Can you provide me some help please?
Thanks and best regards,
Mohammed
The text was updated successfully, but these errors were encountered:
Hi team,
Before all, thank you for this tool and thank you for the support!
I'm working on a project that is based on Elasticsearch 1.0.7 and it's not possible to change it to get the new functionalities of Elasticsearch.
I wanna use this tool to update many documents, i tried to install the old version by running plugin/elasticsearch-action-updatebyquery/1.0.0/elasticsearch-action-updatebyquery-1.0.0.zip" install "elasticsearch-action-updatebyquery" from the bin folder of elasticsearch, but it shows me following messages:
-> Installing elasticsearch-action-updatebyquery... Trying http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.0.0/elasticsearch-action-updatebyquery-1.0.0.zip... Failed: UnknownHostException[oss.sonatype.org] Trying https://github.com/null/elasticsearch-action-updatebyquery/archive/master.zip... Failed to install elasticsearch-action-updatebyquery, reason: failed to download out of all possible locations..., use --verbose to get detailed information
I downloaded it and tried to install the zip file by renaming it to the name "plugin.zip" and running the command "plugin install file:///plugin.zip" as mentioned in Elasticsearch documentation but it shows me that the command is uknown
I tried to unzip it and put the Jar file in lib folder, but Elasticsearch is not running correctly
Can you provide me some help please?
Thanks and best regards,
Mohammed
The text was updated successfully, but these errors were encountered: