This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade elasticsearch, logstash, kibana and elastalert versions
- Loading branch information
1 parent
8ae74d0
commit 5d46eae
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM kibana:4.5.1 | ||
FROM kibana:4.6.0 | ||
|
||
RUN apt-get update | ||
RUN apt-get -y install curl | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM elasticsearch:2.3.3 | ||
FROM elasticsearch:2.4.0 | ||
|
||
VOLUME ["/usr/share/elasticsearch/data"] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM logstash:2.3.2-1 | ||
FROM logstash:2.4.0-1 | ||
|
||
ADD conf/logstash.conf /conf/ | ||
VOLUME ["/conf"] | ||
VOLUME ["/conf"] |