icingabeat/vendor/github.com/elastic/beats/testing/environments/2x.yml

31 lines
693 B
YAML
Raw Normal View History

2017-03-15 09:54:31 +01:00
# This should test the environment with the latest snapshots
# This is based on base.yml
2017-12-19 13:16:39 +01:00
version: '2.1'
2017-03-15 09:54:31 +01:00
services:
elasticsearch:
build:
context: ./docker/elasticsearch
dockerfile: Dockerfile-2x
args:
ELASTICSEARCH_VERSION: 2.4.2
command: elasticsearch -Des.network.host=0.0.0.0
logstash:
build:
context: ./docker/logstash
dockerfile: Dockerfile-2x
args:
LOGSTASH_VERSION: 2.4.1
2017-12-19 13:16:39 +01:00
environment:
- ES_HOST=elasticsearch
2017-03-15 09:54:31 +01:00
kibana:
build:
context: ./docker/kibana
dockerfile: Dockerfile-4.6
args:
KIBANA_VERSION: 4.6.3
2017-12-19 13:16:39 +01:00
environment:
- ELASTICSEARCH_URL=http://elasticsearch:9200/