Created
July 30, 2012 20:30
-
-
Save louiszuckerman/3209901 to your computer and use it in GitHub Desktop.
Semiosis' logstash upstart job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "Logstash producer" | |
start on runlevel [2345] | |
stop on runlevel [016] | |
respawn | |
script | |
cd /opt/logstash | |
export HOME=/opt/logstash | |
/usr/bin/java -Xms32m -Xmx64m -jar /opt/logstash/logstash.jar agent -f /opt/logstash/producer.conf -l /opt/logstash/logs/producer.log | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment