Skip to content

Commit

Permalink
Update Metricbeat build to ES 5.0.0-alpha1 (elastic#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and tsg committed Apr 18, 2016
1 parent acbfd0d commit 35d5dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions libbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ elasticsearch:
build: ../testing/environments/docker/elasticsearch
dockerfile: Dockerfile-5.0.0-alpha1
command: elasticsearch -Ees.network.host=0.0.0.0 -Ees.discovery.zen.minimum_master_nodes=1

redis:
image: redis:3.0.7

Expand Down
6 changes: 4 additions & 2 deletions metricbeat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ beat:
- ..:/go/src/github.com/elastic/beats/
command: make
entrypoint: /go/src/github.com/elastic/beats/metricbeat/docker-entrypoint.sh

elasticsearch:
image: elasticsearch:2.2.0
command: elasticsearch -Des.network.host=0.0.0.0 -Ees.discovery.zen.minimum_master_nodes=1
build: ../testing/environments/docker/elasticsearch
dockerfile: Dockerfile-5.0.0-alpha1
command: elasticsearch -Ees.network.host=0.0.0.0 -Ees.discovery.zen.minimum_master_nodes=1

# Modules
apache:
Expand Down

0 comments on commit 35d5dc9

Please sign in to comment.