elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.21k stars 3.5k forks source link

Investigate apache procrun for LS windows service #9274

Open andrewvc opened 6 years ago

andrewvc commented 6 years ago

Elasticsearch uses apache procrun for its service. We should investigate its use for LS, it seems easy enough to use.

tsg commented 6 years ago

Just to save some context for this one, this is where ES calls the procrun wrapper:

https://github.com/elastic/elasticsearch/blob/4897e0034befd61f16a81185388ae91b988db2ea/distribution/src/bin/elasticsearch-service.bat#L176

The wrapper itself is packaged with the ES zip file.