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 1
1
version : ' 2.2'
2
2
services :
3
3
es01 :
4
- image : docker.elastic.co/elasticsearch/elasticsearch:9.1.1
4
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.1.2
5
5
container_name : es01
6
6
environment :
7
7
- node.name=es01
@@ -25,7 +25,7 @@ services:
25
25
networks :
26
26
- elastic
27
27
es02 :
28
- image : docker.elastic.co/elasticsearch/elasticsearch:9.1.1
28
+ image : docker.elastic.co/elasticsearch/elasticsearch:9.1.2
29
29
container_name : es02
30
30
environment :
31
31
- node.name=es02
@@ -48,7 +48,7 @@ services:
48
48
- elastic
49
49
kibana :
50
50
container_name : kibana
51
- image : docker.elastic.co/kibana/kibana:9.1.1
51
+ image : docker.elastic.co/kibana/kibana:9.1.2
52
52
environment :
53
53
ELASTICSEARCH_HOSTS : ' ["http://es01:9200","http://es02:9200"]'
54
54
# Disable security features in Kibana
You can’t perform that action at this time.
0 commit comments