Configuration of ElasticSearch on windows machine

19 / Sep / 2012 by Umar 0 comments

Hi,
I try to find the installation process for elasticSearch, but didn’t get a right way to install, after along search on google i got below link:

looked helpful but still very tricky and a lot of effort

Recently in my project, I got stuck while installing elasticsearch plugin on windows machine.
ElasticSearch is built using Java setting the JAVA_HOME environment variable.

1. Download the elasticsearch installer latest version from

To run elastic, execute file : C:\Program Files\elasticsearch\bin\elasticsearch.bat
But you can easily convert it into a service that runs on startup
2. Set the PATH environment variable

[code]
PATH = C:\Program Files\elasticsearch\bin\elasticsearch.bat
[/code]

FOUND THIS USEFUL? SHARE IT

Leave a Reply

Your email address will not be published. Required fields are marked *