# elasticsearch-servicewrapper **Repository Path**: williampage/elasticsearch-servicewrapper ## Basic Information - **Project Name**: elasticsearch-servicewrapper - **Description**: A service wrapper on top of elasticsearch - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **DEPRECATED**: The service wrapper is deprecated and not maintained. It no longer works with Elasticsearch 2.x. Many of the features have been added to Elastisearch itself, and purpose built deb, rpm packages, as well as windows service, are avaialble. A service wrapper execution for elasticsearch using [Java Service Wrapper](http://wrapper.tanukisoftware.org/). Installation guide ================== **Important**: If you want to use service wrapper with elasticsearch 0.90 (and below), you need to switch to the `0.90` branch of this repository and then follow the installation instructions. Simply place the `service` directory under the elasticsearch `bin` directory and edit the `elasticsearch.conf` file to point to the correct elasticsearch home path. Elasticsearch can be run as a service using the `elasticsearch` script located under `bin/service` location. The script accepts a single parameter with the following values:
| Parameter | Description |
|---|---|
| console | Run the elasticsearch in the foreground. |
| start | Run elasticsearch in the background. |
| stop | Stops elasticsearch if its running. |
| install | Install elasticsearch to run on system startup (init.d / service). |
| remove | Removes elasticsearch from system startup (init.d / service). |