File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ PLACE_METRICS_ROUTE=monitor
3939ELASTIC_HOST = elastic
4040ELASTIC_PORT = 9200
4141ELASTIC_VERSION = 7.10.2
42+ ELASTIC_OD_VERSION = 1.13.2
4243
4344ETCD_HOST = etcd
4445ETCD_PORT = 2379
@@ -71,6 +72,7 @@ POSTGRES_PASSWORD=development
7172# Logging variables
7273
7374ENABLE_KIBANA = false
75+
7476LOGSTASH_HOST = logstash
7577LOGSTASH_PORT = 12201
7678KIBANA_PORT = 443
Original file line number Diff line number Diff line change 1- version : " 3.7 "
1+ version : " 3.9 "
22
33networks :
44 placeos :
@@ -332,7 +332,7 @@ services:
332332 # Resources
333333
334334 elastic :
335- image : blacktop/ elasticsearch:${ELASTIC_VERSION:-7.10 .2}
335+ image : amazon/opendistro-for- elasticsearch:${ELASTIC_OD_VERSION:-1.13 .2}
336336 restart : always
337337 container_name : elastic
338338 hostname : elastic
@@ -536,7 +536,7 @@ services:
536536 command : gelf://${LOGSTASH_HOST}:${LOGSTASH_PORT}
537537
538538 kibana :
539- image : blacktop/ kibana:${ELASTIC_VERSION:-7.10 .2}
539+ image : amazon/opendistro-for-elasticsearch- kibana:${ELASTIC_OD_VERSION:-1.13 .2}
540540 profiles :
541541 - kibana
542542 restart : always
You can’t perform that action at this time.
0 commit comments