Skip to content

Commit

Permalink
#1 Update the ELK stack versions
Browse files Browse the repository at this point in the history
Updating LogStash from 2.4 to 5
Updating ElasticSearch from 2.3 to 5
Updating Kibana from 4.5 to 5
  • Loading branch information
luizcarlosfaria committed Nov 27, 2016
1 parent e3b14bf commit 044931a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
##########################################################
logstash:
container_name: LogStash
image: logstash:2.4
image: logstash:5
depends_on:
- rabbitmq
- elasticsearch
Expand All @@ -34,13 +34,13 @@ services:
##########################################################
elasticsearch:
container_name: ElasticSearch
image: elasticsearch:2.3
image: elasticsearch:5
networks:
- log
##########################################################
kibana:
container_name: Kibana
image: kibana:4.5
image: kibana:5
depends_on:
- elasticsearch
links:
Expand Down
2 changes: 1 addition & 1 deletion logstash-EnterpriseLog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ output {
# template => ... # a valid filesystem path (optional)
# template_name => ... # string (optional), default: "logstash"
# template_overwrite => ... # boolean (optional), default: false
workers => 2
# workers => 2
}
}

0 comments on commit 044931a

Please sign in to comment.