Created
April 27, 2013 06:48
-
-
Save vmadman/5472139 to your computer and use it in GitHub Desktop.
Revisions
-
vmadman created this gist
Apr 27, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ [program:lss] process_name=Shipper command=java -jar /usr/local/logstash/bin/logstash-1.1.9-monolithic.jar agent --config /usr/local/logstash/conf/shipper.conf --log /usr/local/logstash/log/shipper.log user=logstash startretries=3 redirect_stderr=true std_out_logfile=NONE startsecs=3 environment=HOME="/usr/local/logstash/" [program:lsi] process_name=Indexer command=java -jar /usr/local/logstash/bin/logstash-1.1.9-monolithic.jar agent --config /usr/local/logstash/conf/indexer.conf --log /usr/local/logstash/log/indexer.log user=logstash startretries=3 redirect_stderr=true std_out_logfile=NONE startsecs=3 environment=HOME="/usr/local/logstash/" [program:lsw] process_name=Web command=java -jar /usr/local/logstash/bin/logstash-1.1.9-monolithic.jar web --backend elasticsearch://127.0.0.1/ user=logstash startretries=3 redirect_stderr=true std_out_logfile=NONE startsecs=3 autostart=false environment=HOME="/usr/local/logstash/" [group:logstash] programs=lss,lsi,lsw