I loaded my CentOS 7 logstash 1.5 via yum from:
http://packages.elasticsearch.org/logstash/1.5/centos
However it doesn't seem to come with a systemd units file (elasticsearch has one). There is an /etc/init.d/logstash script, but I would rather have all this managed directly via units files in systemd.
Is there a units file available somewhere? If not I could code up my own .... thanks