@@ -27,7 +27,7 @@ To package the spatial script for use in elastic:
2727
2828This will create a zip in target/ ready for installation in elasticsearch.
2929
30- ## ES Spatial Lib with Elastic 8.19.14 changes and Java 17
30+ ## ES Spatial Lib with Elastic 8.19.17 changes and Java 17
3131
3232Due to changes in 8.x requirements for plugins, we updated the es-spatial-lib plugin in the following ways to be able to work with 8.x
3333
@@ -85,12 +85,12 @@ Here are the instructions on how to create the zip and install on your remote ES
8585 - Search for that record using a spatial extent search ( a spatial extent search will invoke the spatial plugin.) You should get your search
8686 response back without crashing elastic search.
8787
88- ### docker-compose.yml for ES 8.19.14 for GRAN CLUSTER for local runs
88+ ### docker-compose.yml for ES 8.19.17 for GRAN CLUSTER for local runs
8989
9090```
9191services:
9292 elasticsearch:
93- image: elasticsearch:8.19.14
93+ image: elasticsearch:8.19.17
9494 ports:
9595 - 9210:9200
9696 - 9300:9300
@@ -109,7 +109,7 @@ services:
109109 container_name: cmr-gran-kibana
110110 depends_on:
111111 - elasticsearch
112- image: docker.elastic.co/kibana/kibana:8.19.14
112+ image: docker.elastic.co/kibana/kibana:8.19.17
113113 ports:
114114 - 5601:5601
115115 environment:
@@ -124,12 +124,12 @@ networks:
124124 elasticsearch-network: {}
125125```
126126
127- ### docker-compose.yml for ES 8.19.14 for NON-GRAN CLUSTER for local runs
127+ ### docker-compose.yml for ES 8.19.17 for NON-GRAN CLUSTER for local runs
128128
129129```
130130services:
131131 elasticsearch:
132- image: elasticsearch:8.19.14
132+ image: elasticsearch:8.19.17
133133 ports:
134134 - 9211:9200
135135 - 9301:9300
@@ -148,7 +148,7 @@ services:
148148 container_name: cmr-kibana
149149 depends_on:
150150 - elasticsearch
151- image: docker.elastic.co/kibana/kibana:8.19.14
151+ image: docker.elastic.co/kibana/kibana:8.19.17
152152 ports:
153153 - 5602:5601
154154 environment:
0 commit comments