File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
NAME = pblittle/docker-logstash
2
- VERSION = 0.18 .0
2
+ VERSION = 0.19 .0
3
3
4
4
# Set the LOGSTASH_CONFIG_URL env var to your logstash.conf file.
5
5
# We will use our basic config if the value is empty.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM java:7-jre
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
3
3
4
4
# Set default Logstash version
5
- ENV LOGSTASH_VERSION 1.4.4
5
+ ENV LOGSTASH_VERSION 1.4.5
6
6
7
7
# Set default Logstash source directory
8
8
ENV LOGSTASH_SRC_DIR /opt/logstash
Original file line number Diff line number Diff line change 1
1
NAME = pblittle/docker-logstash-test
2
- VERSION = 0.18 .0
2
+ VERSION = 0.19 .0
3
3
4
4
BUILD_SRC = ${CURDIR}/../base
5
5
Original file line number Diff line number Diff line change 1
- FROM pblittle/docker-logstash:0.18 .0
1
+ FROM pblittle/docker-logstash:0.19 .0
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
3
3
4
4
# Download packages required to run the test suite
Original file line number Diff line number Diff line change 1
- FROM pblittle/docker-logstash:0.18 .0
1
+ FROM pblittle/docker-logstash:0.19 .0
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
3
3
4
4
# Download packages required to run the test suite
Original file line number Diff line number Diff line change 1
- FROM pblittle/docker-logstash:0.18 .0
1
+ FROM pblittle/docker-logstash:0.19 .0
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
3
3
4
4
# Download packages required to run the test suite
Original file line number Diff line number Diff line change 1
- FROM pblittle/docker-logstash:0.18 .0
1
+ FROM pblittle/docker-logstash:0.19 .0
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
Original file line number Diff line number Diff line change 1
- FROM pblittle/docker-logstash:0.18 .0
1
+ FROM pblittle/docker-logstash:0.19 .0
2
2
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
3
3
4
4
# Download packages required to run the test suite
Original file line number Diff line number Diff line change 1
1
# Logstash Dockerfile
2
2
3
- This is a highly configurable [ logstash] [ 7 ] (1.4.4 ) image running [ Elasticsearch] [ 8 ] (1.7.0) and [ Kibana] [ 9 ] (3.1.2).
3
+ This is a highly configurable [ logstash] [ 7 ] (1.4.5 ) image running [ Elasticsearch] [ 8 ] (1.7.0) and [ Kibana] [ 9 ] (3.1.2).
4
4
5
5
## How to use this image
6
6
You can’t perform that action at this time.
0 commit comments