Skip to content

Search engine

Mischa Braam edited this page Oct 23, 2024 · 3 revisions

Valet+ supports the following search engines.

  • Elasticsearch 8 (using Docker)
  • Elasticsearch 7 (using Docker)
  • Elasticsearch 6 (using Docker)
  • Opensearch 2 (using Docker)

Running Elasticsearch or Opensearch requires Docker. No worries, it's still blazing fast. You can use Docker Desktop.

With the following command you can install the search engine or switch between them.

valet-plus elasticsearch use elasticsearch8
valet-plus elasticsearch use elasticsearch7
valet-plus elasticsearch use elasticsearch6
valet-plus elasticsearch use opensearch2

Or with short hand:

valet-plus es use <version>

The search engine will run on the default port 9200, and is accessible at http://elasticsearch.test/. You can check your search engine running state and version with:

curl localhost:9200
Clone this wiki locally