Fixing #29 : upgrade logstash to 1.5.0 (GA)

This commit is contained in:
Geoff Bourne 2015-06-10 21:46:05 -05:00
parent 7e624b90dd
commit 81ab299419

6
logstash/Dockerfile Normal file → Executable file
View File

@ -2,9 +2,9 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV DOCKER_VERSION 1.5.0.rc2-1
ENV LOGSTASH_VERSION 1.5.0-1
RUN wget -qO /tmp/logstash.deb http://download.elastic.co/logstash/logstash/packages/debian/logstash_${DOCKER_VERSION}_all.deb
RUN wget -qO /tmp/logstash.deb http://download.elastic.co/logstash/logstash/packages/debian/logstash_${LOGSTASH_VERSION}_all.deb
RUN dpkg -i /tmp/logstash.deb && rm /tmp/logstash.deb
@ -17,7 +17,7 @@ EXPOSE 25826
# /logs is an optional attach point to reference something like /var/log on the host
VOLUME ["/conf","/logs"]
ENV PLUGIN_UPDATES 2015-04-12
ENV PLUGIN_UPDATES 2015-06-10
RUN bin/plugin install logstash-input-heartbeat
RUN bin/plugin install logstash-output-elasticsearch_groom