File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/docs/reference/modules/Elasticsearch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11version : ' 2.2'
22services :
33 es01 :
4- image : docker.elastic.co/elasticsearch/elasticsearch:9.1.5
4+ image : docker.elastic.co/elasticsearch/elasticsearch:9.2.0
55 container_name : es01
66 environment :
77 - node.name=es01
@@ -25,7 +25,7 @@ services:
2525 networks :
2626 - elastic
2727 es02 :
28- image : docker.elastic.co/elasticsearch/elasticsearch:9.1.5
28+ image : docker.elastic.co/elasticsearch/elasticsearch:9.2.0
2929 container_name : es02
3030 environment :
3131 - node.name=es02
@@ -48,7 +48,7 @@ services:
4848 - elastic
4949 kibana :
5050 container_name : kibana
51- image : docker.elastic.co/kibana/kibana:9.1.5
51+ image : docker.elastic.co/kibana/kibana:9.2.0
5252 environment :
5353 ELASTICSEARCH_HOSTS : ' ["http://es01:9200","http://es02:9200"]'
5454 # Disable security features in Kibana
You can’t perform that action at this time.
0 commit comments