crate / elasticsearch-inout-plugin

An Elasticsearch plugin which provides the ability to export data by query on server side.
Apache License 2.0
112 stars 15 forks source link

Error with elasticsearch version 0.90.2 #45

Open starit1977 opened 11 years ago

starit1977 commented 11 years ago

I used the plug in with elasticsearch 0.90.2, and i'm getting the error - local@pldsvv-08:/var/elasticsearch/elasticsearch-0.90.2/bin$ sudo ./elasticsearch -f [2013-09-18 21:26:59,436][INFO ][node ] [52] {0.90.2}[7670]: initializing ... [2013-09-18 21:26:59,447][INFO ][plugins ] [52] loaded [inout], sites [] [2013-09-18 21:27:00,285][ERROR][bootstrap ] {0.90.2}: Initialization Failed ...

Does it mean the plug in isn't correctly installed or the plug in needs to be updated?

Thanks Pranav.

mfussenegger commented 11 years ago

Are you using the plugin built from master? Because you've to use an older version (0.5.0) of the plugin.

bandister commented 11 years ago

Hi, I've got this error when elasticsearch node was unexcepted close and when I try to re-run elasticsearch node. I have elasticsearch 0.90.1 and plugin version 0.5.0.

Edit: elasticserach is running on Windows 2012 Server.

zck commented 10 years ago

How are we supposed to find out what version of inout-plugin to use? git tag shows three tags: 0.2.0, 0.4.0, and 0.5.0. Those, as far as I can tell, are tags for the inout-plugin. How do I know what version of ElasticSearch maps to what tag?