1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Indexing and searching with Elasticsearch v8 (#33261)

This commit is contained in:
Peter Bengtsson
2023-10-23 11:37:58 -04:00
committed by GitHub
parent 9ce2cecbfa
commit 234fc8c307
5 changed files with 92 additions and 76 deletions

View File

@@ -15,8 +15,9 @@ runs:
# is one that will run tests against an Elasticsearch on localhost.
uses: getong/elasticsearch-action@95b501ab0c83dee0aac7c39b7cea3723bef14954
with:
# Make sure this matches production and `sync-search-pr.yml`
elasticsearch version: '7.11.1'
# Make sure this matches production
# It might also need to match what's available on Docker hub
elasticsearch version: '8.8.2'
host port: 9200
container port: 9200
host node port: 9300