could you try to install all your plugins in: c:\apps\elasticsearch\plugins
for example. I meant avoid spaces. That said, May be this could work: path.plugins: "C:\\Program Files (x86)\\elasticsearch\\plugins" in your plugins dir you should find two subdirs: * mapper-attachements * analysis-combo And in each of those, some jar files -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr Le 19 mars 2014 à 17:05:03, Marcio Rodrigues ([email protected]) a écrit: I am trying to install these 2 plugins: https://github.com/elasticsearch/elasticsearch-mapper-attachments https://github.com/yakaz/elasticsearch-analysis-combo I have also tried by modifying the yml with this: path.plugins: C:/Program Files (x86)/elasticsearch/plugins and also tried this variant path.plugins: C:Program Files (x86)\elasticsearch\plugins But they still don't show up. Don't know if it makes any difference, I'm on a 64 bit machine. Have tried installing elasticsearch in both C:Program Files (x86) and in C:Program Files, but it doesn't seem to make any difference On Wednesday, March 19, 2014 3:17:48 PM UTC, David Pilato wrote: Two options: - your package installer modified somehow how elasticsearch is launched or elasticsearch.yml file and put plugins in another directory - you did not install the plugin as expected Which plugin are you trying to install? -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr Le 19 mars 2014 à 16:12:57, Marcio Rodrigues ([email protected]) a écrit: Update : Installed elasticserahc using the download directly from their page, but still have the exact same problem. So it appears to have nothing to do with the installer at all. Now I am trying to manually install, by downloadint the zip files directly and unzipping them into the the plugins directoy. (in my case C:\elasticsearch\plugins) However when i run http://localhost:9200/_nodes/plugin?pretty it show's me no plugins installed. { "cluster_name" : "DnaDigiDocs_OSJ", "nodes" : { "lah5eFSASPSNbbRBN0Tx5g" : { "name" : "OSJ1", "transport_address" : "inet[/192.168.0.119:9300]", "host" : "MacPro-PC", "ip" : "192.168.0.119", "version" : "1.0.1", "build" : "5c03844", "http_address" : "inet[/192.168.0.119:9200]", "plugins" : [ ] } } } This is really doing my head in and i am running out of time on evaluating the use of elasticsearch for our project. Anyone got any ideas? On Wednesday, March 12, 2014 10:34:29 PM UTC, Marcio Rodrigues wrote: Thanks Binh Ly Just to clarify , the plugin.bat file is present in the bin directory. Don't want to blame the installer package untill I can actually proove that is the problem. On Wednesday, March 12, 2014 9:15:41 PM UTC, Binh Ly wrote: Yeah just download the zip directly like David mentioned and you should be fine: http://www.elasticsearch.org/overview/elkdownloads/ My guess is your ruilopes package is missing something like maybe the plugin.bat file is not included? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8de5798f-cc70-4f00-88b4-37dea2626156%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f39c618b-5bce-4e5a-9bf5-0a420d33eb89%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.5329c1a2.3222e7cd.97ca%40MacBook-Air-de-David.local. For more options, visit https://groups.google.com/d/optout.
