File tree 2 files changed +4
-3
lines changed
devenv/docker/blocks/elastic7
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
metricbeat7 :
28
28
image : docker.elastic.co/beats/metricbeat-oss:7.0.0
29
- network_mode : host
30
29
command : metricbeat -e -strict.perms=false
31
30
user : root
32
31
volumes :
37
36
image : docker.elastic.co/kibana/kibana-oss:7.0.0
38
37
ports :
39
38
- " 5601:5601"
39
+ links :
40
+ - elasticsearch7
40
41
environment :
41
42
ELASTICSEARCH_HOSTS : http://elasticsearch7:9200
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ processors:
28
28
- add_cloud_metadata : ~
29
29
30
30
output.elasticsearch :
31
- hosts : ["localhost:12200 "]
31
+ hosts : ["elasticsearch7:9200 "]
32
32
index : " metricbeat-%{+yyyy.MM.dd}"
33
33
34
34
setup.template.name : " metricbeat"
35
35
setup.template.pattern : " metricbeat-*"
36
36
setup.template.settings :
37
37
index.number_of_shards : 1
38
- index.number_of_replicas : 1
38
+ index.number_of_replicas : 1
You can’t perform that action at this time.
0 commit comments