{"id":15044412,"url":"https://github.com/elastic/elasticsearch-servicewrapper","last_synced_at":"2025-05-15T11:06:06.920Z","repository":{"id":961228,"uuid":"749657","full_name":"elastic/elasticsearch-servicewrapper","owner":"elastic","description":"A service wrapper on top of elasticsearch","archived":false,"fork":false,"pushed_at":"2025-02-05T16:10:30.000Z","size":4425,"stargazers_count":488,"open_issues_count":26,"forks_count":181,"subscribers_count":391,"default_branch":"master","last_synced_at":"2025-05-12T00:17:36.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.elastic.co","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-06-30T18:31:59.000Z","updated_at":"2025-03-29T21:17:26.000Z","dependencies_parsed_at":"2025-02-16T15:02:54.614Z","dependency_job_id":"13de230e-b477-444f-98ea-375cb1b8bfa8","html_url":"https://github.com/elastic/elasticsearch-servicewrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felasticsearch-servicewrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felasticsearch-servicewrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felasticsearch-servicewrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Felasticsearch-servicewrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastic","download_url":"https://codeload.github.com/elastic/elasticsearch-servicewrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328385,"owners_count":22052632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:50:33.465Z","updated_at":"2025-05-15T11:06:06.877Z","avatar_url":"https://github.com/elastic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"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.\n\nA service wrapper execution for elasticsearch using [Java Service Wrapper](http://wrapper.tanukisoftware.org/).\n\nInstallation guide\n==================\n\n**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.\n\nSimply place the `service` directory under the elasticsearch `bin` directory and edit the `elasticsearch.conf` file to point to the correct elasticsearch home path.\n\nElasticsearch 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:\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eParameter\u003c/th\u003e\n\t\t\u003cth\u003eDescription\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003econsole\u003c/td\u003e\n\t\t\u003ctd\u003eRun the elasticsearch in the foreground.\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003estart\u003c/td\u003e\n\t\t\u003ctd\u003eRun elasticsearch in the background.\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003estop\u003c/td\u003e\n\t\t\u003ctd\u003eStops elasticsearch if its running.\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003einstall\u003c/td\u003e\n\t\t\u003ctd\u003eInstall elasticsearch to run on system startup (init.d / service).\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eremove\u003c/td\u003e\n\t\t\u003ctd\u003eRemoves elasticsearch from system startup (init.d / service).\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\nThe service uses Java Service Wrapper which is a small native wrapper around the Java virtual machine which also monitors it.\n\nNote, passing JVM level configuration (such as -X parameters) should be set within the `elasticsearch.conf` file.\n\nThe `ES_HEAP_SIZE` environment variable controls the maximum memory allocation for the JVM (set in megabytes). It defaults to `1024`.\n\nRunning on 64-bit Windows\n-------------------------\n\nThis requires a commercial license for Java Service Wrapper. Licenses are bound to a specific machine, so make sure you send the correct host id when ordering the license.\n\nOnce you have your license information, paste the extra `wrapper.license.*` lines into the `elasticsearch.conf` file. Then download the corresponding windows x86 64 bit build of the JSW.\n\nCopy `bin\\wrapper.exe` to `bin\\service\\exec\\elasticsearch-windows-x86-64.exe`, and `lib\\wrapper.dll` and `lib\\wrapper.jar` to `bin\\service\\lib` in your elasticsearch directory. Also make sure you have a 64-bit JRE installed. The service can then be installed and started as described above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Felasticsearch-servicewrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastic%2Felasticsearch-servicewrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Felasticsearch-servicewrapper/lists"}