Archiving a bunch of old stuff
This commit is contained in:
15
oldstuff/logstash/agent/Makefile
Normal file
15
oldstuff/logstash/agent/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
SHELL := /bin/bash
|
||||
LOGSTASH_VERSION ?= 1.1.13
|
||||
|
||||
all: lib/logstash-$(LOGSTASH_VERSION)-flatjar.jar
|
||||
|
||||
lib/logstash-$(LOGSTASH_VERSION)-flatjar.jar: lib
|
||||
pushd lib && \
|
||||
curl -L -O http://logstash.objects.dreamhost.com/release/logstash-$(LOGSTASH_VERSION)-flatjar.jar ; \
|
||||
popd
|
||||
|
||||
lib:
|
||||
mkdir -p $@
|
||||
|
||||
run-agent: all
|
||||
java -jar lib/logstash-$(LOGSTASH_VERSION)-flatjar.jar agent -f agent.conf
|
Reference in New Issue
Block a user